Changes between Initial Version and Version 4 of Ticket #5558


Ignore:
Timestamp:
Sep 23, 2007, 4:05:03 AM (17 years ago)
Author:
James Bennett
Comment:

(fixing formatting in description)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5558

    • Property Owner changed from nobody to Matt Boersma
    • Property Status newassigned
    • Property Cc ian.g.kelly@… added
    • Property Keywords oracle db backend startswith istartswith added
  • Ticket #5558 – Description

    initial v4  
    33(this seems to be model independent, and not related to my code)
    44
     5{{{
    56In [27]: JobStatus.objects.filter(channel__name__istartswith="a")
    67Out[27]: ---------------------------------------------------------------------------
     
    108109
    109110<class 'cx_Oracle.DatabaseError'>: ORA-01425: escape character must be character string of length 1
     111}}}
Back to Top