summaryrefslogtreecommitdiff
path: root/docs/topics/db/sql.txt
Commit message (Expand)AuthorAgeFilesLines
* Improved examples in docs about raw SQL queries.Mariusz Felisiak2023-04-201-7/+10
* Fixed #34409 -- Doc'd limitation of dictfetchall() and namedtuplefetchall() e...Jesper Olsson2023-03-221-2/+11
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-26/+29
* Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit2023-02-281-1/+2
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-13/+39
* Removed unnecessary semicolons in docs about performing raw SQL.Tom Sparrow2022-05-191-3/+3
* Added missing backticks to function names.Mariusz Felisiak2022-03-171-1/+1
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-201-5/+0
* Changed IRC references to Libera.Chat.Mariusz Felisiak2021-05-201-3/+2
* Fixed #32231 -- Allowed passing None params to QuerySet.raw().Alexander Lyabah2021-01-051-1/+6
* Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson2020-05-041-6/+5
* Fixed #31356 -- Changed IRC links to the Freenode webchat.Hasan Ramezani2020-04-291-1/+2
* Fixed #30988 -- Deprecated the InvalidQuery exception.Simon Charette2019-11-181-2/+3
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-061-2/+2
* Removed unnecessary /static from links to PostgreSQL docs.Nick Pope2019-03-291-1/+1
* Fixed #29940 -- Recommended using the ORM rather than raw SQL.Katie McLaughlin2018-11-131-5/+21
* Removed versionadded/changed annotations for 2.0.Tim Graham2018-05-171-4/+0
* Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet.Adnan Umer2018-04-191-8/+0
* Fixed #29339 -- Added result caching to RawQuerySet.Adnan Umer2018-04-191-4/+1
* Fixed #28853 -- Updated connection.cursor() uses to use a context manager.Jon Dufresne2017-11-281-2/+2
* Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe.Tim Graham2017-11-071-7/+16
* Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.Mariusz Felisiak2017-08-121-3/+9
* Fixed #23766 -- Doc'd CursorWrapper.callproc().Mariusz Felisiak2017-08-101-0/+26
* Updated postgresql.org links to https and made them canonical.Marti Raudsepp2016-10-251-1/+1
* Fixed #27172 -- Closed database cursor explicitly in two doc examplesChris Jerdonek2016-09-071-6/+4
* Fixed #25455 -- Optimized dictfetchall() example.Tim Graham2015-09-241-2/+2
* Fixed #25326 -- Added namedtuple example for executing custom SQL.Dražen Odobašić2015-09-031-8/+30
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-1/+1
* Fixed typos and updated spelling wordlist.Floris den Hengst2015-03-071-1/+1
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-011-10/+0
* Used https for most *.python.org linksClaude Paroz2014-12-191-1/+1
* Cleaned up a note in docs/topics/db/sql.txt.wrwrwr2014-12-061-1/+1
* Removed unnecessary code-block directives.areski2014-08-191-6/+2
* Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`.Moayad Mardini2014-06-121-1/+13
* Fixed #22493 - Added warnings to raw() and extra() docs about SQL injectionMoayad Mardini2014-04-251-0/+8
* Fixed queries that may return unexpected results on MySQL due to typecasting.Erik Romijn2014-04-211-0/+10
* Removed versionadded/changed annotations for 1.6.Tim Graham2014-03-241-14/+0
* Fixed docs typos.Szczepan Cieślik2014-02-251-1/+1
* Capitalize SQL keywordsDavid Sanders2014-02-201-2/+2
* Capitalize SQL keywordsDavid Sanders2014-02-201-4/+4
* Fixed typos. Changed grammar.Frank Tobia2014-01-021-5/+5
* Fixed #17671 - Cursors are now context managers.Michael Manfre2013-09-251-0/+27
* Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger2013-06-281-5/+20
* Found a mistake in SQL documentationChristopher Allen-Poole2013-05-051-1/+1
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-201-0/+1
* Fixed #9055 -- Standardized behaviour of parameter escaping in db cursorsClaude Paroz2013-03-231-0/+6
* Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin2013-03-181-1/+1
* Enabled database-level autocommit for all backends.Aymeric Augustin2013-03-111-35/+26
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-021-3/+2
* Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham2012-09-201-7/+2