6efbf6d0b9
2007/07/19 12:15:31 fs 1.3.6.1: #i78296#
68 lines
1.9 KiB
Text
68 lines
1.9 KiB
Text
====================================================================================
|
|
File name
|
|
---------
|
|
timestamp_and_vendor.patch
|
|
|
|
Description
|
|
-----------
|
|
removes the tstamp/_tmpstamp construct from the build.xml (not supported by
|
|
some ant versions)
|
|
|
|
Issue
|
|
-----
|
|
http://www.openoffice.org/issues/show_bug.cgi?id=51409
|
|
Build breaks in hsqldb
|
|
|
|
|
|
====================================================================================
|
|
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
|
|
|
|
|
|
====================================================================================
|