Hi,
I just want to report a small bug. If I have a query with a field named "password", it is parsed as it was the MySQL keyword PASSWORD, which is not the case.
e.g :
INSERT INTO inscrit (pseudo,email,password,icq,homepage,hobby,occupation,ville) SELECT username,user_email,user_password,user_icq,user_website,user_occ,user_intere sts,user_from FROM montgallet2.users
is displayed as :
INSERT INTO inscrit( pseudo, email, PASSWORD , icq, homepage, hobby, occupation, ville ) SELECT username, user_email, user_password, user_icq, user_website, user_occ, user_interests, user_from FROM montgallet2.users
Regards, Jocelyn Fournier