This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-06-20 10:59:12 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
/
backends
/
oracle
History
Andrew Godwin
3c296382b8
Merge remote-tracking branch 'core/master' into schema-alteration
...
Conflicts: django/db/models/fields/related.py
2013-06-07 11:15:34 +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
Merge remote-tracking branch 'core/master' into schema-alteration
2013-06-07 11:15:34 +01:00
client.py
Fixed
#10357
-- Fixed the "dbshell" command for Windows users.
2009-04-11 11:41:35 +00:00
compiler.py
Fixed
#17260
-- Added time zone aware aggregation and lookups.
2013-02-16 09:19:04 +01:00
creation.py
Merge remote-tracking branch 'core/master' into schema-alteration
2013-06-07 11:15:34 +01:00
introspection.py
Fixed
#20014
-- implemented get_key_columns() for Oracle
2013-05-27 21:12:47 +03:00
schema.py
Stubbed-out oracle schema file
2012-09-07 15:56:07 -04:00