Page 1 of 1

mySQL chaining queries doesn't work!

Posted: Tue Nov 24, 2015 11:45 pm
by ckelly5430
Anyone know why mySQL chaining queries doesn't work in LiveCode 7.1.1 ?

example :

DELETE FROM t1 WHERE f1 IN ("6888072","6880476");
UPDATE t2 SET f2=NULL WHERE f1 IN ("6888072","6880476");

perfectly valid query using any other mySQL query tool but throws an error in Livecode with invalid syntax.

Regards
Colin

Re: mySQL chaining queries doesn't work!

Posted: Wed Nov 25, 2015 3:57 pm
by Klaus
Hi Colin,

obviously this is a known inconvenience of revdb:
http://quality.livecode.com/show_bug.cgi?id=10940


Best

Klaus