summaryrefslogtreecommitdiff
path: root/hsqldb
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 16:13:43 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 16:13:43 +0000
commitbed64a47a8e05f1e100ecfc8dab0d0b5bc4f23dc (patch)
tree0f8ec282fb800d7cf52bb6cec62b6d738496f48c /hsqldb
parent3877499a4db1686c0c985da2723bd0643836edf1 (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.txt76
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
-
-
-====================================================================================