On Mon, Nov 10, 2008 at 1:00 PM, Daniel <[EMAIL PROTECTED]> wrote:
> I have read in PEP249 (http://www.python.org/dev/peps/pep-0249/) that
> there are five paramstyles, though it wasn't clear if I should expect
> these to be implemented in all DBAPI2 compliant modules.  I have found
> that I can set the paramstyle, but it doesn't seem to apply:

As far as I understand it, paramstyle is informational, not a setting
that you can change.  You have no choice but to use the paramstyle
that the provider of the dbapi-compliant module has chosen to use.

-- 
Jerry
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to