<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/topics/db/sql.txt, branch 1.7c2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.7c2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.7c2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2014-06-12T20:42:39Z</updated>
<entry>
<title>[1.7.x] Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`.</title>
<updated>2014-06-12T20:42:39Z</updated>
<author>
<name>Moayad Mardini</name>
<email>moayad.m@gmail.com</email>
</author>
<published>2014-06-12T17:43:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d3bf537324c1164dee45070f90d48661b27a781f'/>
<id>urn:sha1:d3bf537324c1164dee45070f90d48661b27a781f</id>
<content type='text'>
Thanks cdestigter for the report.

Backport of 2d425116e2 from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #22493 - Added warnings to raw() and extra() docs about SQL injection</title>
<updated>2014-04-25T13:56:04Z</updated>
<author>
<name>Moayad Mardini</name>
<email>moayad.m@gmail.com</email>
</author>
<published>2014-04-24T18:10:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ae1535606145df9c858d4c5a5a2d9a9cff9f3992'/>
<id>urn:sha1:ae1535606145df9c858d4c5a5a2d9a9cff9f3992</id>
<content type='text'>
Thanks Erik Romijn for the suggestion.

Backport of 3776926cfe from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed queries that may return unexpected results on MySQL due to typecasting.</title>
<updated>2014-04-21T22:29:39Z</updated>
<author>
<name>Erik Romijn</name>
<email>eromijn@solidlinks.nl</email>
</author>
<published>2014-04-20T20:25:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=34526c2f56b863c2103655a0893ac801667e86ea'/>
<id>urn:sha1:34526c2f56b863c2103655a0893ac801667e86ea</id>
<content type='text'>
This is a security fix. Disclosure will follow shortly.

Backport of 75c0d4ea3ae48970f788c482ee0bd6b29a7f1307 from master
</content>
</entry>
<entry>
<title>Fixed docs typos.</title>
<updated>2014-02-25T15:28:32Z</updated>
<author>
<name>Szczepan Cieślik</name>
<email>szczepan.cieslik@gmail.com</email>
</author>
<published>2014-02-22T17:30:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e8161980347da5a68b4224d8a9ffc466630a796d'/>
<id>urn:sha1:e8161980347da5a68b4224d8a9ffc466630a796d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Capitalize SQL keywords</title>
<updated>2014-02-20T18:32:04Z</updated>
<author>
<name>David Sanders</name>
<email>david@retul.com</email>
</author>
<published>2014-02-20T18:32:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=adcedfe8ba2376ab5106f0d6704770be95db6f12'/>
<id>urn:sha1:adcedfe8ba2376ab5106f0d6704770be95db6f12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Capitalize SQL keywords</title>
<updated>2014-02-20T18:26:59Z</updated>
<author>
<name>David Sanders</name>
<email>david@retul.com</email>
</author>
<published>2014-02-20T18:26:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6dfd02f88c49ce0d39191088863f6f45b0d7784e'/>
<id>urn:sha1:6dfd02f88c49ce0d39191088863f6f45b0d7784e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed typos. Changed grammar.</title>
<updated>2014-01-02T19:22:52Z</updated>
<author>
<name>Frank Tobia</name>
<email>frank.tobia@gmail.com</email>
</author>
<published>2014-01-02T19:22:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6dd8631617de56aae72f7d6b3708b83459d629c2'/>
<id>urn:sha1:6dd8631617de56aae72f7d6b3708b83459d629c2</id>
<content type='text'>
Minor typos. Some grammar changes.</content>
</entry>
<entry>
<title>Fixed #17671 - Cursors are now context managers.</title>
<updated>2013-09-25T18:47:26Z</updated>
<author>
<name>Michael Manfre</name>
<email>mmanfre@gmail.com</email>
</author>
<published>2013-09-24T00:17:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=99c87f1410106ce543a1a0332428afc472beef7f'/>
<id>urn:sha1:99c87f1410106ce543a1a0332428afc472beef7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support 'pyformat' style parameters in raw queries, Refs #10070</title>
<updated>2013-06-28T03:59:10Z</updated>
<author>
<name>Shai Berger</name>
<email>shai@platonix.com</email>
</author>
<published>2013-06-28T03:15:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d097417025e71286ad5bbde6e0a79caacabbbd64'/>
<id>urn:sha1:d097417025e71286ad5bbde6e0a79caacabbbd64</id>
<content type='text'>
Add support for Oracle, fix an issue with the repr of RawQuerySet,
add tests and documentations. Also added a 'supports_paramstyle_pyformat'
database feature, True by default, False for SQLite.

Thanks Donald Stufft for review of documentation.
</content>
</entry>
<entry>
<title>Found a mistake in SQL documentation</title>
<updated>2013-05-05T15:01:45Z</updated>
<author>
<name>Christopher Allen-Poole</name>
<email>cw@allen-poole.com</email>
</author>
<published>2013-05-05T14:22:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a96bff179a57c6c7fb79585120088f155831a6ae'/>
<id>urn:sha1:a96bff179a57c6c7fb79585120088f155831a6ae</id>
<content type='text'>
</content>
</entry>
</feed>
