summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2015-01-16Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn
2015-01-14Moved check_aggregate_support to BaseSpatialOperationsClaude Paroz
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2015-01-12Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski
2015-01-13Fixed test failures in Oracle introspectionShai Berger
2015-01-13Fixed #24060 -- Added OrderBy ExpressionsJosh Smeaton
2015-01-12Fixed #17785 -- Preferred column names in get_relations introspectionClaude Paroz
2015-01-11Removed supports_binary_field flag as all backends support themClaude Paroz
2015-01-10Introspected alternate SQLite FK definitionsClaude Paroz
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2014-12-31Copied BaseDatabaseCreation._digest() to SchemaEditor to remove dependency.Tim Graham
2014-12-31Moved DatabaseCreation.data_types properties to DatabaseWrapper.Tim Graham
2014-12-30Removed db.backends methods which only call super().Tim Graham
2014-12-30Fixed #12118 -- Added shared cache support to SQLite in-memory testing.Andriy Sokolovskiy
2014-12-30Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.Tim Graham
2014-12-29Fixed #22279 -- Prevented dummy backend going through DatabaseErrorWrapperClaude Paroz
2014-12-27Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDBClaude Paroz
2014-12-27Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton
2014-12-23Replaced DatabaseCreation sql methods by schema editor equivalentsClaude Paroz
2014-12-23Refs #2443 -- fixed format_dtdelta on SQLiteAnssi Kääriäinen
2014-12-23Refs #2443 -- Move the durationfield converter logic.Marc Tamlyn
2014-12-23Fixed #24033 -- Use interval type on Oracle.Marc Tamlyn
2014-12-20Refs #2443 -- Fix Oracle tests for DurationField.Marc Tamlyn
2014-12-20Fixed #2443 -- Added DurationField.Marc Tamlyn
2014-12-15Fixed #23987 -- Made SQLite SchemaEditor always use effective_default().Andriy Sokolovskiy
2014-12-15Fixed #23991 -- Apparently, Oracle doesn't need the decimal field converterShai Berger
2014-12-12Fixed postgis test database initializationClaude Paroz
2014-12-12Fixed #23941 -- Removed implicit decimal formatting from expressions.Josh Smeaton
2014-12-08Fixed #20968 -- Checked Spatialite metadata before migrationsClaude Paroz
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-12-04Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrationsClaude Paroz
2014-12-04Fixed #23920 -- Fixed MySQL crash when adding blank=True to TextField.Tim Graham
2014-12-01Fixed #23807 -- Ignored non-digits in psycopg2 versionAndriy Sokolovskiy
2014-12-01Fixed #23909 -- Prevented crash when collecting SQL for RunSQLClaude Paroz
2014-12-01Fixed #23880 -- Added missing index_together handling for SQLiteMarkus Holtermann
2014-11-28Fixed #16731 -- Made pattern lookups work properly with F() expressionsThomas Chaumeny
2014-11-26Fixed #23867 -- removed DateQuerySet hacksAnssi Kääriäinen
2014-11-21Fixed #23889 -- Added more usage of quote_name_unless_alias() to avoid deprec...Collin Anderson
2014-11-20Reduced reduce() usage; refs #23796.Brad Walker
2014-11-20Added AutoField introspection for PostgreSQLClaude Paroz
2014-11-20Added AutoField introspection for MySQLClaude Paroz
2014-11-19Fixed #23871 -- Removed promotion of MySQL warnings to errors in DEBUG mode.Tim Graham
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-11-10Simplified MySQL storage engine detection using INFORMATION_SCHEMA.ENGINES tableThomas Chaumeny
2014-10-31Fixed #23738 -- Allowed migrating from NULL to NOT NULL with the same default...Markus Holtermann
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-28Stopped stripping microseconds with MySQL backendClaude Paroz
2014-10-27Fixed typo in MySQL backend doctringClaude Paroz