Open GoogleCodeExporter opened 9 years ago
The above exception is expected one since it is not supported.
currently ibm_db_dbi only supports qmark parameter style.
Original comment by rahul.pr...@in.ibm.com
on 13 Jun 2014 at 6:41
Thanks for the answer. The module could issue a warning 'not
implemented' in case it's set to something different than 'qmark' and
it should be documented in the code and the README file.
Code
=====
# Module globals
apilevel = '2.0'
threadsafety = 0
# only qmark is currently supported
paramstyle = 'qmark'
README
=======
Known Limitations for the Python wrapper
Original comment by south.mi...@gmail.com
on 13 Jun 2014 at 7:14
Original issue reported on code.google.com by
south.mi...@gmail.com
on 12 Jun 2014 at 3:05