django1/django/db/backends/oracle
Shai Berger d128eac316 Changed Oracle test-user creation to grant privileges instead of roles
because the roles (specifically RESOURCE) are deprecated.
Also added optional support for creating views in tests, and made an
introspection test fail (rather than skip)  if a view cannot be created
due to lacking privileges.

Refs #18782

Thanks Tim Graham for review, and Josh Smeaton
2014-09-24 04:58:33 +03: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 #19463 -- Added UUIDField 2014-09-16 10:08:09 +01: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