django1/django/db/backends/oracle
Matt Boersma b09f554175 Fixed #10716 so Oracle tests run again. Thanks very much, kmtracey.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-21 18:09:03 +00: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 #6064 -- Added the `connection_created` signal for when a database connection is created. 2009-03-29 23:15:58 +00:00
client.py Fixed #10357 -- Fixed the "dbshell" command for Windows users. 2009-04-11 11:41:35 +00:00
creation.py Fixed #10716 so Oracle tests run again. Thanks very much, kmtracey. 2009-04-21 18:09:03 +00:00
introspection.py Fixed Oracle introspection mapping of DATE columns, and added an entry for Oracle 10g native float columns. 2008-10-13 19:38:18 +00:00
query.py Fixed #10238: coerce TextField values to unicode in the oracle backend. 2009-03-13 19:57:00 +00:00