[Modeling-cvs] ProjectModeling CHANGES,1.2,1.3
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-08-09 15:11:15
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1:/tmp/cvs-serv17995 Modified Files: CHANGES Log Message: Postgresql Layer can now correctly handled raw '_' characters in a LIKE statement Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CHANGES 9 Aug 2003 11:17:45 -0000 1.2 --- CHANGES 9 Aug 2003 15:11:13 -0000 1.3 *************** *** 8,11 **** --- 8,14 ---- -------------------------------------------------------- + * Fixed: Postgresql Layer can now correctly handled raw '_' characters in a + LIKE statement + * Fixed bug #785432: SQLite now accepts TEXT, and DATETIME, TEXT, NUMBER, DECIMAL, SMALLINT, REAL as well in addition to the sql types basically |