#7637 closed (fixed)
Allow Oracle database parameters to specify input size.
Description ¶
Currently, the Oracle backend sets the input size to NCLOB
for character input > 4000 characters. In GeoDjango, geometry input text is passed into the SDO_UTIL.TO_WKTGEOMETRY stored procedure, which expects input of type CLOB
.
This patch allows database parameters to specify their input size via an input_size
attribute, that will be used for setinputsizes
instead of the default (if it exists). This functionality was added to the gis
branch in r7637, and needs to be in trunk for GeoDjango to work on Oracle when the branches merge for 1.0.
Change History (4)
by , 17 years ago
Attachment: | orcl_custom_input_size.diff added |
---|
comment:1 by , 17 years ago
Owner: | changed from | to
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
jbronn tells me he and ikelly have already discussed this offline and it's considered reasonable.
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch that allows Oracle database parameters to specify input size.