summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle
AgeCommit message (Expand)Author
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2014-01-30Made Oracle introspect FloatFields correctlyShai Berger
2014-01-29Made Oracle introspect boolean fieldsShai Berger
2014-01-12Fixed #21453 -- Enabled autocommit before calling init_connection_state.Aymeric Augustin
2013-12-25Removed redundant lineLevi Gross
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-11-02Fixed all E261 warningscoagulant
2013-10-22Fixed #17027 -- Added support for the power operator in F expressions.Florian Hahn
2013-10-05Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon
2013-10-01Fixed #21207 -- Fixed test failure on Oracle: test_cursor_contextmanagerTim Graham
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-14Merge branch 'master' of https://github.com/django/djangoAlex Gaynor
2013-09-14Removed an import * that was masking importing stuff from the wrong locationAlex Gaynor
2013-09-09Fixed #20707 -- Added explicit quota assignment to Oracle test userСадовский Николай
2013-09-06Fixed a number of flake8 errors -- particularly around unused imports and loc...Alex Gaynor
2013-09-06Adding 'sqlmigrate' command and quote_parameter to support it.Andrew Godwin
2013-09-02Used six.moves.zip_longest, new in six 1.4.0.Aymeric Augustin
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-29Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham
2013-08-23Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-23Fix Oracle's default handling and schema-prepared-statement issueAndrew Godwin
2013-08-21Oracle also treats NULLs as largests values when ordering.Simon Charette
2013-08-20Oracle also treats NULLs as largests values when ordering.Simon Charette
2013-08-19Minor oracle fixesAndrew Godwin
2013-08-13Oracle schema backend, passes most tests and is pretty complete.Andrew Godwin
2013-08-12Start of getting Oracle to do schema stuffAndrew Godwin
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-07-30Fixed #20785 -- Corrected exception caught for Oracle LIKE operator detectionShai Berger
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-22Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-08Fixed last_executed_query test failure on OracleShai Berger
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2013-06-28Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
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-27Fixed #20014 -- implemented get_key_columns() for OracleShai Berger
2013-05-27Fixed #20501 -- failure of datetime queries with timezones under OracleShai Berger
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-19Fixed #11442 -- Postgresql backend casts all inet types to textErik Romijn
2013-05-18Fixed #20386 - Introspection problem on OracleShai Berger
2013-04-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-03-23Fixed #9055 -- Standardized behaviour of parameter escaping in db cursorsClaude Paroz