-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
query> love;
Traceback (most recent call last):
File "./squeal.py", line 388, in <module>
main()
File "./squeal.py", line 166, in main
run_arbitrary_queries(query_prompt, conn, cursor)
File "./squeal.py", line 381, in run_arbitrary_queries
output_table_from_sql(conn, cursor, user_input)
File "./squeal.py", line 317, in output_table_from_sql
cursor.execute(sql, data)
File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 174, in execute
self.errorhandler(self, exc, value)
File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
raise errorclass, errorvalue
_mysql_exceptions.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'love' at line 1")