Changes between Version 1 and Version 2 of Ticket #11027


Ignore:
Timestamp:
Apr 21, 2013, 4:19:04 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11027 – Description

    v1 v2  
    1919+                    cursor.execute("""
    2020+                        INSERT INTO schedule (ticket, start, finish)
    21 +                        VALUES %%s""" % valuesClause, values)
     21+                        VALUES %s""" % valuesClause, values)
    2222 
    2323                     # Finally, add history records to schedule_change