[issue14619] Enhanced variable substitution for databases

Marc-Andre Lemburg report at bugs.python.org
Thu Apr 19 10:54:22 CEST 2012


Marc-Andre Lemburg <mal at egenix.com> added the comment:

Raymond, the variable substitution is normally done by the database and not the Python database modules, so you'd have to ask the database maintainers for assistance.

The qmark ('?') parameter style is part of the ODBC standard, so it's unlikely that this will get changed any time soon unless you have good contacts with Microsoft :-)

The ODBC standard also doesn't support multi-value substitutions in the API, so there's no way to pass the array to the database driver.

BTW: Such things are better discussed on the DB-SIG mailing list than the Python tracker.

----------
nosy: +lemburg

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14619>
_______________________________________


More information about the Python-bugs-list mailing list