Hi Steve & all!
I hope to have fixed bug #1 I've sent a message about yesterday (select * from aTable where afield <123 or select * from aTable where afield like "arg"). I have to do some more testings but with a bit of luck the fix will be on the CVS in the afternoon.
Once upon a time, Steve wrote:
"show table status from aTable" this results a lot of warnings plus Can't read dir of './aTable/' (Errcode: 2) The Problem is in line 79 in sql.php3.
Well I'm afraid this is not a valid statement. According to the manual it should look like: SHOW TABLE STATUS [FROM db_name] [LIKE tbl_name]
Regards, Loïc
______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif
Yes
Hi Steve & all!
Well I'm afraid this is not a valid statement. According to the manual it should look like: SHOW TABLE STATUS [FROM db_name] [LIKE tbl_name]
yes this statement is wrong but phpMyAdmin results a heavy error. It was fortuity that i have detect this.
Hi Loic,
okay i have detect the problem in sql.php3 and i will test my changes before i commit it in cvs.