<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/sqlite3/base.py, branch 1.0.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.0.2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.0.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2008-11-16T08:55:10Z</updated>
<entry>
<title>[1.0.X] Fixed #3501 -- Fixed date filtering in querysets for nullable date fields. Only affects SQLite.</title>
<updated>2008-11-16T08:55:10Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-11-16T08:55:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7e18567762fd33f0be8686cc948e9ea5e900d86'/>
<id>urn:sha1:d7e18567762fd33f0be8686cc948e9ea5e900d86</id>
<content type='text'>
Backport of r9466 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9468 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9113 -- Improved exception message reporting when importing sqlite3 fails.</title>
<updated>2008-09-17T07:23:17Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-09-17T07:23:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e99cd487691f5518e7dcd4207319b2402e9f1024'/>
<id>urn:sha1:e99cd487691f5518e7dcd4207319b2402e9f1024</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9060 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8214 -- Added back a stringification that was dropped during [8131].</title>
<updated>2008-08-23T18:01:16Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-08-23T18:01:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=64ca36bf0832d9d72fc26293f3aebed7d8b24a52'/>
<id>urn:sha1:64ca36bf0832d9d72fc26293f3aebed7d8b24a52</id>
<content type='text'>
This restores filtering on dates in the admin, for example. Thanks to akfarrell
and a small team of workers at the Portland Sprint.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8494 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #5461 -- Refactored the database backend code to use classes for the creation and introspection modules. Introduces a new validation module for DB-specific validation. This is a backwards incompatible change; see the wiki for details.</title>
<updated>2008-08-11T12:11:25Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2008-08-11T12:11:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9dc4ba875f21d5690f6ad5995123a67a3c44bafe'/>
<id>urn:sha1:9dc4ba875f21d5690f6ad5995123a67a3c44bafe</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7921: for sqlite3 2.4.1 or later, adapt str objects to unicode, thus preveting weird failures with 8-bit bytestrings. Martin von Löwis and Karen Tracey tracked this one down -- thanks!</title>
<updated>2008-08-09T23:59:01Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-08-09T23:59:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=049d490875e8bcbc5977d4d63acff432a7ec824e'/>
<id>urn:sha1:049d490875e8bcbc5977d4d63acff432a7ec824e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8276 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7560 -- Moved a lot of the value conversion preparation for</title>
<updated>2008-07-29T05:09:29Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-07-29T05:09:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b3b71a0922334c70bbc646a4873010f808196671'/>
<id>urn:sha1:b3b71a0922334c70bbc646a4873010f808196671</id>
<content type='text'>
loading/saving interactions with the databases into django.db.backend. This
helps external db backend writers and removes a bunch of database-specific
if-tests in django.db.models.fields.

Great work from Leo Soto.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8131 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #5552 -- Raise an error, rather than failing silently, when DATABASE_NAME</title>
<updated>2008-07-18T22:36:31Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-07-18T22:36:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=436ef181f33397a8c55fd3b626065a31cbc8d844'/>
<id>urn:sha1:436ef181f33397a8c55fd3b626065a31cbc8d844</id>
<content type='text'>
is not specified for SQLite.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7956 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7411 -- worked around some possible transaction conflicts in SQLite.</title>
<updated>2008-07-15T18:47:32Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-07-15T18:47:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3b37c8151a06a2bebd51007db30ad436811b82c8'/>
<id>urn:sha1:3b37c8151a06a2bebd51007db30ad436811b82c8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7926 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Merged the queryset-refactor branch into trunk.</title>
<updated>2008-04-27T02:50:16Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-04-27T02:50:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c52d56f6f8a9cdafb231adf9f4110473099c9b5'/>
<id>urn:sha1:9c52d56f6f8a9cdafb231adf9f4110473099c9b5</id>
<content type='text'>
This is a big internal change, but mostly backwards compatible with existing
code. Also adds a couple of new features.

Fixed #245, #1050, #1656, #1801, #2076, #2091, #2150, #2253, #2306, #2400, #2430, #2482, #2496, #2676, #2737, #2874, #2902, #2939, #3037, #3141, #3288, #3440, #3592, #3739, #4088, #4260, #4289, #4306, #4358, #4464, #4510, #4858, #5012, #5020, #5261, #5295, #5321, #5324, #5325, #5555, #5707, #5796, #5817, #5987, #6018, #6074, #6088, #6154, #6177, #6180, #6203, #6658


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7477 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #4896: fixed #4765: Patch for cursor.executemany using oracle and </title>
<updated>2007-09-14T21:32:25Z</updated>
<author>
<name>Ian Kelly</name>
<email>ian.g.kelly@gmail.com</email>
</author>
<published>2007-09-14T21:32:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f180d95903d298e7fed54d777e781a9271e469d7'/>
<id>urn:sha1:f180d95903d298e7fed54d777e781a9271e469d7</id>
<content type='text'>
sqlite3. Thanks, jdetaeye@www.frepple.com


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