Skip to content

Instantly share code, notes, and snippets.

@plathrop
Created September 30, 2014 03:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plathrop/9215cc577cc756c87899 to your computer and use it in GitHub Desktop.
Save plathrop/9215cc577cc756c87899 to your computer and use it in GitHub Desktop.
>>> """SELECT COUNT(1) FROM Ticket_Classes c WHERE c.event = Events.id AND c.STATUS = %s ) = 0""" % (globals.gEventStatusLive, AdbTicketClasses.kTicketClassOnSale), includeTicketClasses=1
File "<stdin>", line 1
SyntaxError: can't assign to operator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment