Changes between Initial Version and Version 4 of Ticket #5558
- Timestamp:
 - Sep 23, 2007, 4:05:03 AM (18 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Ticket #5558
- Property Owner changed from to
 - Property Status new → assigned
 - Property Cc added
 - Property Keywords oracle db backend startswith istartswith added
 
 - 
      
Ticket #5558 – Description
initial v4 3 3 (this seems to be model independent, and not related to my code) 4 4 5 {{{ 5 6 In [27]: JobStatus.objects.filter(channel__name__istartswith="a") 6 7 Out[27]: --------------------------------------------------------------------------- … … 108 109 109 110 <class 'cx_Oracle.DatabaseError'>: ORA-01425: escape character must be character string of length 1 111 }}}