提交歷史

作者 SHA1 備註 提交日期
  Tim Graham 7543ab1f8d Removed versionadded/changed annotations for 2.0. 6 年之前
  Adnan Umer f2026ca5e2 Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet. 7 年之前
  Adnan Umer ec0319ff82 Fixed #29339 -- Added result caching to RawQuerySet. 7 年之前
  Jon Dufresne 7a6fbf36b1 Fixed #28853 -- Updated connection.cursor() uses to use a context manager. 7 年之前
  Tim Graham 327f0f37ce Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe. 7 年之前
  Mariusz Felisiak 489421b015 Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle. 7 年之前
  Mariusz Felisiak 660d50805b Fixed #23766 -- Doc'd CursorWrapper.callproc(). 7 年之前
  Marti Raudsepp 51fbe2a60d Updated postgresql.org links to https and made them canonical. 8 年之前
  Chris Jerdonek ccf7adb064 Fixed #27172 -- Closed database cursor explicitly in two doc examples 8 年之前
  Tim Graham 361f60479d Fixed #25455 -- Optimized dictfetchall() example. 9 年之前
  Dražen Odobašić 5ab65ca5c9 Fixed #25326 -- Added namedtuple example for executing custom SQL. 9 年之前
  Claude Paroz 64982cc2fb Updated Wikipedia links to use https 9 年之前
  Floris den Hengst e42a720ba2 Fixed typos and updated spelling wordlist. 10 年之前
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 10 年之前
  Claude Paroz 0a4b04fc23 Used https for most *.python.org links 10 年之前
  wrwrwr 34a06d99e0 Cleaned up a note in docs/topics/db/sql.txt. 10 年之前
  areski 9d6551204e Removed unnecessary code-block directives. 10 年之前
  Moayad Mardini 2d425116e2 Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`. 10 年之前
  Moayad Mardini 3776926cfe Fixed #22493 - Added warnings to raw() and extra() docs about SQL injection 11 年之前
  Erik Romijn 75c0d4ea3a Fixed queries that may return unexpected results on MySQL due to typecasting. 11 年之前
  Tim Graham 51c8045145 Removed versionadded/changed annotations for 1.6. 11 年之前
  Szczepan Cieślik e816198034 Fixed docs typos. 11 年之前
  David Sanders adcedfe8ba Capitalize SQL keywords 11 年之前
  David Sanders 6dfd02f88c Capitalize SQL keywords 11 年之前
  Frank Tobia 6dd8631617 Fixed typos. Changed grammar. 11 年之前
  Michael Manfre 99c87f1410 Fixed #17671 - Cursors are now context managers. 11 年之前
  Shai Berger d097417025 Support 'pyformat' style parameters in raw queries, Refs #10070 11 年之前
  Christopher Allen-Poole a96bff179a Found a mistake in SQL documentation 12 年之前
  Juan Catalano 78c842a323 Adapted uses of versionchanged/versionadded to the new form. 12 年之前
  Claude Paroz 76aecfbc4b Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors 12 年之前