Update of /cvsroot/modeling/ProjectModeling
In directory sc8-pr-cvs1:/tmp/cvs-serv13480
Modified Files:
CHANGES
Log Message:
Fixed bug #847212: qualifier IN does not handle correctly strings (strings were not quoted as they should be)
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** CHANGES 15 Dec 2003 15:05:00 -0000 1.27
--- CHANGES 15 Dec 2003 15:15:46 -0000 1.28
***************
*** 10,13 ****
--- 10,16 ----
* Fixed bug #857803: mysql: invalid generated sql for complex qualifiers
+ * Fixed bug #847212: qualifier IN does not handle correctly strings (strings
+ were not quoted as they should be)
+
* Fixed bug #854630: an empty qualifier string made ec.fetch() fail
|