SylvainTI / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

php-sqlite backend: SQL syntax error #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Line 81:

$result = sqlite_query( "SELECT `data` FROM ".TABLE." WHERE keyword =
'$keyword'" , $GLOBALS['sqlConnect'] );

SQLite doesn't recognize the backtick operators, they should be removed.

Original issue reported on code.google.com by jkrcma on 11 Aug 2009 at 10:42

GoogleCodeExporter commented 9 years ago

Original comment by ondrej.zara on 30 Aug 2009 at 8:08

GoogleCodeExporter commented 9 years ago
Fixed in rev. 51.

Original comment by ondrej.zara on 3 Sep 2009 at 11:22