summaryrefslogtreecommitdiff
path: root/dedup/utils.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2013-07-20 14:09:30 +0200
committerHelmut Grohne <helmut@subdivi.de>2013-07-20 14:09:30 +0200
commit302a3b17c5905ad9e1bc9c7c32857729c1dd41aa (patch)
tree883a02deb3b41e4dc5b28b8089f4fddc9ffe44e2 /dedup/utils.py
parented3e611cfc54b8c916e919701070bfd5c6770610 (diff)
downloaddebian-dedup-302a3b17c5905ad9e1bc9c7c32857729c1dd41aa.tar.gz
use sqlalchemy.text
Without using this wrapper the sql statements are not munged by sqlalchemy. Specifically paramstyle is not translated. For sqlite3 this did not matter, because it allows the changed paramstyle, but for postgres it fails without sqlalchemy.text wrappers.
Diffstat (limited to 'dedup/utils.py')
0 files changed, 0 insertions, 0 deletions