diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-21 16:13:43 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-21 16:13:43 +0000 |
commit | bed64a47a8e05f1e100ecfc8dab0d0b5bc4f23dc (patch) | |
tree | 0f8ec282fb800d7cf52bb6cec62b6d738496f48c /hsqldb | |
parent | 3877499a4db1686c0c985da2723bd0643836edf1 (diff) |
INTEGRATION: CWS dba24c (1.4.8); FILE MERGED
2007/11/05 19:46:36 fs 1.4.8.4: #i80646# removed last patch (timestamp_and_vendor.patch)
2007/11/02 20:42:16 fs 1.4.8.3: #i83079# most patches are obsolete with the move to 1.8.0.9
2007/10/16 08:01:58 fs 1.4.8.2: #i82222# load the file access and storage classes (used for embedding HSQL into .odbs) with the context class loader, not the system class loader
2007/10/16 07:07:29 fs 1.4.8.1: copying the changes from CWS dba24b to CWS dba24c
Diffstat (limited to 'hsqldb')
-rw-r--r-- | hsqldb/patches/index.txt | 76 |
1 files changed, 4 insertions, 72 deletions
diff --git a/hsqldb/patches/index.txt b/hsqldb/patches/index.txt index 848b340f2431..24bed217203e 100644 --- a/hsqldb/patches/index.txt +++ b/hsqldb/patches/index.txt @@ -1,83 +1,15 @@ ==================================================================================== File name --------- - timestamp_and_vendor.patch + patch_file.patch Description ----------- - removes the tstamp/_tmpstamp construct from the build.xml (not supported by - some ant versions) + patches HSQL so that .... Issue ----- - http://www.openoffice.org/issues/show_bug.cgi?id=51409 - Build breaks in hsqldb + http://www.openoffice.org/issues/show_bug.cgi?id=????? + <summary> -==================================================================================== -File name ---------- - unique_constraint_violation_error.patch - -Description ------------ - provides a better error message when violating a unique index or (primary) - constraint - -Issue ------ - http://www.openoffice.org/issues/show_bug.cgi?id=65426 - "Database frontend: Confusing errormessage when entering duplicate primary key" - - -==================================================================================== -File name ---------- - text_table_double_quotes.patch - -Description ------------ - fixes the problem that when inserting double quotes into a text table, the table - becomes unreadable under some circumstances. - -Issue ------ - http://www.openoffice.org/issues/show_bug.cgi?id=70841 - 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 - - -==================================================================================== -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 - - -==================================================================================== |