From 6efbf6d0b93cc3a83c40500fcb655b4306e09eb2 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 31 Jul 2007 13:05:41 +0000 Subject: INTEGRATION: CWS dba23c (1.3.6); FILE MERGED 2007/07/19 12:15:31 fs 1.3.6.1: #i78296# --- hsqldb/patches/index.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'hsqldb') 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 @@ -46,4 +46,23 @@ Issue writing certain data into bugdoc HSQL Text Table renders the complete database inaccessible +==================================================================================== +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 + + ==================================================================================== -- cgit