This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients amaury.forgeotdarc, lemburg, rhettinger
Date 2012-04-19.08:54:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334825662.72.0.0970867681489.issue14619@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-04-19 08:54:22lemburgsetrecipients: + lemburg, rhettinger, amaury.forgeotdarc
2012-04-19 08:54:22lemburgsetmessageid: <1334825662.72.0.0970867681489.issue14619@psf.upfronthosting.co.za>
2012-04-19 08:54:22lemburglinkissue14619 messages
2012-04-19 08:54:21lemburgcreate