summaryrefslogtreecommitdiff
path: root/hsqldb
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 14:39:39 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 14:39:39 +0000
commit216dec2a3d6a90ca66dd8a2c82821d71fa0663a1 (patch)
tree4ecdcc440cf1221c56365e0ce5934ff55fc78c47 /hsqldb
parent1d12c3a6f0c7d251c7c89af536159ad1e5cd06c4 (diff)
INTEGRATION: CWS dba24b (1.4.4); FILE MERGED
2007/08/13 07:26:28 oj 1.4.4.1: #i70160# include patch for select into
Diffstat (limited to 'hsqldb')
-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
+
+
+====================================================================================