summaryrefslogtreecommitdiff
path: root/hsqldb/patches/index.txt
blob: 2e114e14725b49282c8f5fc75d73cf1507540232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
====================================================================================
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


====================================================================================