summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-27Fixed #20571 -- Added an API to control connection.needs_rollback.Aymeric Augustin
2013-06-26Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text()Loic Bistuer
2013-06-26Fixed #20462 -- null/non-string regex lookups are now consistentAndrew Clark
2013-06-22Fixed #20587 -- Made convert_values handle None valuesGilberto Gonçalves
2013-06-20Add operation that renames tablesAndrew Godwin
2013-06-19Removed several unused imports.Aymeric Augustin
2013-06-19Fix test running with new apps stuff/migrate actually running migrationsAndrew Godwin
2013-06-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-11Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and non-str...Tim Graham
2013-06-11Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields.Axel Haustant
2013-06-10Added a stealth option to flush to allow cascades.Aymeric Augustin
2013-06-07Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-05-29Start adding operations that work and tests for themAndrew Godwin
2013-05-27Fixed #20014 -- implemented get_key_columns() for OracleShai Berger
2013-05-27Fixed #20501 -- failure of datetime queries with timezones under OracleShai Berger
2013-05-27Fixed #20507 -- SubqueryConstraint alias handlingAnssi Kääriäinen
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-05-22Fixed #20012 -- test_year_lookup_edge_case fails under OracleShai Berger
2013-05-22Fixed #20015 -- date__startswith('2008') fails under OracleShai Berger
2013-05-22Fixed #20453 -- inspectdb test failure on OracleShai Berger
2013-05-21(Re-)moved some importsClaude Paroz
2013-05-19Fixed test failures with Oracle when pytz isn't installed.Aymeric Augustin
2013-05-19Merge pull request #1160 from erikr/host-inet-postgres2Aymeric Augustin
2013-05-19Fixed #11442 -- Postgresql backend casts all inet types to textErik Romijn
2013-05-19Merge pull request #1028 from manfre/patch-2Aymeric Augustin
2013-05-18Fixed #20386 - Introspection problem on OracleShai Berger
2013-05-18More conversion to a ContextManager schema_editorAndrew Godwin
2013-05-18Turn SchemaEditor into a context managerAndrew Godwin
2013-05-10Merge branch 'master' into schema-alterationAndrew Godwin
2013-05-09Split out a BaseAppCache, make AppCache borg again, add _meta.app_cacheAndrew Godwin
2013-05-08[py3] Stopped iterating on exceptions. Refs #20025.Aymeric Augustin
2013-05-08Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.Aymeric Augustin
2013-05-08Fixed test failures on MySQL.Aymeric Augustin
2013-04-24Fixed documentation of disable_constraint_checkingMichael Manfre
2013-04-19Fix schema editor interaction with new transactionsAndrew Godwin
2013-04-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-04-01Fixed #16737 -- Support non-ascii column names in inspectdbClaude Paroz
2013-04-01Fixed getting max_digits for MySQL decimal fieldsClaude Paroz
2013-03-31Fixed #19220 -- Prevented decimals to be displayed in scientific notationClaude Paroz
2013-03-28Fixed #19954 -- Fixed MySQL _last_executed decodingClaude Paroz
2013-03-24Fixed #19385 again, now with real code changesAnssi Kääriäinen
2013-03-23Fixed #9055 -- Standardized behaviour of parameter escaping in db cursorsClaude Paroz
2013-03-18Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin
2013-03-13Improved recovery when the connection is closed in an atomic block.Aymeric Augustin
2013-03-13Made atomic usable when autocommit is off.Aymeric Augustin
2013-03-11Fixed #20010 -- Make sure `last_executed_query` contains it's associated para...Simon Charette
2013-03-11Avoided closing the database connection within a transaction.Aymeric Augustin
2013-03-11Improved the API of set_autocommit.Aymeric Augustin
2013-03-11Added a safety net for developers messing with autocommit.Aymeric Augustin