kgaughan / dbkit

Taking some of the pain out of Python's DB-API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix placeholders once and for all

kgaughan opened this issue · comments

It's incredibly inconvenient to have to explicitly tweak queries for every driver's preference when it comes to prepared statement placeholders.

Instead, it ought to be possible for dbkit to mask that insanity completely.

Expanding 'IN (?)' and its ilk out nicely would be good too.