mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-12 00:29:48 +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>