<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/initial_sql_regress/sql, branch 1.5b2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5b2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5b2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-12-10T16:50:37Z</updated>
<entry>
<title>[1.5.x] Amended an SQL test fixture to not include an id value</title>
<updated>2012-12-10T16:50:37Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-12-10T16:43:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=984cf8417b9f6738e3bc09cbcfb697eeffe441a5'/>
<id>urn:sha1:984cf8417b9f6738e3bc09cbcfb697eeffe441a5</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #19416 -- Fixed multi-line commands in initial SQL files</title>
<updated>2012-12-03T19:49:28Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-12-03T19:03:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3d62eaea692b230ddc45faa48286b356ca561218'/>
<id>urn:sha1:3d62eaea692b230ddc45faa48286b356ca561218</id>
<content type='text'>
Thanks Aymeric Augustin for detecting this regression.
Backport of 5fa5621f5 from master.
</content>
</entry>
<entry>
<title>Re-added Windows line ending stripped in previous commit</title>
<updated>2012-07-21T13:38:28Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-07-21T13:38:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9ecd978e269f28f711080fa66e47c84e6ff08d90'/>
<id>urn:sha1:9ecd978e269f28f711080fa66e47c84e6ff08d90</id>
<content type='text'>
Thanks Aymeric Augustin for noticing the issue.
</content>
</entry>
<entry>
<title>Fixed #4680 -- Improved initial_sql parsing</title>
<updated>2012-07-21T12:24:29Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-07-21T12:24:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=423244bc6b670abc2b7d6896add5c1baf0b4ef2a'/>
<id>urn:sha1:423244bc6b670abc2b7d6896add5c1baf0b4ef2a</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Fixed #2729 -- Handle initial SQL with different line-ending styles (Windows</title>
<updated>2006-09-25T07:36:46Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-09-25T07:36:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6dacb3d10b4a29cca54e2f0196b24f471a10ceb9'/>
<id>urn:sha1:6dacb3d10b4a29cca54e2f0196b24f471a10ceb9</id>
<content type='text'>
vs. Unix vs. Mac). Thanks, Simon Greenhill.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3821 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added semicolon test to regressiontests/initial_sql_regress/sql/simple.sql</title>
<updated>2006-06-20T14:11:59Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-06-20T14:11:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5f471618318d0d02479dcc357a77fa90c15588d2'/>
<id>urn:sha1:5f471618318d0d02479dcc357a77fa90c15588d2</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3180 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2119 -- fixed problems with splitting SQL statements into separate</title>
<updated>2006-06-20T08:00:44Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-06-20T08:00:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=92571b0d48e30e958f4c3fed43bf035894c09390'/>
<id>urn:sha1:92571b0d48e30e958f4c3fed43bf035894c09390</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Fixed #2161 -- handle trailing newlines in initial SQL data. Includes</title>
<updated>2006-06-20T07:12:45Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-06-20T07:12:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3e97535907baa7b57c9bf322871ef6243e2045a9'/>
<id>urn:sha1:3e97535907baa7b57c9bf322871ef6243e2045a9</id>
<content type='text'>
regression test. Thanks to russellm.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3177 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
