summaryrefslogtreecommitdiff
path: root/tests/regressiontests/initial_sql_regress/sql
AgeCommit message (Collapse)Author
2012-12-10[1.5.x] Amended an SQL test fixture to not include an id valueClaude Paroz
Some backends might need special handling for auto-increment values. This was introduced in 5fa5621f574. Thanks Michael Manfre for spotting the issue. Backport of 0cdfa76e68 from master.
2012-12-03[1.5.x] Fixed #19416 -- Fixed multi-line commands in initial SQL filesClaude Paroz
Thanks Aymeric Augustin for detecting this regression. Backport of 5fa5621f5 from master.
2012-07-21Re-added Windows line ending stripped in previous commitClaude Paroz
Thanks Aymeric Augustin for noticing the issue.
2012-07-21Fixed #4680 -- Improved initial_sql parsingClaude Paroz
In particular, allow the '--' sequence to be present in string values without being interpreted as comment marker. Thanks Tim Chase for the report and shaleh for the initial patch.
2006-09-25Fixed #2729 -- Handle initial SQL with different line-ending styles (WindowsMalcolm Tredinnick
vs. Unix vs. Mac). Thanks, Simon Greenhill. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3821 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-20Added semicolon test to regressiontests/initial_sql_regress/sql/simple.sqlAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3180 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-20Fixed #2119 -- fixed problems with splitting SQL statements into separateMalcolm Tredinnick
statements. Uses a patch from eaw@woudy.org and some contributions from jpellerin@gmail.com. Also fixes #2034 and #1935. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3178 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-20Fixed #2161 -- handle trailing newlines in initial SQL data. IncludesMalcolm Tredinnick
regression test. Thanks to russellm. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3177 bcc190cf-cafb-0310-a4f2-bffc1f526a37