<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/mysql/base.py, branch archive/attic/schema-evolution</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fschema-evolution</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fschema-evolution'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2007-08-03T22:38:44Z</updated>
<entry>
<title>schema-evolution:</title>
<updated>2007-08-03T22:38:44Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-08-03T22:38:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=db79faa3285361e6f6778bfc003edd8844196f7e'/>
<id>urn:sha1:db79faa3285361e6f6778bfc003edd8844196f7e</id>
<content type='text'>
added "default" support so when you add a not null column to a non-empty table you don't get an sql exception


git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5794 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>schema-evolution:</title>
<updated>2007-08-02T21:17:23Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-08-02T21:17:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fd77e425091fdeaf321ca7658534c2f906074084'/>
<id>urn:sha1:fd77e425091fdeaf321ca7658534c2f906074084</id>
<content type='text'>
added sqlite3 unit tests
greatly expanded the number of evolutions supported by the sqlite3 backend
changed all get_&lt;evolution_type&gt; calls to return lists of strings
fixed sqlite3 get_indexes introspection



git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5787 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>schema-evolution:</title>
<updated>2007-08-02T03:28:52Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-08-02T03:28:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=38c1cd721dc78b17088257caff78f668315d9b25'/>
<id>urn:sha1:38c1cd721dc78b17088257caff78f668315d9b25</id>
<content type='text'>
added new "pk_requires_unique" option to the backend, because sqlite3 requires "UNIQUE" when creating PKs in order to 
_actually_ create the constraint.
fixed "get_known_column_flags" introspection for sqlite3
implemented "get_drop_column_sql" for sqlite3 to work around sqlite's lack of DROP COLUMN support
added partial of the sqlite3 unit tests



git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5785 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>schema-evolution:</title>
<updated>2007-08-01T17:51:59Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-08-01T17:51:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0b4c2c7ab1b32d5fa1befd86207d8ead52d6e4f7'/>
<id>urn:sha1:0b4c2c7ab1b32d5fa1befd86207d8ead52d6e4f7</id>
<content type='text'>
fixed postgresql constraint lookup after a table rename bug
pulled table renames into the backends
added postgresql unit tests



git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5784 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>schema-evolution: fixed f.aka bug; moved sql commenting from the base classes into management.py; added unit tests </title>
<updated>2007-07-30T20:05:02Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-07-30T20:05:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6dab0824be1ff85eca8e22609ff4adcbdfa86c73'/>
<id>urn:sha1:6dab0824be1ff85eca8e22609ff4adcbdfa86c73</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5779 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>schema-evolution: re-applied schema evolution changes from:</title>
<updated>2007-07-20T20:58:33Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-07-20T20:58:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dac5af33de86877535f38eee0a8e11629cbbb5bc'/>
<id>urn:sha1:dac5af33de86877535f38eee0a8e11629cbbb5bc</id>
<content type='text'>
http://kered.org/blog/wp-content/uploads/2007/07/django_schema_evolution-svn20070719patch.txt



git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5735 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>schema-evolution: merged trunk:HEAD into schema-evolution branch</title>
<updated>2007-07-20T20:49:49Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-07-20T20:49:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=365f4b869800469ba786919f11422c73b3ec9fbb'/>
<id>urn:sha1:365f4b869800469ba786919f11422c73b3ec9fbb</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5734 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>committing to schema-evolution</title>
<updated>2006-10-26T19:09:51Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2006-10-26T19:09:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=42851d90dadbf62f5d342ce5c4f496ba1eeba987'/>
<id>urn:sha1:42851d90dadbf62f5d342ce5c4f496ba1eeba987</id>
<content type='text'>
merge from HEAD



git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@3937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>implemented schema evolution</title>
<updated>2006-08-22T16:16:38Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2006-08-22T16:16:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ffac8356ddcc4349ae902e9ba945fdb761a16a46'/>
<id>urn:sha1:ffac8356ddcc4349ae902e9ba945fdb761a16a46</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@3646 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2108 -- allow saving of empty models, rather than just dropping them.</title>
<updated>2006-06-08T15:14:06Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-06-08T15:14:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7e2b888a2d3e745dea551285fac6e88e409fe18d'/>
<id>urn:sha1:7e2b888a2d3e745dea551285fac6e88e409fe18d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
