[Phpmyadmin-devel] Revision 10100 (table dot numeric field name) problems
Marc Delisle
Marc.Delisle at cegepsherbrooke.qc.ca
Sun Apr 1 15:05:54 CEST 2007
Hi,
Revision 10100
http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin?view=rev&revision=10100
broke this kind of queries:
select * from mytable where myid >= 1
The parser introduces a space:
select * from mytable where myid > = 1
However this one is correctly handled:
select * from mytable where myid > 1
More information about the Developers
mailing list