Closed GoogleCodeExporter closed 9 years ago
Should we put the quotes in the import values?
Or should we use different placeholders:
:1, adds quotes
:1:, no quotes
:'1', adds quotes
Or
':1', quotes are recognized and value is escaped
Should ' :1 ' also work?
But still, no quotes is the exception:
:1, adds quotes and escaping
::1, literal
Original comment by rene.de....@gmail.com
on 23 May 2010 at 9:16
Implemented:
:1 adds quotes and escaping
::1 gets literally added to the SQL (only works with the PLBLOCK and VALUESLIST
options).
Original comment by rene.de....@gmail.com
on 24 May 2010 at 4:42
Original issue reported on code.google.com by
rene.de....@gmail.com
on 23 May 2010 at 8:33