diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 13:05:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 13:05:41 +0000 |
commit | 6efbf6d0b93cc3a83c40500fcb655b4306e09eb2 (patch) | |
tree | 16c60c5a6290e37b0f9746d6936fd8fd1323fe5b /hsqldb | |
parent | 0ecb2535208a7bf5700522d4156726f614e439d5 (diff) |
INTEGRATION: CWS dba23c (1.3.6); FILE MERGED
2007/07/19 12:15:31 fs 1.3.6.1: #i78296#
Diffstat (limited to 'hsqldb')
-rw-r--r-- | hsqldb/patches/index.txt | 19 |
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 + + +==================================================================================== |