[Phpmyadmin-devel] Revision 10100 (table dot numeric field name) problems

1 Apr
2007
1 Apr
'07
3:05 p.m.
Hi, Revision 10100 http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin?view=rev&revision=10... 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

3 Apr
3 Apr
12:20 p.m.
New subject: [Phpmyadmin-devel] Revision 10100 (table dot numeric field name)
Marc Delisle a écrit :
Hi,
Revision 10100 http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin?view=rev&revision=10...
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).
6743
Age (days ago)
6745
Last active (days ago)
1 comments
1 participants
participants (1)
-
Marc Delisle