Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/backends/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-1540/+0
* Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski2015-01-131-0/+8
* Removed supports_binary_field flag as all backends suppor...Claude Paroz2015-01-111-2/+0
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-2/+2
* Moved DatabaseCreation.data_types properties to DatabaseW...Tim Graham2014-12-311-0/+6
* Refs #2443 -- Move the durationfield converter logic.Marc Tamlyn2014-12-231-2/+0
* Fixed #24033 -- Use interval type on Oracle.Marc Tamlyn2014-12-231-0/+6
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-0/+16
* Fixed postgis test database initializationClaude Paroz2014-12-121-0/+20
* Fixed #23941 -- Removed implicit decimal formatting from ...Josh Smeaton2014-12-121-2/+0
* Fixed #20968 -- Checked Spatialite metadata before migrat...Claude Paroz2014-12-081-0/+7
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-3/+3
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-2/+2
* Fixed #22738 -- made finer distinctions for when Boolean ...Shai Berger2014-09-271-3/+17
* Fixed #22738 -- Abstracted boolean field type introspectionClaude Paroz2014-09-261-2/+2
* Factorized schema_editor() at BaseDatabaseWrapper levelClaude Paroz2014-09-261-2/+8
* Fixed #18782 -- Prevented sql_flush to flush viewsClaude Paroz2014-09-231-5/+8
* Made get_table_list return a TableInfo named tupleClaude Paroz2014-09-231-9/+11
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+4
* Fixed #18757, #14462, #21565 -- Reworked database-python ...Marc Tamlyn2014-09-031-14/+7
* Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz2014-08-191-0/+1
* Fixed #21603 -- Fixed complex RawQuerySets queries on som...Alex Hill2014-08-061-0/+8
* Fixed #23061: Avoided setting a limit on a query for get ...Shai Berger2014-08-051-0/+3
* Fixed #23074 -- Avoided leaking savepoints in atomic.Aymeric Augustin2014-07-281-0/+1
* Fixed #22873 -- Renamed use_debug_cursor to force_debug_c...areski2014-07-261-2/+2
* Fixed name of database connection featureShai Berger2014-07-141-3/+2
* Fixed problem introduced with #refs 13711.Anubhav Joshi2014-06-231-0/+4
* Fixed #13711 -- Model check added to ensure that auto-gen...Anubhav Joshi2014-06-171-3/+0
* Renamed DatabaseFeature.supports_check_constraints to sup...Tim Graham2014-06-171-1/+1
* Fixed #22816 -- Corrected Oracle feature flag and fixed i...Shai Berger2014-06-131-0/+4
* Fixed #20420 -- Normalized query counts on Oracle.Aymeric Augustin2014-06-091-2/+5
* Simplified handling of use_debug_cursor.Aymeric Augustin2014-06-091-4/+3
* Fixed #17427 -- Removed dubious definition of connections...Aymeric Augustin2014-06-071-11/+0
* Fixed #3711, #6734, #12581 -- Bounded connection.queries.Aymeric Augustin2014-06-071-2/+15
* Replaced an explicit vendor check by a feature flag.Aymeric Augustin2014-06-061-0/+3
* Added a flag for the ability to introspect nullable fields.Aymeric Augustin2014-06-051-0/+3
* Set straight the sense of 'uppercases_column_names' featu...Shai Berger2014-05-281-1/+1
* Add feature for implied null (needed for Firebird backend)Andrew Godwin2014-05-201-0/+3
* Fixed #20897 -- Added make_cursor() for consistent cursor...Tim Martin2014-05-151-1/+7
* Adjusted refactoring of vendor checks.Aymeric Augustin2014-05-101-3/+4
* Added feature flags for introspection capabilities.Aymeric Augustin2014-05-081-0/+25
* Split ignores_nulls_in_unique_constraints feature.Aymeric Augustin2014-05-081-2/+7
* Replaced vendor checks by three feature flags.Aymeric Augustin2014-05-081-0/+6
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin2014-04-261-0/+34
* Fixed #21166 -- Reset errors_occurred flag after commit a...Aymeric Augustin2014-04-251-0/+6
* Ignored repeated calls to connection.close().Aymeric Augustin2014-04-241-0/+2
* Fixed #21239 -- Maintained atomicity when closing the con...Aymeric Augustin2014-04-101-1/+8
* Fixed #21553 -- Ensured unusable database connections get...Aymeric Augustin2014-04-091-1/+6
* Fixed #12030 -- Validate integer field range at the model...Simon Charette2014-03-251-0/+18