Changes between Initial Version and Version 1 of Ticket #12366, comment 4


Ignore:
Timestamp:
May 29, 2015, 5:02:44 AM (9 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12366, comment 4

    initial v1  
    1212
    1313there is hard coded query using sqlite_master table. The code snippet is.
    14 
     14{{{
    1515table = cursor.execute("SELECT name FROM sqlite_master WHERE type='table' AND name='customer_ticket_identifier';")
    16 
     16}}}
    1717{{{
    1818        if not table.fetchall():