#JdbcXAConnection: starting a transaction before getting the connection didn't switch off autocommit.
#JdbcXAConnection: starting a transaction before getting the connection didn't switch off autocommit.
...
@@ -6904,120 +6904,3 @@ Kompilieren
...
@@ -6904,120 +6904,3 @@ Kompilieren
@tutorial_1144_p
@tutorial_1144_p
#You can also call the index from within a Java application:
#You can also call the index from within a Java application:
@~download_1006_a
#Platform-Independent Zip
@~download_1007_h3
#Download Mirror
@~download_1008_a
#Platform-Independent Zip
@~download_1009_h3
#Subversion Source Repository
@~download_1010_a
#Google Code
@~download_1011_p
#For details about changes, see the <a href="history.html">Change Log</a> .
@~history_1020_h3
#Version 1.0.59 (2007-10-03)
@~history_1021_li
#When the data type was unknown in a subquery, sometimes the wrong exception (ArrayIndexOutOfBounds) was thrown. Fixed.
@~history_1036_h3
#Version 1.0.58 (2007-09-15)
@~history_1037_li
#System.exit is no longer called by the WebServer, the Console and the Server tool (except to set the exit code if required). This is important when using OSGi.
@~history_1061_h3
#Version 1.0.57 (2007-08-25)
@~history_1062_li
#New experimental feature MVCC (multi version concurrency control). Can be set as a option when opening the database (jdbc:h2:test;MVCC=TRUE) or as a system property (-Dh2.mvcc=true). This is work-in-progress, use it at your own risk. Feedback is welcome.
@~history_1088_h3
#Version 1.0.56 (2007-08-02)
@~history_1089_li
#A new tool to help translation has been implemented: src/tools/org/h2/tools/i18n/PrepareTranslation. This tool can detect delta changes in the original (English) and prepends '#' in translation if the original text was changed. It can also extract text from the user documentation (however, it is incomplete).
@~history_1115_h3
#Version 1.0.55 (2007-07-12)
@~history_1116_li
#Support for the system property baseDir. This works for embedded databases as well. The setting is supported by the H2 Console using -Dh2.baseDir or -baseDir
@~history_1141_h3
#Version 1.0.50 (2007-06-17)
@~history_1142_li
#File names starting with ~ are now in the user directory (Java system property user.home)
@~history_1166_h3
#Version 1.0.46 (2007-04-29)
@~history_1167_li
#Unnamed private in-memory database (jdbc:h2:mem:) were not 'private' as documented. Fixed.
@~history_1200_h3
#Version 1.0.44 (2007-03-04)
@~history_1201_li
#System sequences (automatically created sequences for IDENTITY or AUTO_INCREMENT columns) are now random (UUIDs) to avoid clashes when merging databases using RUNSCRIPT.
@~history_1217_h3
#Version 1.0.41 (2007-01-30)
@~history_1218_li
#Experimental online backup feature using the SQL statement BACKUP TO 'fileName'. This creates a backup in the form of a zip file. Unlike the SCRIPT TO command, the data tables are not locked.
@~history_1232_h3
#Version 1.0.40 (2007-01-17)
@~history_1233_li
#Setting the collation (SET COLLATOR) was very slow on some systems (up to 24 seconds). Thanks a lot to Martina Nissler for finding this problem!
@~history_1244_h3
#Version 1.0.36 (2007-01-02)
@~history_1245_li
#It was possible to drop the sequence of a temporary tables with DROP ALL OBJECTS, resulting in a null pointer exception afterwards.
@~history_1256_h3
#Version 1.0.25 (2006-08-31)
@~history_1257_li
#In some situations, wide b-tree indexes (with large VARCHAR columns for example) could get corrupted. Fixed.
@~history_1259_h3
#Version 0.9 (2005-12-13)
@~history_1260_li
#First public release.
@~history_1261_h2
#Roadmap
@~history_1262_h3
#Highest Priority
@~history_1263_li
#Improve test code coverage
@~history_1267_h3
#In Version 1.1
@~history_1268_li
#Add version number. Install directory: h2-1.0, jar file: h2-1.0.jar. Micro version: use build number, staring with 1.1.100
#Usually, bugs get fixes as they are found. There is a release every few weeks. Here is the list of known and confirmed issues as of 2007-10-20: #バグは発見された時点で改修をしています。数週おきに更新版がリリースされています。以下は2007年9月15日の時点で発見され、確認された問題の一覧です:
#Usually, bugs get fixes as they are found. There is a release every few weeks. Here is the list of known and confirmed issues as of 2007-10-20:
#JdbcXAConnection: starting a transaction before getting the connection didn't switch off autocommit.
#JdbcXAConnection: starting a transaction before getting the connection didn't switch off autocommit.
...
@@ -2809,7 +2809,7 @@ Version 1.0 (最新版)
...
@@ -2809,7 +2809,7 @@ Version 1.0 (最新版)
#New Italian translation from PierPaolo Ucchino. Thanks a lot!
#New Italian translation from PierPaolo Ucchino. Thanks a lot!
@history_1016_li
@history_1016_li
#CSV: New methods to set the escape character and field delimiter in the Csv tool and the CSVWRITE and CSVREAD methods. #データ定義ステートメント (テーブル作成等) の後にPrepared statementが使用できませんでしたが、これを修正しました
#CSV: New methods to set the escape character and field delimiter in the Csv tool and the CSVWRITE and CSVREAD methods.
#Unnamed private in-memory database (jdbc:h2:mem:) were not 'private' as documented. Fixed.
@~history_1200_h3
#Version 1.0.44 (2007-03-04)
@~history_1201_li
#System sequences (automatically created sequences for IDENTITY or AUTO_INCREMENT columns) are now random (UUIDs) to avoid clashes when merging databases using RUNSCRIPT.
@~history_1217_h3
#Version 1.0.41 (2007-01-30)
@~history_1218_li
#Experimental online backup feature using the SQL statement BACKUP TO 'fileName'. This creates a backup in the form of a zip file. Unlike the SCRIPT TO command, the data tables are not locked.
@~history_1232_h3
#Version 1.0.40 (2007-01-17)
@~history_1233_li
#Setting the collation (SET COLLATOR) was very slow on some systems (up to 24 seconds). Thanks a lot to Martina Nissler for finding this problem!
@~history_1244_h3
#Version 1.0.36 (2007-01-02)
@~history_1245_li
#It was possible to drop the sequence of a temporary tables with DROP ALL OBJECTS, resulting in a null pointer exception afterwards.
@~history_1256_h3
#Version 1.0.25 (2006-08-31)
@~history_1257_li
#In some situations, wide b-tree indexes (with large VARCHAR columns for example) could get corrupted. Fixed.
@~history_1259_h3
#Version 0.9 (2005-12-13)
@~history_1260_li
#First public release.
@~history_1261_h2
ロードマップ
@~history_1262_h3
#Highest Priority
@~history_1263_li
#Improve test code coverage
@~history_1267_h3
#In Version 1.1
@~history_1268_li
#Add version number. Install directory: h2-1.0, jar file: h2-1.0.jar. Micro version: use build number, staring with 1.1.100