[Phpmyadmin-devel] Parser problem with PhpMyAdmin 2.3.0

Jocelyn Fournier joc at presence-pc.com
Thu Aug 15 17:19:34 CEST 2002


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





More information about the Developers mailing list