django1/django/db/backends/oracle
Marc Tamlyn e9103402c0 Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Complete rework of translating data values from database

Deprecation of SubfieldBase, removal of resolve_columns and
convert_values in favour of a more general converter based approach and
public API Field.from_db_value(). Now works seamlessly with aggregation,
.values() and raw queries.

Thanks to akaariai in particular for extensive advice and inspiration,
also to shaib, manfre and timograham for their reviews.
2014-09-03 20:36:03 +01: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 #18757, #14462, #21565 -- Reworked database-python type conversions 2014-09-03 20:36:03 +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 Fixed #18757, #14462, #21565 -- Reworked database-python type conversions 2014-09-03 20:36:03 +01:00
creation.py Made main user disconnect after creating test user/tablespaces on Oracle 2014-08-25 20:20:10 +03:00
introspection.py Made Oracle introspect FloatFields correctly 2014-01-30 00:41:11 +02:00
schema.py Added django.utils.six.buffer_types 2014-06-13 13:09:51 -04:00