This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
45840927d3
django1
/
django
/
db
/
backends
/
oracle
History
Claude Paroz
d1ca70110f
Factorized schema_editor() at BaseDatabaseWrapper level
2014-09-26 08:50:16 +02: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
Factorized schema_editor() at BaseDatabaseWrapper level
2014-09-26 08:50:16 +02:00
client.py
Fixed
#22234
-- Replaced OS-specific code with subprocess.call() in dbshell.
2014-08-04 09:21:03 -04:00
compiler.py
Limited lines to 119 characters in django/
2014-09-05 09:22:16 -04:00
creation.py
Changed Oracle test-user creation to grant privileges instead of roles
2014-09-24 04:58:33 +03:00
introspection.py
Made get_table_list return a TableInfo named tuple
2014-09-23 20:13:31 +02:00
schema.py
Limited lines to 119 characters in django/
2014-09-05 09:22:16 -04:00