summaryrefslogtreecommitdiffstats
path: root/hsqldb/patches/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'hsqldb/patches/index.txt')
-rw-r--r--hsqldb/patches/index.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/hsqldb/patches/index.txt b/hsqldb/patches/index.txt
index 117540d2fa9e..848b340f2431 100644
--- a/hsqldb/patches/index.txt
+++ b/hsqldb/patches/index.txt
@@ -66,3 +66,18 @@ Issue
====================================================================================
+File name
+---------
+ select_into.patch
+
+Description
+-----------
+ Fixes the problem that quoted table names which are created with SELECT INTO command get the correct
+ table type when asking the database meta data for it.
+Issue
+-----
+ http://www.openoffice.org/issues/show_bug.cgi?id=70160
+ Table created with SELECT INTO TABLE command is not visible
+
+
+====================================================================================