mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 15:55:45 +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>