mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-01-20 07:36:34 +00:00
* fix(postgres) : int type conversion while decoding * Check value buffer len when decoding integer type in postgres * decode from octal for postgres i8 --------- Co-authored-by: RaghavRox <66472843+RaghavRox@users.noreply.github.com>