Activity
add DbUsePreparedStatements
to client tool configuration (~/.ngas)
add
DbUsePreparedStatements
to client tool configuration (~/.ngas)Add reference to UsePreparedStatements
in changelog.rst and sample_…
Add reference to
UsePreparedStatements
in changelog.rst and sample_…Add reference to UsePreparedStatements
in changelog.rst and sample_…
Add reference to
UsePreparedStatements
in changelog.rst and sample_…deduplicate cursor execution logic
deduplicate cursor execution logic
pass args to cursor.execute()
only when needed
pass args to
cursor.execute()
only when neededreturn None
instead of ()
to fix failing test
return
None
instead of ()
to fix failing testbug fix: invoke replace
only on string arguments
bug fix: invoke
replace
only on string argumentsescape single quote and handle null values
escape single quote and handle null values
run tests with UsePreparedStatement="false"
run tests with UsePreparedStatement="false"
actually read 'UsePreparedStatement' from config file
actually read 'UsePreparedStatement' from config file
Force push
run tests with UsePreparedStatement="false"
run tests with UsePreparedStatement="false"
actually read 'UsePreparedStatement' from config file
actually read 'UsePreparedStatement' from config file
logging UsePreparedStatement
logging UsePreparedStatement
New Db parameter 'UsePreparedStatement' to control whether to use pre…
New Db parameter 'UsePreparedStatement' to control whether to use pre…