#11580: Unable to query TextField against oracle nclob 10Gr4
---------------------------------------------------+------------------------
Reporter: nosrednakram | Owner: nobody
Status: new | Milestone:
Component: Database layer (models, ORM) | Version: 1.1-beta-1
Resolution: | Keywords: oracle
TextField
Stage: Accepted | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------------------------+------------------------
Changes (by ikelly):
* needs_better_patch: => 0
* component: Uncategorized => Database layer (models, ORM)
* needs_tests: => 0
* summary: Unable to query TextFiled against oracle nclob 10Gr4 =>
Unable to query TextField against oracle nclob
10Gr4
* keywords: => oracle TextField
* needs_docs: => 0
* stage: Unreviewed => Accepted
Comment:
This looks like it may be the same error:
http://groups.google.com/group/comp.databases.oracle.server/browse_thread/thread/b7950ba7df01b90e
The apparent solution would be to substr out the first 1000 characters of
the lob rather than the first 4000 characters like we're doing now. Or
better, remove the SUBSTR hack altogether and get TextField lookups
working using DBMS_LOB.INSTR instead.
--
Ticket URL: <http://code.djangoproject.com/ticket/11580#comment:1>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---