Re: strange backquote problem

2002-07-28 Thread Victoria Reznichenko
Pekka, Thursday, July 25, 2002, 7:13:45 PM, you wrote: PS> On my application's setup.php I have quite simple MySQL queries like PS> DROP TABLE IF EXISTS `ee_test` PS> Now, some users (perhaps 5 out of 1000) complain that they get an SQL error PS> on the first query with backquotes, and when I

strange backquote problem

2002-07-25 Thread Pekka Saarinen
Hi, On my application's setup.php I have quite simple MySQL queries like DROP TABLE IF EXISTS `ee_test` Now, some users (perhaps 5 out of 1000) complain that they get an SQL error on the first query with backquotes, and when I provided them with a setup file without any backquotes (luckily al