Skip to content

Commit 90cb4c8

Browse files
committed
Update history/sgml.
1 parent 2f839c5 commit 90cb4c8

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

HISTORY

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,31 @@ Fix to allow SELECT 'a' LIKE 'a' (Tom)
9999
Fix for SELECT 1 + NULL (Tom)
100100
Fixes to CHAR
101101
Fix 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

104128
Enhancements
105129
------------

doc/src/sgml/release.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Fix to allow SELECT 'a' LIKE 'a' (Tom)
158158
Fix for SELECT 1 + NULL (Tom)
159159
Fixes to CHAR
160160
Fix log() on numeric type (Tom)
161-
Remove ':' and ';' operators
161+
Deprecate ':' and ';' operators
162162

163163
Enhancements
164164
------------

0 commit comments

Comments
 (0)