4d98430964
* Don't use string formatting to prepare queries. We should, when possible, use the built-in params and ? format when preparing and executing a query. This is done to prevent SQL Injection attacks. * Revert some changes due to failing tests, update mssql go driver * Add docker container startup for some MSSQL tests * Remove acceptance test flagging, add more SQL injection protection * Refactor MSSQL prepareTestContainer to a test helper Also, remove all ? references and convert them to @p* |
||
---|---|---|
.. | ||
cassandra | ||
hana | ||
influxdb | ||
mongodb | ||
mssql | ||
mysql | ||
postgresql | ||
redshift |