chooper / restful-sqlite

Automatically exported from code.google.com/p/restful-sqlite
0 stars 0 forks source link

Find proper way to escape table and column names in sqlite #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Unlike MySQLdb, the sqlite3 module does not have a conn.escape() method.
Find a proper way to escape table names, column names, and even the strings
that we don't use prepared statements for. This should fix most of the
TODOs scattered throughout the code.

Original issue reported on code.google.com by hoop...@gmail.com on 23 Dec 2009 at 7:30

GoogleCodeExporter commented 9 years ago

Original comment by hoop...@gmail.com on 23 Dec 2009 at 8:55

GoogleCodeExporter commented 9 years ago
Fixed in rev cc56420bf2, still requires some cleanup for fixed nonetheless.

Original comment by hoop...@gmail.com on 27 Dec 2009 at 12:04