diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 14:39:39 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 14:39:39 +0000 |
commit | 216dec2a3d6a90ca66dd8a2c82821d71fa0663a1 (patch) | |
tree | 4ecdcc440cf1221c56365e0ce5934ff55fc78c47 /hsqldb/patches | |
parent | 1d12c3a6f0c7d251c7c89af536159ad1e5cd06c4 (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/patches')
-rw-r--r-- | hsqldb/patches/index.txt | 15 |
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 + + +==================================================================================== |