[Phpmyadmin-devel] Revision 10100 (table dot numeric field name)
Marc Delisle
Marc.Delisle at cegepsherbrooke.qc.ca
Tue Apr 3 12:20:42 CEST 2007
Marc Delisle a écrit :
> 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
Should be fixed now in trunk (revision 10246).
More information about the Developers
mailing list