summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2014-06-16Fixed #22844: Duplicate SQL for SQLite FKsAndrew Godwin
2014-06-14Fixed #22816 -- Corrected Oracle feature flag and fixed introspection testShai Berger
2014-06-13Added django.utils.six.buffer_typesShai Berger
2014-06-09Dropped support for SpatiaLite < 2.4.Tim Graham
2014-06-09Fixed #20420 -- Normalized query counts on Oracle.Aymeric Augustin
2014-06-09Simplified handling of use_debug_cursor.Aymeric Augustin
2014-06-09Tweaked order of create_test_db arguments for backwards compatibility.Tim Graham
2014-06-08Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-06-07Fixed #17427 -- Removed dubious definition of connections equality.Aymeric Augustin
2014-06-07Fixed #3711, #6734, #12581 -- Bounded connection.queries.Aymeric Augustin
2014-06-06Merge pull request #2764 from gchp/ticket-20550Aymeric Augustin
2014-06-06Replaced an explicit vendor check by a feature flag.Aymeric Augustin
2014-06-05Fixed #20550 -- Added keepdb argument to destroy_test_dbGreg Chapple
2014-06-05Added a flag for the ability to introspect nullable fields.Aymeric Augustin
2014-06-01Fixed #22744 -- Fixed sqlite3 get_relations introspection with viewsClaude Paroz
2014-06-01Merge pull request #2726 from gchp/ticket-20550Aymeric Augustin
2014-05-28Simplified, very slightly, some code in the oracle backendAlex Gaynor
2014-05-28Set straight the sense of 'uppercases_column_names' feature flagShai Berger
2014-05-28Fixed #22715: Corrected sql for defaults of BinaryField on Oracle with Python3Shai Berger
2014-05-28Fixed #20550 -- Added ability to preserve test db between runsGreg Chapple
2014-05-21Fixed unused import.Loic Bistuer
2014-05-20Fixed #22432: SQLite M2M repointing now works. Thanks to xelnor.Andrew Godwin
2014-05-20Fixed #22649: Beefed up quote_valueAndrew Godwin
2014-05-20Merge pull request #2634 from loic/ticket22424Andrew Godwin
2014-05-20Add feature for implied null (needed for Firebird backend)Andrew Godwin
2014-05-19Revert "Fixed regression from a2dd618e3b4a7472fab852da450ca5eef92a922f."Marc Tamlyn
2014-05-18Fixed regression from a2dd618e3b4a7472fab852da450ca5eef92a922f.Florian Apolloner
2014-05-18Fixed #22424 -- Fixed handling of default values for TextField/BinaryField on...Loic Bistuer
2014-05-17Fixed #22626 -- Allow BinaryField defaults with SQlite.Raphaƫl Barrois
2014-05-16Fix storing of binary fields and unicode textfields for Oracle/Python3Shai Berger
2014-05-15Fixed #20897 -- Added make_cursor() for consistent cursor creationTim Martin
2014-05-10Adjusted refactoring of vendor checks.Aymeric Augustin
2014-05-08Added feature flags for introspection capabilities.Aymeric Augustin
2014-05-08Split ignores_nulls_in_unique_constraints feature.Aymeric Augustin
2014-05-08Replaced vendor checks by three feature flags.Aymeric Augustin
2014-05-08Fixed #22476: Couldn't alter attributes on M2Ms with through= setAndrew Godwin
2014-05-07Fixed #22581: Pass default values for schema through get_db_prep_save()Andrew Godwin
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-26Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin
2014-04-25Fixed #21166 -- Reset errors_occurred flag after commit and rollback.Aymeric Augustin
2014-04-25Set some transaction-related feature flags on SQLite.Aymeric Augustin
2014-04-25Fixed #22498 -- constraint name was not quoted in FK creation SQLShai Berger
2014-04-25Made sure cursor.close() does not complain if cursor is already closed on OracleShai Berger
2014-04-24Prevented a crash in the cursor wrappers on Oracle.Aymeric Augustin
2014-04-24Ignored repeated calls to connection.close().Aymeric Augustin
2014-04-23Used the same instance of atomic for entry and exit.Aymeric Augustin
2014-04-23Wrapped migrations in a transaction only on DBs with transactional DDL.Aymeric Augustin
2014-04-18Fixed #22397 -- Issues removing M2M field with explicit through modelAndrew Gorcester
2014-04-18Revert "Fixed #22397 -- Issues removing M2M field with explicit through model."Simon Charette
2014-04-17Fixed #22397 -- Issues removing M2M field with explicit through model.Andrew Gorcester