[Modeling-cvs] ProjectModeling CHANGES,1.3,1.4
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-08-10 14:43:18
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1:/tmp/cvs-serv16799 Modified Files: CHANGES Log Message: Fixed bug #785913: "LIKE qualifier w/ raw '%' and '_' characters does not work w/ SQLite" Fixed bug #786217: 'Qualifier LIKE can be case-insensitive' (bug was observed for MySQL and SQLite) Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CHANGES 9 Aug 2003 15:11:13 -0000 1.3 --- CHANGES 10 Aug 2003 14:43:16 -0000 1.4 *************** *** 8,11 **** --- 8,14 ---- -------------------------------------------------------- + * Fixed bug #786217: 'Qualifier LIKE can be case-insensitive' (bug was + observed for MySQL and SQLite) + * Fixed: Postgresql Layer can now correctly handled raw '_' characters in a LIKE statement |