Changes between Initial Version and Version 1 of Ticket #23426
- Timestamp:
- Sep 5, 2014, 8:11:47 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23426 – Description
initial v1 11 11 will screw up because psycopg2 will be confused about the "%"s. 12 12 13 Either RunSQL should accept params= and this should be documented or RunSQL should attempt to nullify this by doing something like .replace ( "%" , "%%" ) to the SQL string .13 Either RunSQL should accept params= and this should be documented or RunSQL should attempt to nullify this by doing something like .replace ( "%" , "%%" ) to the SQL string to escape any.