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
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