summaryrefslogtreecommitdiff
path: root/tests/initial_sql_regress
AgeCommit message (Collapse)Author
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
This commit touchs various parts of the code base and test framework. Any found usage of opening a cursor for the sake of initializing a connection has been replaced with 'ensure_connection()'.
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-11-03Fixed all E251 violationsAlex Gaynor
2013-10-10Whitespace cleanup.Tim Graham
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
2013-09-03Updated syncdb -> migrate in tests.Tim Graham
2013-03-26Added regression test for custom SQL containing percentsClaude Paroz
Refs #3485.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner