提交 87d90176 authored 作者: Thomas Mueller's avatar Thomas Mueller

Prepare release

上级 327c1051
...@@ -22,7 +22,9 @@ Change Log ...@@ -22,7 +22,9 @@ Change Log
</li></ul> </li></ul>
<h2>Version 1.2.128 (2010-01-30)</h2> <h2>Version 1.2.128 (2010-01-30)</h2>
<ul><li>CREATE ALIAS: error message when compiling Java code have been improved. <ul><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.
</li><li>CREATE ALIAS: error message when compiling Java code have been improved.
</li><li>MVCC: creating a table with an incorrect constraint could cause strange errors. </li><li>MVCC: creating a table with an incorrect constraint could cause strange errors.
</li><li>Hash indexes now are only used for single column indexes. </li><li>Hash indexes now are only used for single column indexes.
</li><li>The cache types WEAK_* and TQ are no longer supported. </li><li>The cache types WEAK_* and TQ are no longer supported.
...@@ -35,8 +37,6 @@ Change Log ...@@ -35,8 +37,6 @@ Change Log
(for example 0.00 and 0.0) where not considered equal in version 1.2.128. (for example 0.00 and 0.0) where not considered equal in version 1.2.128.
Now they are (unlike BigDecimal.equals()). Now they are (unlike BigDecimal.equals()).
</li><li>The BNF parser now uses the visitor pattern. </li><li>The BNF parser now uses the visitor pattern.
</li><li>The methods of the CloseListener are added to the Trigger interface.
The interface CloseListener is removed.
</li><li>Converting a UUID to bytes was incorrect. Because of that, updatable result sets on </li><li>Converting a UUID to bytes was incorrect. Because of that, updatable result sets on
tables with UUID primary key did not work. tables with UUID primary key did not work.
</li><li>The database URL property DATABASE_EVENT_LISTENER_OBJECT is no longer supported </li><li>The database URL property DATABASE_EVENT_LISTENER_OBJECT is no longer supported
......
...@@ -1406,37 +1406,37 @@ Next Version (unreleased) ...@@ -1406,37 +1406,37 @@ Next Version (unreleased)
Version 1.2.128 (2010-01-30) Version 1.2.128 (2010-01-30)
@changelog_1004_li @changelog_1004_li
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 @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 @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 @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 @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 @changelog_1009_li
DatabaseEventListener.diskSpaceIsLow has changed. The file system abstraction no longer throws SQL exceptions.
@changelog_1010_li @changelog_1010_li
The CompressTool no longer throw as SQL exceptions. Instead, it throws runtime exceptions. DatabaseEventListener.diskSpaceIsLow has changed.
@changelog_1011_li @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 @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 @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 @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 @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. Converting a UUID to bytes was incorrect. Because of that, updatable result sets on tables with UUID primary key did not work.
......
...@@ -1406,37 +1406,37 @@ Centralリポジトリの利用 ...@@ -1406,37 +1406,37 @@ Centralリポジトリの利用
#Version 1.2.128 (2010-01-30) #Version 1.2.128 (2010-01-30)
@changelog_1004_li @changelog_1004_li
#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 @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 @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 @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 @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 @changelog_1009_li
#DatabaseEventListener.diskSpaceIsLow has changed. #The file system abstraction no longer throws SQL exceptions.
@changelog_1010_li @changelog_1010_li
#The CompressTool no longer throw as SQL exceptions. Instead, it throws runtime exceptions. #DatabaseEventListener.diskSpaceIsLow has changed.
@changelog_1011_li @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 @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 @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 @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 @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. #Converting a UUID to bytes was incorrect. Because of that, updatable result sets on tables with UUID primary key did not work.
......
...@@ -467,17 +467,17 @@ changelog_1000_h1=Change Log ...@@ -467,17 +467,17 @@ changelog_1000_h1=Change Log
changelog_1001_h2=Next Version (unreleased) changelog_1001_h2=Next Version (unreleased)
changelog_1002_li=- changelog_1002_li=-
changelog_1003_h2=Version 1.2.128 (2010-01-30) changelog_1003_h2=Version 1.2.128 (2010-01-30)
changelog_1004_li=CREATE ALIAS\: error message when compiling Java code have been improved. 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=MVCC\: creating a table with an incorrect constraint could cause strange errors. changelog_1005_li=CREATE ALIAS\: error message when compiling Java code have been improved.
changelog_1006_li=Hash indexes now are only used for single column indexes. changelog_1006_li=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. changelog_1007_li=Hash indexes now are only used for single column indexes.
changelog_1008_li=The file system abstraction no longer throws SQL exceptions. changelog_1008_li=The cache types WEAK_* and TQ are no longer supported.
changelog_1009_li=DatabaseEventListener.diskSpaceIsLow has changed. changelog_1009_li=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. changelog_1010_li=DatabaseEventListener.diskSpaceIsLow has changed.
changelog_1011_li=SimpleResultSet.addColumn and addRow now can throw a IllegalStateException instead of a SQLException. changelog_1011_li=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()). changelog_1012_li=SimpleResultSet.addColumn and addRow now can throw a IllegalStateException instead of a SQLException.
changelog_1013_li=The BNF parser now uses the visitor pattern. 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 methods of the CloseListener are added to the Trigger interface. The interface CloseListener is removed. 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_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_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. changelog_1017_li=H2 Console\: asynchronous login (using a DatabaseEventListener) is no longer supported.
......
...@@ -634,4 +634,4 @@ profiles superinterfaces conventions brace indentations increments ...@@ -634,4 +634,4 @@ profiles superinterfaces conventions brace indentations increments
explicitconstructorcall switchstatements members parens alignment declarations explicitconstructorcall switchstatements members parens alignment declarations
jdt continuation codegen parenthesized tabulation ellipsis imple inits guardian jdt continuation codegen parenthesized tabulation ellipsis imple inits guardian
postfix iconified deiconified deactivated activated worker frequent utilities postfix iconified deiconified deactivated activated worker frequent utilities
workers appender recovers balanced serializing workers appender recovers balanced serializing breaking
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论