[Modeling-cvs] ProjectModeling/Modeling CHANGES,1.105,1.106
Status: Abandoned
Brought to you by:
sbigaret
|
From: <sbi...@us...> - 2003-05-31 15:19:15
|
Update of /cvsroot/modeling/ProjectModeling/Modeling
In directory sc8-pr-cvs1:/tmp/cvs-serv18457
Modified Files:
CHANGES
Log Message:
Updated
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CHANGES,v
retrieving revision 1.105
retrieving revision 1.106
diff -C2 -d -r1.105 -r1.106
*** CHANGES 31 May 2003 10:17:18 -0000 1.105
--- CHANGES 31 May 2003 15:14:59 -0000 1.106
***************
*** 8,13 ****
--- 8,23 ----
--------------------------------------------------------
+ * 'TEXT' field now accepts a width to be set (ignored when generating the
+ database schema, but checked, if set, when validating an attribute's
+ value)
+
+ * Added 'TEXT' as a valid sql datatype for the Postgresql adaptor
+
* Added keyword 'ilike', short for 'caseInsensitiveLike', for qualifier
string definition
+
+ * Fixed: the User's Guide as pdf failed to print for acrobat reader v4+,
+ because of hyperlinks. Thanks to Ernesto Revilla for reporting and
+ identifying the problem.
0.9-pre-8 (2003/05/27)
|