django1/django/db/backends/oracle
Simon Charette 1db5fce1ee Oracle also treats NULLs as largests values when ordering. 2013-08-21 22:32:03 +01:00
..
__init__.py Added half of oracle backend. (The other half is all of the special-casing in django/db/models/query.py, which I will be refactoring.) Refs #1990. Thanks, Jason Huggins and tzellman 2006-05-26 05:37:21 +00:00
base.py Oracle also treats NULLs as largests values when ordering. 2013-08-21 22:32:03 +01:00
client.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
compiler.py Fixed a number of minor misspellings. 2013-07-27 18:46:03 -07:00
creation.py Start of getting Oracle to do schema stuff 2013-08-12 20:05:20 +01:00
introspection.py Minor oracle fixes 2013-08-19 13:12:48 +01:00
schema.py Oracle schema backend, passes most tests and is pretty complete. 2013-08-13 20:54:57 +01:00