[Modeling-users] Release 0.9-pre-13 is out
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2003-08-11 06:58:19
|
Hi all, Release 0.9-pre-13 is out. It contains bug fixes we already discussed here these days, most of which addresses bugs in the generation of SQL statements. All database layers are concerned: - 'like' qualifiers are no longer case-insensitive w/ sqlite and mysql, - raw characters '_' and '%' are now correctly handled in 'like' qualifiers. Fixed layers: postgresql, sqlite Last, I'll be off from tuesday to the next monday, maybe with an intermittent but slow internet connection, so you should not expect a quick answer from me in this period. Best regards, -- S=E9bastien. ------------------------------------------------------------------------ 0.9-pre-13 (2003/08/10) ----------------------- * Added an installation guide * Fixed bug #785913: "LIKE qualifier w/ raw '%' and '_' characters does n= ot work w/ SQLite" * 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 * 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, NUMERI= C, 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. ------------------------------------------------------------------------ |