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
e5ae03fd5a
django1
/
django
/
db
/
backends
/
oracle
History
Josh Smeaton
638d1393ee
Fixed
#23434
-- Coerce Oracle bool params to int
2014-09-08 10:11:20 -04: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
#23434
-- Coerce Oracle bool params to int
2014-09-08 10:11:20 -04: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
Limited lines to 119 characters in django/
2014-09-05 09:22:16 -04:00
introspection.py
Made Oracle introspect FloatFields correctly
2014-01-30 00:41:11 +02:00
schema.py
Limited lines to 119 characters in django/
2014-09-05 09:22:16 -04:00