]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Added adaptation of binary arrays
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 5 Apr 2020 01:10:44 +0000 (13:10 +1200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 5 Apr 2020 01:10:44 +0000 (13:10 +1200)
commit33eaeff2016b7a515f43a8a5ca9c0ab787f1b1fe
treee7514a4996c48ba8a85f898fdad05e98ea89db95
parent652d1439f32c197aabf4a942b1c863d46f8163c7
Added adaptation of binary arrays

Added binary array adaptation for test types and some numeric types.
psycopg3/types/array.py
psycopg3/types/numeric.py
psycopg3/types/text.py
tests/types/test_array.py
tests/types/test_numeric.py
tests/types/test_text.py