summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
AgeCommit message (Expand)Author
2015-01-15Fixed #24148 -- Documented a bug with case expressions in SQLite < 3.7.0MichaƂ Modzelewski
2014-12-19Updated some other external links in the docsClaude Paroz
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-08Refs #23964 -- Added warning about case-insensitive, unique fields used with ...Jon Dufresne
2014-11-04Fixed links to mysqlclient in database notes.Tim Graham
2014-10-28Required MySQLdb >= 1.2.5 for fractional seconds supportClaude Paroz
2014-10-28Fixed #19716 -- Added support for microseconds with MySQL 5.6.4 and upClaude Paroz
2014-10-27Fixed #23446 -- Officially recommended mysqlclient as MySQL driverClaude Paroz
2014-10-10Fixed #23631 -- Removed outdated note on MySQL timezone support.Tim Graham
2014-09-24Changed Oracle test-user creation to grant privileges instead of rolesShai Berger
2014-09-16Fixed #19463 -- Added UUIDFieldMarc Tamlyn
2014-08-26Fixed #19312 -- Documented MySQL TIMESTAMP columns cannot be used with USE_TZ...Tim Graham
2014-08-12Fixed #23016 -- Updated FAQs per Aymeric's suggestions.Ola Sitarska
2014-08-08Removed some tabs in the docs.Tim Graham
2014-08-02Removed notes for versions of SQLite older than 5 years.Tim Graham
2014-08-02Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.Tim Graham
2014-08-02Updated MySQL links to version 5.6.Tim Graham
2014-08-01Fixed #23145 -- Dropped support for Oracle < 11.1Tim Graham
2014-08-01Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.Tim Graham
2014-07-26Fixed #22305 -- Added note to docs about UTF8 database requirement.Niclas Olofsson
2014-06-03Updated current state of MySQL Connector/Python.INADA Naoki
2014-05-19Fixed #22368 -- clarified connecting to Oracle DB using service nameMoayad Mardini
2014-04-23Various documentation typo/spelling fixesMarti Raudsepp
2014-04-21Fixed queries that may return unexpected results on MySQL due to typecasting.Erik Romijn
2014-04-18Fixed #22458 -- Added a note about MySQL utf8_unicode_ci collationMoayad Mardini
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-03Fixed some typos and formatting issues in docs.Rodolfo Carvalho
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-28Fixed doc typos.Tim Graham
2013-12-26Fixed #21629 -- Added instructions for loading MySQL time zone definitions.Tim Graham
2013-12-18Fixed #21585 -- Updated some links to 3rd party database projects.Tim Graham
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-12-08(Re-)added GeoDjango instructions for building pysqlite2 correctly.Ramiro Morales
2013-11-15Clarified MySQL Connector note.DanSears
2013-11-10added description of MySQL Connector/PythonDanSears
2013-11-06Fixed typos in documentation.Baptiste Mispelon
2013-11-01Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 onClaude Paroz
2013-11-01Fixed #21359 -- Corrected MySQL collation name in databases docsClaude Paroz
2013-10-23Fixed #13245: Explained Oracle's behavior w.r.t db_tableShai Berger
2013-09-07Fixed #20005 -- Documented that Oracle databases need execute permission on S...Tim Graham
2013-09-07Fixed 16992 -- Added InnoDB warning regarding reuse of AUTO_INCREMENT values.Keith Edmiston
2013-09-05Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-19Updated the `databases` documentationMatt Deacalion Stevens
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-05Proofed the 1.6 release notesTim Graham
2013-05-31Fixed #20511 -- Corrected link about isolation levels in databases docsClaude Paroz
2013-05-24Link to active fork for ODBC backendPaul Tax