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
3f1c7b7053
django1
/
django
/
db
/
backends
/
oracle
History
Jani Tiainen
d194f29057
Fixed
#19606
-- Adjusted cx_Oracle unicode detection.
2013-01-19 09:27: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
Fixed
#19606
-- Adjusted cx_Oracle unicode detection.
2013-01-19 09:27:16 +02:00
client.py
Fixed
#10357
-- Fixed the "dbshell" command for Windows users.
2009-04-11 11:41:35 +00:00
compiler.py
[py3] Fixed Oracle specific failures
2012-08-19 23:45:26 +03:00
creation.py
Made sure global settings are changed in test db creation
2012-11-27 19:47:20 +02:00
introspection.py
Return namedtuple from get_table_description
2013-01-12 21:14:22 +01:00