Changes between Initial Version and Version 1 of Ticket #16265


Ignore:
Timestamp:
Jun 15, 2011, 4:09:30 PM (13 years ago)
Author:
Aymeric Augustin
Comment:

Your description is a bit vague: "a particular log..."; it's hard to reproduce the bug with this information. It looks like in some circumstances, the Oracle backend reads more data than is available. Could you create an isolated test case that exhibits the problem?

Also, I see that you are using Django 1.1; that version is no longer supported (https://docs.djangoproject.com/en/dev/internals/release-process/#supported-versions). Is it possible to check if this bug also occurs in Django 1.3?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16265

    • Property Keywords oracle added
    • Property Triage Stage UnreviewedAccepted
    • Property Type UncategorizedBug
  • Ticket #16265 – Description

    initial v1  
    55This is the code and the traceback for reference:
    66
     7{{{
    78>>> us=MyModel.objects.filter(pk=123456)
    89>>> print us
     
    2223    value = value.read()
    2324DatabaseError: ORA-01403: no data found
    24 
     25}}}
    2526
    2627Thanks in advance to all!
Back to Top