<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/topics/db/sql.txt, branch stable/1.3.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F1.3.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F1.3.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2011-09-11T05:38:50Z</updated>
<entry>
<title>[1.3.X] Fixed #16293: Document a way to return dicts with column names from a DB cursor. Backport of [16808] from trunk.</title>
<updated>2011-09-11T05:38:50Z</updated>
<author>
<name>James Bennett</name>
<email>ubernostrum@gmail.com</email>
</author>
<published>2011-09-11T05:38:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f242c02fb97254715cf929d011851e4469d1fcfe'/>
<id>urn:sha1:f242c02fb97254715cf929d011851e4469d1fcfe</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[1.3.X] Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus.</title>
<updated>2011-05-30T12:11:46Z</updated>
<author>
<name>Timo Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2011-05-30T12:11:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4124ef339c2827d1a337c1b7d58fa50676349412'/>
<id>urn:sha1:4124ef339c2827d1a337c1b7d58fa50676349412</id>
<content type='text'>
Backport of r16293 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14733: no longer "validate" .raw() queries.</title>
<updated>2011-03-14T19:49:53Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2011-03-14T19:49:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fd2f18008caeca28c60c43cce7b43fb87c6fee78'/>
<id>urn:sha1:fd2f18008caeca28c60c43cce7b43fb87c6fee78</id>
<content type='text'>
Turns out that a lot more than just SELECT can return data, and this list is
very hard to define up front in a cross-database manner. So let's just assume
that anyone using raw() is at least halfway competant and can deal with
the error messages if they don't use a data-returning query.

Thanks to Christophe Pettus for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15803 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9964 -- Ensure that all database operations make transactions dirty, not just write operations. Many thanks to Shai Berger for his work and persistence on this issue.</title>
<updated>2011-02-12T13:03:34Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-02-12T13:03:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6314a1b42e4f695b4c575585375fe91697911d5c'/>
<id>urn:sha1:6314a1b42e4f695b4c575585375fe91697911d5c</id>
<content type='text'>
This is BACKWARDS INCOMPATIBLE for anyone relying on the current behavior that allows manually managed read-only transactions to be left dangling without a manual commit or rollback.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15493 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #15243 -- More clearly document that the transaction functions needs to be called with a using parameter to work with a non-default database.  Thanks to Jason Kotenko for the patch.</title>
<updated>2011-02-11T18:23:55Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-02-11T18:23:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b01cc1bd8935f3b97504029c260f4b75061228c2'/>
<id>urn:sha1:b01cc1bd8935f3b97504029c260f4b75061228c2</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15489 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed typo in raw SQL docs example.</title>
<updated>2010-11-09T05:04:05Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2010-11-09T05:04:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7a5c54e9b74ff612af37689425458e7857f9649f'/>
<id>urn:sha1:7a5c54e9b74ff612af37689425458e7857f9649f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14501 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14141: docs now use the :doc: construct for links between documents.</title>
<updated>2010-08-19T19:27:44Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2010-08-19T19:27:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=728effcfbdc29d7962b56d794f8911f57a9a63df'/>
<id>urn:sha1:728effcfbdc29d7962b56d794f8911f57a9a63df</id>
<content type='text'>
Thanks, Ramiro Morales.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for the patch.</title>
<updated>2010-08-07T14:26:07Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-08-07T14:26:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2dc2ed87e5bbf993b2189f33cc0310521dbc8801'/>
<id>urn:sha1:2dc2ed87e5bbf993b2189f33cc0310521dbc8801</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12941 -- Added documentation for the connections dictionary. Thanks to atlithorn@gmail.com for the report, and Alex Gaynor for the original text.</title>
<updated>2010-03-08T03:19:26Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-03-08T03:19:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b50a35a669d3e458f714a36b0d6f48d5d7be4fd0'/>
<id>urn:sha1:b50a35a669d3e458f714a36b0d6f48d5d7be4fd0</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12709 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12519 -- Corrected documentation on .raw() queries. Thanks to boralyl for the report and patch.</title>
<updated>2010-02-24T13:57:02Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-02-24T13:57:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6f9ba54bf5f52e8a5dde06763de60331537e4386'/>
<id>urn:sha1:6f9ba54bf5f52e8a5dde06763de60331537e4386</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12561 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
