Closed GoogleCodeExporter closed 9 years ago
By default we enable CLI numeric literal feature, and with this you can't mix
the parameters markers and inline parameters in prepare statement.
Mixing the parameter markers and inline parameter in preparing the statement
will result a unpredictable behavior.
So, Please in preparing the statement always be use parameter marker.
Currently ibm_db python's driver doesn't exposed any option to turned off CLI
numeric literal feature as in Ruby's driver, in future we will exposed it.
Original comment by rahul.pr...@in.ibm.com
on 14 Nov 2011 at 12:56
We have exposed the option to turned off CLI numeric literal feature.
For more detail please go to
http://code.google.com/p/ibm-db/wiki/APIs?ts=1337929456&updated=APIs#ibm_db.conn
ect.
This feature is released with ibm_db-1.0.6
Original comment by rahul.pr...@in.ibm.com
on 25 May 2012 at 7:06
Original issue reported on code.google.com by
axel.nie...@web.de
on 25 Oct 2011 at 4:13Attachments: