CREATE ALIAS: error message when compiling Java code have been improved.
The methods of the CloseListener are added to the Trigger interface. The interface CloseListener is removed. This is potentially a breaking change for existing triggers.
@changelog_1005_li
MVCC: creating a table with an incorrect constraint could cause strange errors.
CREATE ALIAS: error message when compiling Java code have been improved.
@changelog_1006_li
Hash indexes now are only used for single column indexes.
MVCC: creating a table with an incorrect constraint could cause strange errors.
@changelog_1007_li
The cache types WEAK_* and TQ are no longer supported.
Hash indexes now are only used for single column indexes.
@changelog_1008_li
The file system abstraction no longer throws SQL exceptions.
The cache types WEAK_* and TQ are no longer supported.
@changelog_1009_li
DatabaseEventListener.diskSpaceIsLow has changed.
The file system abstraction no longer throws SQL exceptions.
@changelog_1010_li
The CompressTool no longer throw as SQL exceptions. Instead, it throws runtime exceptions.
DatabaseEventListener.diskSpaceIsLow has changed.
@changelog_1011_li
SimpleResultSet.addColumn and addRow now can throw a IllegalStateException instead of a SQLException.
The CompressTool no longer throw as SQL exceptions. Instead, it throws runtime exceptions.
@changelog_1012_li
When doing an index lookup, decimal values with the same value but different scale (for example 0.00 and 0.0) where not considered equal in version 1.2.128. Now they are (unlike BigDecimal.equals()).
SimpleResultSet.addColumn and addRow now can throw a IllegalStateException instead of a SQLException.
@changelog_1013_li
The BNF parser now uses the visitor pattern.
When doing an index lookup, decimal values with the same value but different scale (for example 0.00 and 0.0) where not considered equal in version 1.2.128. Now they are (unlike BigDecimal.equals()).
@changelog_1014_li
The methods of the CloseListener are added to the Trigger interface. The interface CloseListener is removed.
The BNF parser now uses the visitor pattern.
@changelog_1015_li
Converting a UUID to bytes was incorrect. Because of that, updatable result sets on tables with UUID primary key did not work.
#CREATE ALIAS: error message when compiling Java code have been improved.
#The methods of the CloseListener are added to the Trigger interface. The interface CloseListener is removed. This is potentially a breaking change for existing triggers.
@changelog_1005_li
#MVCC: creating a table with an incorrect constraint could cause strange errors.
#CREATE ALIAS: error message when compiling Java code have been improved.
@changelog_1006_li
#Hash indexes now are only used for single column indexes.
#MVCC: creating a table with an incorrect constraint could cause strange errors.
@changelog_1007_li
#The cache types WEAK_* and TQ are no longer supported.
#Hash indexes now are only used for single column indexes.
@changelog_1008_li
#The file system abstraction no longer throws SQL exceptions.
#The cache types WEAK_* and TQ are no longer supported.
@changelog_1009_li
#DatabaseEventListener.diskSpaceIsLow has changed.
#The file system abstraction no longer throws SQL exceptions.
@changelog_1010_li
#The CompressTool no longer throw as SQL exceptions. Instead, it throws runtime exceptions.
#DatabaseEventListener.diskSpaceIsLow has changed.
@changelog_1011_li
#SimpleResultSet.addColumn and addRow now can throw a IllegalStateException instead of a SQLException.
#The CompressTool no longer throw as SQL exceptions. Instead, it throws runtime exceptions.
@changelog_1012_li
#When doing an index lookup, decimal values with the same value but different scale (for example 0.00 and 0.0) where not considered equal in version 1.2.128. Now they are (unlike BigDecimal.equals()).
#SimpleResultSet.addColumn and addRow now can throw a IllegalStateException instead of a SQLException.
@changelog_1013_li
#The BNF parser now uses the visitor pattern.
#When doing an index lookup, decimal values with the same value but different scale (for example 0.00 and 0.0) where not considered equal in version 1.2.128. Now they are (unlike BigDecimal.equals()).
@changelog_1014_li
#The methods of the CloseListener are added to the Trigger interface. The interface CloseListener is removed.
#The BNF parser now uses the visitor pattern.
@changelog_1015_li
#Converting a UUID to bytes was incorrect. Because of that, updatable result sets on tables with UUID primary key did not work.
changelog_1004_li=CREATE ALIAS\:error message when compiling Java code have been improved.
changelog_1005_li=MVCC\:creating a table with an incorrect constraint could cause strange errors.
changelog_1006_li=Hash indexes now are only used for single column indexes.
changelog_1007_li=The cache types WEAK_* and TQ are no longer supported.
changelog_1008_li=The file system abstraction no longer throws SQL exceptions.
changelog_1009_li=DatabaseEventListener.diskSpaceIsLow has changed.
changelog_1010_li=The CompressTool no longer throw as SQL exceptions. Instead, it throws runtime exceptions.
changelog_1011_li=SimpleResultSet.addColumn and addRow now can throw a IllegalStateException instead of a SQLException.
changelog_1012_li=When doing an index lookup, decimal values with the same value but different scale (for example 0.00 and 0.0) where not considered equal in version 1.2.128. Now they are (unlike BigDecimal.equals()).
changelog_1013_li=The BNF parser now uses the visitor pattern.
changelog_1014_li=The methods of the CloseListener are added to the Trigger interface. The interface CloseListener is removed.
changelog_1004_li=The methods of the CloseListener are added to the Trigger interface. The interface CloseListener is removed. This is potentially a breaking change for existing triggers.
changelog_1005_li=CREATE ALIAS\:error message when compiling Java code have been improved.
changelog_1006_li=MVCC\:creating a table with an incorrect constraint could cause strange errors.
changelog_1007_li=Hash indexes now are only used for single column indexes.
changelog_1008_li=The cache types WEAK_* and TQ are no longer supported.
changelog_1009_li=The file system abstraction no longer throws SQL exceptions.
changelog_1010_li=DatabaseEventListener.diskSpaceIsLow has changed.
changelog_1011_li=The CompressTool no longer throw as SQL exceptions. Instead, it throws runtime exceptions.
changelog_1012_li=SimpleResultSet.addColumn and addRow now can throw a IllegalStateException instead of a SQLException.
changelog_1013_li=When doing an index lookup, decimal values with the same value but different scale (for example 0.00 and 0.0) where not considered equal in version 1.2.128. Now they are (unlike BigDecimal.equals()).
changelog_1014_li=The BNF parser now uses the visitor pattern.
changelog_1015_li=Converting a UUID to bytes was incorrect. Because of that, updatable result sets on tables with UUID primary key did not work.
changelog_1016_li=The database URL property DATABASE_EVENT_LISTENER_OBJECT is no longer supported (there are problems passing objects when the PostgreSQL driver is installed as well).
changelog_1017_li=H2 Console\:asynchronous login (using a DatabaseEventListener) is no longer supported.