diff options
author | Andrew <andrew.sucevic@gmail.com> | 2014-07-24 15:56:50 +1000 |
---|---|---|
committer | Andrew <andrew.sucevic@gmail.com> | 2014-07-24 15:56:50 +1000 |
commit | ba58708643d21106ff6f752df507c6d987e4d7b5 (patch) | |
tree | 7d2a808e941ae435f965954c546c80da999213f2 /test/dialect/postgresql/test_compiler.py | |
parent | f2b267043e17b2b769dc2a5b8139f6be2a3d4e84 (diff) | |
download | sqlalchemy-ba58708643d21106ff6f752df507c6d987e4d7b5.tar.gz |
Fix argument to array() in array._bind_param()pr/124
array.__init__() expects a list as its sole parameter but inside _bind_param(), instead of sending a list it's sending each item in the list as a separate argument which is incorrect.
Diffstat (limited to 'test/dialect/postgresql/test_compiler.py')
0 files changed, 0 insertions, 0 deletions