summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2013-01-26Fixed #17158 -- Used a non-ambiguous representation of SQL queriesAymeric Augustin
2013-01-19Fixed #19606 -- Adjusted cx_Oracle unicode detection.Jani Tiainen
2013-01-12Fixed #17574 -- Implemented missing get_key_columns in PostgreSQL backendClaude Paroz
2013-01-12Return namedtuple from get_table_descriptionClaude Paroz
2013-01-11Fixed #19360 -- Raised an explicit exception for aggregates on date/time fiel...Nick Sandford
2013-01-07Created special PostgreSQL text indexes when unique is TrueClaude Paroz
2013-01-04Fixed #19192 -- Allowed running tests with dummy db backendClaude Paroz
2012-12-18Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2012-12-18Fixed #19441 -- Created PostgreSQL varchar index when unique=TrueClaude Paroz
2012-12-16Fixed #19197 -- fixed convert_values() for nullable numeric fieldsAnssi Kääriäinen
2012-12-14Fixed #2304 -- Documented TRANSACTIONS_MANAGED.Aymeric Augustin
2012-11-27Made sure global settings are changed in test db creationAnssi Kääriäinen
2012-11-27Fixed #19274 -- Made db connection creation overridable in subclassesAnssi Kääriäinen
2012-11-24Fixed #19351 -- SQLite bulk_insert of more than 500 single-field objsAnssi Kääriäinen
2012-11-24Fixed SQLite's collapsing of same-valued instances in bulk_createAnssi Kääriäinen
2012-11-17Fixed #18989 -- Removed unused condition in CursorWrapperClaude Paroz
2012-11-15Fixed #19058 -- Fixed Oracle GIS crashAnssi Kääriäinen
2012-11-04Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...Alex Gaynor
2012-11-03Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-10-27Fixed Oracle failure for "%" in table nameAnssi Kääriäinen
2012-10-26Merge branch 'master' into schema-alterationAndrew Godwin
2012-10-24Fixed #19176 -- Typo in copy-pasted error message.Aymeric Augustin
2012-10-22Fixed #19162 -- Wrong indentation.Jan Bednařík
2012-10-10Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"Anssi Kääriäinen
2012-09-30Fixed #16211 -- Added comparison and negation ops to F() expressionsAnssi Kääriäinen
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-24Use create_index_name for FK namesAndrew Godwin
2012-09-24Add second shortener to create_index_name for very long columnsAndrew Godwin
2012-09-24Remove one of the last traces of SouthAndrew Godwin
2012-09-24Add comment to usage of m2m_reverse_field_nameAndrew Godwin
2012-09-24Fix altering of indexes alongside uniquesAndrew Godwin
2012-09-24Fix nullability changing codeAndrew Godwin
2012-09-24Fix NOT NULL sql for MySQLAndrew Godwin
2012-09-24Fix error message for unique constraintsAndrew Godwin
2012-09-24Do cheaper check for column having a type.Andrew Godwin
2012-09-24Fix non-executed SQLAndrew Godwin
2012-09-22Fix introspection PK comment more.Andrew Godwin
2012-09-22Remove special-casing for proxy/unmanaged modelsAndrew Godwin
2012-09-22Remove AppCache state handling, replace with swappable cachesAndrew Godwin
2012-09-20Imported getLogger directly from logging moduleClaude Paroz
2012-09-18Stylistic fixes: triple-quoted docstrings, more commentsAndrew Godwin
2012-09-17Fix bug in get_indexes affecting the testsAndrew Godwin
2012-09-17Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2012-09-12Fixed #18790 -- Encoded database password on Python 2Claude Paroz
2012-09-08Moved get_primary_key_column implementation to baseClaude Paroz
2012-09-07Stubbed-out oracle schema fileAndrew Godwin
2012-09-07Very initial Oracle supportAndrew Godwin
2012-09-07Merge branch 'master' into schema-alterationAndrew Godwin
2012-09-07Add check constraint support - needed a few Field changesAndrew Godwin
2012-09-07[py3k] Fixed the index creation code that I committed a few minutes ago for p...Alex Gaynor