<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/__init__.py, branch archive/soc2010/app-loading</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fapp-loading</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fapp-loading'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2010-09-13T00:04:27Z</updated>
<entry>
<title>[soc2010/app-loading] merged trunk</title>
<updated>2010-09-13T00:04:27Z</updated>
<author>
<name>Arthur Koziel</name>
<email>arthur@arthurkoziel.com</email>
</author>
<published>2010-09-13T00:04:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dd49269c7db008b2567f50cb03c4d3d9b321daa1'/>
<id>urn:sha1:dd49269c7db008b2567f50cb03c4d3d9b321daa1</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12328 -- Corrected the handling of subqueries with ordering and slicing, especially when used in delete subqueries. Thanks to Walter Doekes for the report.</title>
<updated>2010-04-04T17:05:43Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-04-04T17:05:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=82efb4840311d549989ccf224fa78765226f6040'/>
<id>urn:sha1:82efb4840311d549989ccf224fa78765226f6040</id>
<content type='text'>
This fixes a feature that isn't available under MySQL and Oracle (Refs #10099).

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12912 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12976 -- Fixed the sequence reset commands issued by sqlflush in a multidb setup. To achieve this, database introspection was modified to utilize routing information to determine if a model should be available. Thanks to pczapla for the report.</title>
<updated>2010-03-10T13:43:23Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-03-10T13:43:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=29cb5124a6cac5611618990f8361cc03b478ff9b'/>
<id>urn:sha1:29cb5124a6cac5611618990f8361cc03b478ff9b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12753 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Changed last_executed_query to avoid raising exceptions on non-utf8-encoded parameter data. </title>
<updated>2010-03-09T14:46:33Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2010-03-09T14:46:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ea288f14e0066848c31f18a7fc7344c6a51a6926'/>
<id>urn:sha1:ea288f14e0066848c31f18a7fc7344c6a51a6926</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12737 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1142 -- Added multiple database support.</title>
<updated>2009-12-22T15:18:51Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-12-22T15:18:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff60c5f9de3e8690d1e86f3e9e3f7248a15397c8'/>
<id>urn:sha1:ff60c5f9de3e8690d1e86f3e9e3f7248a15397c8</id>
<content type='text'>
This monster of a patch is the result of Alex Gaynor's 2009 Google Summer of Code project.
Congratulations to Alex for a job well done.

Big thanks also go to:
 * Justin Bronn for keeping GIS in line with the changes,
 * Karen Tracey and Jani Tiainen for their help testing Oracle support
 * Brett Hoerner, Jon Loyens, and Craig Kimmerer for their feedback.
 * Malcolm Treddinick for his guidance during the GSoC submission process.
 * Simon Willison for driving the original design process
 * Cal Henderson for complaining about ponies he wanted.

... and everyone else too numerous to mention that helped to bring this feature into fruition.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11049: introspection on Oracle now identifies IntegerFields correctly.</title>
<updated>2009-08-21T21:42:39Z</updated>
<author>
<name>Matt Boersma</name>
<email>matt@sprout.org</email>
</author>
<published>2009-08-21T21:42:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e263cc0dc53577d525aad0546fc1bd5939dc2e0b'/>
<id>urn:sha1:e263cc0dc53577d525aad0546fc1bd5939dc2e0b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11475 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9804 -- Corrected the introspection of sequence names. This was causing problems when flushing tables that had many-to-many relations through an inherited table. Thanks to jdimov for the report.</title>
<updated>2009-04-13T07:07:51Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-04-13T07:07:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fd3ee7d7867dd13a336b90873ccb8df6302f2c05'/>
<id>urn:sha1:fd3ee7d7867dd13a336b90873ccb8df6302f2c05</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10552 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10450 -- Fixed an initialisation problem in the savepoint code.</title>
<updated>2009-04-11T07:51:07Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2009-04-11T07:51:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8fecf36b68230625fd4e96be9c946af73b7c33e5'/>
<id>urn:sha1:8fecf36b68230625fd4e96be9c946af73b7c33e5</id>
<content type='text'>
Patch from Jeremy Dunck.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10511 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10488: fixed DB cache backend test failures in Oracle.</title>
<updated>2009-03-13T21:04:48Z</updated>
<author>
<name>Ian Kelly</name>
<email>ian.g.kelly@gmail.com</email>
</author>
<published>2009-03-13T21:04:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=83c1572cc47283b97c78a4b695788bcb755ca358'/>
<id>urn:sha1:83c1572cc47283b97c78a4b695788bcb755ca358</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10051 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10473: Added Oracle support for "RETURNING" ids from insert statements.</title>
<updated>2009-03-12T23:41:27Z</updated>
<author>
<name>Ian Kelly</name>
<email>ian.g.kelly@gmail.com</email>
</author>
<published>2009-03-12T23:41:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c3dc837950966013ca5a4a235e85ed85595f7161'/>
<id>urn:sha1:c3dc837950966013ca5a4a235e85ed85595f7161</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10044 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
