</li><li>CREATE TABLE AS SELECT now supports specifying the column list and data types.
</li><li>Connecting to a TCP server and at shutting it down at the same time could cause a Java level deadlock.
</li><li>A user now has all rights on his own local temporary tables.
</li><li>CSV tool now support lineSeparator.
</li><li>When using multiple connections, empty space was reused too early sometimes. This was sometimes causing database corruption.
</li><li>The CSV tool now supports a custom lineSeparator.
</li><li>When using multiple connections, empty space was reused too early sometimes. This could corrupt the database when recovering.
</li><li>The H2 Console has been translated to Dutch. Thanks a lot to Remco Schoen!
</li><li>Databases can now be opened even if trigger classes are not in the classpath. The exception is thrown when trying to fire the trigger.
</li><li>Opening databases with ACCESS_MODE_DATA=r is now supported. In this case the database is read-only, but the files don't not need to be read-only.
...
...
@@ -36,7 +36,6 @@ Change Log
</li><li>ALTER TABLE ALTER COLUMN RESTART and ALTER SEQUENCE now support parameters (any expressions).
</li><li>When setting the base directory on the command line, the user directory prefix ('~') was ignored.
</li><li>The DbStarter servlet didn't start the TCP listener even if configured.
</li><li>Recovery could fail when using multiple connections and larger transactions that deleted many rows.
</li><li>Statement.setQueryTimeout() is now supported.
</li><li>New session setting QUERY_TIMEOUT, and new system property h2.maxQueryTimeout.
</li><li>Changing the transaction log level (SET LOG) is now written to the trace file by default.
build_1034_p=The conversion between UTF-8 and Java encoding (using the \\u syntax), as well as the HTML entities (&\#..;) is automated by running the tool PropertiesToUTF8. The web site translation is automated as well, using <code>ant docs</code> .
changelog_1000_h1=Change Log
changelog_1001_h2=Next Version (unreleased)
changelog_1002_h2=Version 1.0.67 (2008-02-22)
changelog_1003_li=New function FILE_READ to read a file or from an URL. Both binary and text data is supported.
changelog_1004_li=CREATE TABLE AS SELECT now supports specifying the column list and data types.
changelog_1005_li=Connecting to a TCP server and at shutting it down at the same time could cause a Java level deadlock.
changelog_1006_li=A user now has all rights on his own local temporary tables.
changelog_1007_li=CSV tool now support lineSeparator.
changelog_1008_li=When using multiple connections, empty space was reused too early sometimes. This was sometimes causing database corruption.
changelog_1009_li=The H2 Console has been translated to Dutch. Thanks a lot to Remco Schoen\!
changelog_1010_li=Databases can now be opened even if trigger classes are not in the classpath. The exception is thrown when trying to fire the trigger.
changelog_1011_li=Opening databases with ACCESS_MODE_DATA\=r is now supported. In this case the database is read-only, but the files don't not need to be read-only.
changelog_1012_li=Security\:The database now waits 200 ms before throwing an exception if the user name or password don't match, to slow down dictionary attacks.
changelog_1013_li=The value cache is now a soft reference cache. This should help save memory.
changelog_1014_li=CREATE INDEX on a table with many rows could run out of memory. Fixed.
changelog_1015_li=Large result sets are now a bit faster.
changelog_1016_li=ALTER TABLE ALTER COLUMN RESTART and ALTER SEQUENCE now support parameters (any expressions).
changelog_1017_li=When setting the base directory on the command line, the user directory prefix ('~') was ignored.
changelog_1018_li=The DbStarter servlet didn't start the TCP listener even if configured.
changelog_1019_li=Recovery could fail when using multiple connections and larger transactions that deleted many rows.
changelog_1002_li=-
changelog_1003_h2=Version 1.0.67 (2008-02-22)
changelog_1004_li=New function FILE_READ to read a file or from an URL. Both binary and text data is supported.
changelog_1005_li=CREATE TABLE AS SELECT now supports specifying the column list and data types.
changelog_1006_li=Connecting to a TCP server and at shutting it down at the same time could cause a Java level deadlock.
changelog_1007_li=A user now has all rights on his own local temporary tables.
changelog_1008_li=The CSV tool now supports a custom lineSeparator.
changelog_1009_li=When using multiple connections, empty space was reused too early sometimes. This was sometimes causing database corruption.
changelog_1010_li=The H2 Console has been translated to Dutch. Thanks a lot to Remco Schoen\!
changelog_1011_li=Databases can now be opened even if trigger classes are not in the classpath. The exception is thrown when trying to fire the trigger.
changelog_1012_li=Opening databases with ACCESS_MODE_DATA\=r is now supported. In this case the database is read-only, but the files don't not need to be read-only.
changelog_1013_li=Security\:The database now waits 200 ms before throwing an exception if the user name or password don't match, to slow down dictionary attacks.
changelog_1014_li=The value cache is now a soft reference cache. This should help save memory.
changelog_1015_li=CREATE INDEX on a table with many rows could run out of memory. Fixed.
changelog_1016_li=Large result sets are now a bit faster.
changelog_1017_li=ALTER TABLE ALTER COLUMN RESTART and ALTER SEQUENCE now support parameters (any expressions).
changelog_1018_li=When setting the base directory on the command line, the user directory prefix ('~') was ignored.
changelog_1019_li=The DbStarter servlet didn't start the TCP listener even if configured.
changelog_1020_li=Statement.setQueryTimeout() is now supported.
changelog_1021_li=New session setting QUERY_TIMEOUT, and new system property h2.maxQueryTimeout.
changelog_1022_li=Changing the transaction log level (SET LOG) is now written to the trace file by default.
...
...
@@ -1268,7 +1268,7 @@ mainWeb_1005_li=JDBC and (partial) ODBC API; Web Client application