]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Added test to verify queries failing if int is dumped as int8 or numeric
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 20 Jan 2021 01:56:52 +0000 (02:56 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 20 Jan 2021 01:59:34 +0000 (02:59 +0100)
commit8c82f94297a25d003a33688774c4cd1e00ae4735
treed819ee34cd95615324268a1d1838f9105dc5aeb5
parenta246e3f294f43bc5bed27ec765b838ccff69be78
Added test to verify queries failing if int is dumped as int8 or numeric

I wanted these so badly.
tests/test_adapt.py