Update of /cvsroot/modeling/ProjectModeling
In directory sc8-pr-cvs1:/tmp/cvs-serv12454
Modified Files:
CHANGES
Log Message:
Fixed bug #785432: SQLite now accepts TEXT, and DATETIME, TEXT, NUMBER,
DECIMAL, SMALLINT, REAL as well in addition to the sql types basically
accepted by the core's SQLExpression (CHAR, FLOAT, INT, INTEGER, NUMERIC,
DATE, TIME, TUMESTAMP and VARCHAR)
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CHANGES 9 Aug 2003 11:16:43 -0000 1.1
--- CHANGES 9 Aug 2003 11:17:45 -0000 1.2
***************
*** 8,11 ****
--- 8,16 ----
--------------------------------------------------------
+ * Fixed bug #785432: SQLite now accepts TEXT, and DATETIME, TEXT, NUMBER,
+ DECIMAL, SMALLINT, REAL as well in addition to the sql types basically
+ accepted by the core's SQLExpression (CHAR, FLOAT, INT, INTEGER, NUMERIC,
+ DATE, TIME, TUMESTAMP and VARCHAR)
+
* Fixed bug #785434: mdl_generate_DB_schema now detects when the database
(file)name in dsn and in the admin-dsn are not the same.
|