summaryrefslogtreecommitdiff
path: root/tests/regressiontests/initial_sql_regress
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-12-10Amended an SQL test fixture to not include an id valueClaude Paroz
2012-12-03Fixed #19416 -- Fixed multi-line commands in initial SQL filesClaude Paroz
2012-11-04Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...Alex Gaynor
2012-07-21Re-added Windows line ending stripped in previous commitClaude Paroz
2012-07-21Fixed #4680 -- Improved initial_sql parsingClaude Paroz
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-01-18Refs #14661 -- Clarified the handling of initial data injected via custom SQL.Russell Keith-Magee
2010-10-12Converted initial_sql_regress tests from doctests (sort of...) to unittests. ...Alex Gaynor
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2006-09-25Fixed #2729 -- Handle initial SQL with different line-ending styles (WindowsMalcolm Tredinnick
2006-08-27Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee
2006-06-20Added semicolon test to regressiontests/initial_sql_regress/sql/simple.sqlAdrian Holovaty
2006-06-20Fixed #2119 -- fixed problems with splitting SQL statements into separateMalcolm Tredinnick
2006-06-20Fixed #2161 -- handle trailing newlines in initial SQL data. IncludesMalcolm Tredinnick