summaryrefslogtreecommitdiff
path: root/hsqldb
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 08:45:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 08:45:02 +0000
commita4b89c2ff28e0a8e6fc50734e6298ac7038475b4 (patch)
treef00d8a364af76d7074e6e7c4f0caf3a68e89f413 /hsqldb
parent0b626e4e81da179568648247af2d18e5961437fa (diff)
INTEGRATION: CWS hsqldb9 (1.1.2); FILE ADDED
2006/08/07 08:15:49 fs 1.1.2.1: index of needed patches
Diffstat (limited to 'hsqldb')
-rw-r--r--hsqldb/patches/index.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/hsqldb/patches/index.txt b/hsqldb/patches/index.txt
new file mode 100644
index 000000000000..3189c7e31e1d
--- /dev/null
+++ b/hsqldb/patches/index.txt
@@ -0,0 +1,33 @@
+====================================================================================
+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"
+
+
+====================================================================================