mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-11-18 14:29:30 +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>