@@ -99,7 +99,31 @@ Fix to allow SELECT 'a' LIKE 'a' (Tom)
9999Fix for SELECT 1 + NULL (Tom)
100100Fixes to CHAR
101101Fix log() on numeric type (Tom)
102- Remove ':' and ';' operators
102+ Depricate ':' and ';' operators
103+ Add TRUNCATE command to quickly truncate relation (Mike Mascari)
104+ Fix for views with tables/columns containing spaces (Tom)
105+ Prevent permissions on indexes (Peter E)
106+ Fix for spinlock stuck problem when error is generated (Hiroshi)
107+ Fix ipcclean on Linux
108+ Fix handling of NULL constraint conditions (Tom)
109+ Fix memory leak in odbc driver (Nick Gorham)
110+ Fix for permission check on UNION tables (Tom)
111+ Fix to allow SELECT 'a' LIKE 'a' (Tom)
112+ Fix for SELECT 1 + NULL (Tom)
113+ Fixes to CHAR
114+ Fix log() on numeriRemove ':' and ';' operators
115+ Add TRUNCATE command to quickly truncate relation (Mike Mascari)
116+ Fix for views with tables/columns containing spaces (Tom)
117+ Prevent permissions on indexes (Peter E)
118+ Fix for spinlock stuck problem when error is generated (Hiroshi)
119+ Fix ipcclean on Linux
120+ Fix handling of NULL constraint conditions (Tom)
121+ Fix memory leak in odbc driver (Nick Gorham)
122+ Fix for permission check on UNION tables (Tom)
123+ Fix to allow SELECT 'a' LIKE 'a' (Tom)
124+ Fix for SELECT 1 + NULL (Tom)
125+ Fixes to CHAR
126+ Fix log() on numeriRemove ':' and ';' operators
103127
104128Enhancements
105129------------