summaryrefslogtreecommitdiff
path: root/hsqldb/patches/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'hsqldb/patches/index.txt')
-rw-r--r--hsqldb/patches/index.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/hsqldb/patches/index.txt b/hsqldb/patches/index.txt
index 2e114e14725b..117540d2fa9e 100644
--- a/hsqldb/patches/index.txt
+++ b/hsqldb/patches/index.txt
@@ -47,3 +47,22 @@ Issue
====================================================================================
+File name
+---------
+ view_asterisk_replacement.patch
+
+Description
+-----------
+ modifies HSQLDB so that views behave more standard-conform. That is, per SQL standard
+ views are requested to return the columns as they existed at the time of definition
+ of the view. I.e., if the table gets new columns later on, they're not included in the
+ view.
+ This indirectly fixes the below issue.
+
+Issue
+-----
+ http://www.openoffice.org/issues/show_bug.cgi?id=78296
+ adding a column to a HSQLDB table which is referred in a view renders the database useless
+
+
+====================================================================================