提交 1644279b authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 af4aca0b
...@@ -39,7 +39,7 @@ Hypersonic SQL or HSQLDB. H2 is built from scratch. ...@@ -39,7 +39,7 @@ Hypersonic SQL or HSQLDB. H2 is built from scratch.
<h3>Version 1.0 (Current)</h3> <h3>Version 1.0 (Current)</h3>
<h3>Version 1.0.60 (2007-10-?)</h3><ul> <h3>Version 1.0.60 (2007-10-20)</h3><ul>
<li>JdbcXAConnection: starting a transaction before getting the connection didn't switch off autocommit. <li>JdbcXAConnection: starting a transaction before getting the connection didn't switch off autocommit.
</li><li>User defined aggregate functions are not supported. </li><li>User defined aggregate functions are not supported.
</li><li>Server.shutdownTcpServer was blocked when first called with force=false and then force=true. </li><li>Server.shutdownTcpServer was blocked when first called with force=false and then force=true.
......
...@@ -36,12 +36,12 @@ Welcome to H2, the free SQL database. The main feature of H2 are: ...@@ -36,12 +36,12 @@ Welcome to H2, the free SQL database. The main feature of H2 are:
<tr><td style="border: 0px; background-color: #eee;"> <tr><td style="border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-setup-2007-10-20.exe"><img border="1" src="images/download.png" alt="download" /></a> <a href="http://www.h2database.com/h2-setup-2007-10-20.exe"><img border="1" src="images/download.png" alt="download" /></a>
</td><td style="vertical-align: middle; border: 0px; background-color: #eee;"> </td><td style="vertical-align: middle; border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-setup-2007-10-20.exe">Windows Installer (2.7 MB)</a> <a href="http://www.h2database.com/h2-setup-2007-10-20.exe">Windows Installer (2.8 MB)</a>
</td></tr> </td></tr>
<tr><td style="border: 0px; background-color: #eee;"> <tr><td style="border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-2007-10-20.zip"><img border="1" src="images/download.png" alt="download" /></a> <a href="http://www.h2database.com/h2-2007-10-20.zip"><img border="1" src="images/download.png" alt="download" /></a>
</td><td style="vertical-align: middle; border: 0px; background-color: #eee;"> </td><td style="vertical-align: middle; border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-2007-10-20.zip">All platforms (zip, 3.8 MB)</a> <a href="http://www.h2database.com/h2-2007-10-20.zip">All platforms (zip, 3.9 MB)</a>
</td></tr> </td></tr>
<tr><td style="border: 0px; background-color: #eee;" colspan="2"> <tr><td style="border: 0px; background-color: #eee;" colspan="2">
<a href="download.html">All Downloads</a> <a href="download.html">All Downloads</a>
......
...@@ -2786,7 +2786,7 @@ Mit Maven 2 ...@@ -2786,7 +2786,7 @@ Mit Maven 2
#Version 1.0 (Current) #Version 1.0 (Current)
@history_1009_h3 @history_1009_h3
#Version 1.0.60 (2007-10-?) #Version 1.0.60 (2007-10-20)
@history_1010_li @history_1010_li
#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
@~history_1276_h3
#Priority 1
@~history_1277_li
#MVCC (Multi Version Concurrency Control)
...@@ -1126,7 +1126,7 @@ Centralリポジトリの利用 ...@@ -1126,7 +1126,7 @@ Centralリポジトリの利用
ダウンロード ダウンロード
@download_1001_h3 @download_1001_h3
#Version 1.0.60 (2007-10-20, Current) #Version 1.0.58 (2007-09-15, Current) #Version 1.0.60 (2007-10-20, Current)
@download_1002_a @download_1002_a
Windows Installer Windows Installer
...@@ -1186,7 +1186,7 @@ GCJバージョンでの動作は安定していますか?高速ですか? ...@@ -1186,7 +1186,7 @@ GCJバージョンでの動作は安定していますか?高速ですか?
発見されたバグはありますか?次のリリースはいつになりますか? 発見されたバグはありますか?次のリリースはいつになりますか?
@faq_1012_p @faq_1012_p
#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:
@faq_1013_li @faq_1013_li
ライトアウタージョイン(右外部結合)時に一部問題が発生。内部において、他の結合と組み合わせて使用される時、他のデータベースと同様に、常に同じ結果を引き起こすとは限らないレフトアウタージョイン(左外部結合)に変換される ライトアウタージョイン(右外部結合)時に一部問題が発生。内部において、他の結合と組み合わせて使用される時、他のデータベースと同様に、常に同じ結果を引き起こすとは限らないレフトアウタージョイン(左外部結合)に変換される
...@@ -2788,7 +2788,7 @@ H2DBの開発は2004年の5月に開始されましたが、初めて世に出 ...@@ -2788,7 +2788,7 @@ H2DBの開発は2004年の5月に開始されましたが、初めて世に出
Version 1.0 (最新版) Version 1.0 (最新版)
@history_1009_h3 @history_1009_h3
#Version 1.0.60 (2007-10-?) #Version 1.0.60 (2007-10-20)
@history_1010_li @history_1010_li
#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.
@history_1017_li @history_1017_li
データ定義ステートメント (テーブル作成等) の後にPrepared statementが使用できませんでしたが、これを修正しました データ定義ステートメント (テーブル作成等) の後にPrepared statementが使用できませんでしたが、これを修正しました
...@@ -5014,7 +5014,7 @@ JDBC、 (部分的な) ODBC API; Web クライアントアプリケーション ...@@ -5014,7 +5014,7 @@ JDBC、 (部分的な) ODBC API; Web クライアントアプリケーション
ダウンロード ダウンロード
@mainWeb_1007_td @mainWeb_1007_td
#Version 1.0.60 (2007-10-20): #Version 1.0.59 (2007-10-03): #Version 1.0.60 (2007-10-20):
@mainWeb_1008_a @mainWeb_1008_a
Windows Installer (2.7 MB) Windows Installer (2.7 MB)
...@@ -6915,120 +6915,3 @@ PUBLICはスキーマ、TESTはテーブル名です。カラム名のリスト ...@@ -6915,120 +6915,3 @@ PUBLICはスキーマ、TESTはテーブル名です。カラム名のリスト
@tutorial_1144_p @tutorial_1144_p
Javaアプリケーション内からインデックスを呼び出すことも可能です: Javaアプリケーション内からインデックスを呼び出すことも可能です:
@~download_1006_a
Platform-Independent Zip
@~download_1007_h3
ダウンロードミラー
@~download_1008_a
Platform-Independent Zip
@~download_1009_h3
サブバージョンのソースリポジトリ
@~download_1010_a
Google Code
@~download_1011_p
変更についての詳細は、<a href="history.html">変更ログ</a> をご覧下さい。
@~history_1020_h3
Version 1.0.59 (2007-10-03)
@~history_1021_li
サブクエリーのデータ型が分からない時、誤った例外 (ArrayIndexOutOfBounds) が投げられることが度々ありましたが、これを修正しました
@~history_1036_h3
Version 1.0.58 (2007-09-15)
@~history_1037_li
System.exit はもはやWebサーバー、コンソール、サーバーツールによって呼ばれません (必要な場合にexit codeを設定する場合を除く)。これはOSGiを使用する際に重要です
@~history_1061_h3
Version 1.0.57 (2007-08-25)
@~history_1062_li
新しい試験的な機能 MVCC (multi version concurrency control) を追加しました。データベースを開いた時にオプションとして設定 (jdbc:h2:test;MVCC=TRUE)、またはシステムプロパティとして設定 (-Dh2.mvcc=true) が可能です。これは開発途中で、利用する際にリスクを伴います。フィードバックを歓迎します
@~history_1088_h3
Version 1.0.56 (2007-08-02)
@~history_1089_li
翻訳補助ツールが開発されています:src/tools/org/h2/tools/i18n/PrepareTranslation このツールはオリジナル(英語)データの変更点を見つけ出し、オリジナルテキストに変更があれば、翻訳文の頭に"#"を追加します。また、ユーザーのドキュメントから文章を引用することも可能です (ただしこれは不完全です)
@~history_1115_h3
Version 1.0.55 (2007-07-12)
@~history_1116_li
システムプロパティ baseDirのサポートを行います。これは同様に組み込みデータベースにも機能します。設定は-Dh2.baseDir もしくは -baseDir を利用することで、H2コンソールによってサポートされています
@~history_1141_h3
Version 1.0.50 (2007-06-17)
@~history_1142_li
~で始まるファイル名がユーザーディレクトリに含まれるようになりました (Javaシステムプロパティでは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
ロードマップ
@~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
@~history_1276_h3
#Priority 1
@~history_1277_li
#MVCC (Multi Version Concurrency Control)
...@@ -21,7 +21,7 @@ adminLoginCancel=Abbrechen ...@@ -21,7 +21,7 @@ adminLoginCancel=Abbrechen
adminLoginOk=OK adminLoginOk=OK
adminLogout=Beenden adminLogout=Beenden
adminOthers=Verbindungen von anderen Computern erlauben adminOthers=Verbindungen von anderen Computern erlauben
adminPort=Port adminPort=\#Port number
adminPortWeb=Web-Server Port adminPortWeb=Web-Server Port
adminRestart=&Auml;nderungen werden nach einem Neustart des Servers aktiv. adminRestart=&Auml;nderungen werden nach einem Neustart des Servers aktiv.
adminSave=Speichern adminSave=Speichern
......
...@@ -21,7 +21,7 @@ adminLoginCancel=Cancelar ...@@ -21,7 +21,7 @@ adminLoginCancel=Cancelar
adminLoginOk=Aceptar adminLoginOk=Aceptar
adminLogout=Desconectar adminLogout=Desconectar
adminOthers=Permitir conexiones desde otros ordenadores adminOthers=Permitir conexiones desde otros ordenadores
adminPort=Puerto adminPort=\#Port number
adminPortWeb=Puerto del servidor Web adminPortWeb=Puerto del servidor Web
adminRestart=Los cambios tendr&aacute;n efecto al reiniciar el servidor. adminRestart=Los cambios tendr&aacute;n efecto al reiniciar el servidor.
adminSave=Guardar adminSave=Guardar
......
...@@ -21,7 +21,7 @@ adminLoginCancel=Annuler ...@@ -21,7 +21,7 @@ adminLoginCancel=Annuler
adminLoginOk=OK adminLoginOk=OK
adminLogout=D&eacute;connexion adminLogout=D&eacute;connexion
adminOthers=Autoriser les connexions d'ordinateurs distants adminOthers=Autoriser les connexions d'ordinateurs distants
adminPort=Num&eacute;ro de port adminPort=\#Port number
adminPortWeb=Num&eacute;ro de port du serveur Web adminPortWeb=Num&eacute;ro de port du serveur Web
adminRestart=Modifications effectu&eacute;es apr&egrave; red&eacute;marrage du serveur. adminRestart=Modifications effectu&eacute;es apr&egrave; red&eacute;marrage du serveur.
adminSave=Enregistrer adminSave=Enregistrer
......
...@@ -21,7 +21,7 @@ adminLoginCancel=M&eacute;gse ...@@ -21,7 +21,7 @@ adminLoginCancel=M&eacute;gse
adminLoginOk=OK adminLoginOk=OK
adminLogout=Kil&eacute;p&eacute;s adminLogout=Kil&eacute;p&eacute;s
adminOthers=M&aacute;s sz&aacute;m&iacute;t&oacute;g&eacute;pekr&\#337;l kezdem&eacute;nyezett kapcsolatok enged&eacute;lyez&eacute;se adminOthers=M&aacute;s sz&aacute;m&iacute;t&oacute;g&eacute;pekr&\#337;l kezdem&eacute;nyezett kapcsolatok enged&eacute;lyez&eacute;se
adminPort=Portsz&aacute;ma adminPort=\#Port number
adminPortWeb=Webkiszolg&aacute;l&oacute; portsz&aacute;ma adminPortWeb=Webkiszolg&aacute;l&oacute; portsz&aacute;ma
adminRestart=A v&aacute;ltoztat&aacute;sok a kiszolg&aacute;l&oacute; &uacute;jraind&iacute;t&aacute;sa ut&aacute;n l&eacute;pnek &eacute;rv&eacute;nybe adminRestart=A v&aacute;ltoztat&aacute;sok a kiszolg&aacute;l&oacute; &uacute;jraind&iacute;t&aacute;sa ut&aacute;n l&eacute;pnek &eacute;rv&eacute;nybe
adminSave=Ment&eacute;s adminSave=Ment&eacute;s
......
...@@ -21,7 +21,7 @@ adminLoginCancel=Batal ...@@ -21,7 +21,7 @@ adminLoginCancel=Batal
adminLoginOk=OK adminLoginOk=OK
adminLogout=Keluar adminLogout=Keluar
adminOthers=Ijinkan koneksi dari komputer lain adminOthers=Ijinkan koneksi dari komputer lain
adminPort=Nomor port adminPort=\#Port number
adminPortWeb=Nomor port web server adminPortWeb=Nomor port web server
adminRestart=Perubahan akan efektif setelah server di-restart. adminRestart=Perubahan akan efektif setelah server di-restart.
adminSave=Simpan adminSave=Simpan
......
...@@ -21,7 +21,7 @@ adminLoginCancel=Annulla ...@@ -21,7 +21,7 @@ adminLoginCancel=Annulla
adminLoginOk=OK adminLoginOk=OK
adminLogout=Disconnessione adminLogout=Disconnessione
adminOthers=Abilita connessioni da altri computers adminOthers=Abilita connessioni da altri computers
adminPort=Numero di porta adminPort=\#Port number
adminPortWeb=Numero di porta del server Web adminPortWeb=Numero di porta del server Web
adminRestart=Le modifiche saranno effettive dopo il riavvio del server. adminRestart=Le modifiche saranno effettive dopo il riavvio del server.
adminSave=Salva adminSave=Salva
......
...@@ -21,7 +21,7 @@ adminLoginCancel=\u30AD\u30E3\u30F3\u30BB\u30EB ...@@ -21,7 +21,7 @@ adminLoginCancel=\u30AD\u30E3\u30F3\u30BB\u30EB
adminLoginOk=OK adminLoginOk=OK
adminLogout=\u30ED\u30B0\u30A2\u30A6\u30C8 adminLogout=\u30ED\u30B0\u30A2\u30A6\u30C8
adminOthers=\u4ED6\u306E\u30B3\u30F3\u30D4\u30E5\u30FC\u30BF\u304B\u3089\u306E\u63A5\u7D9A\u3092\u8A31\u53EF adminOthers=\u4ED6\u306E\u30B3\u30F3\u30D4\u30E5\u30FC\u30BF\u304B\u3089\u306E\u63A5\u7D9A\u3092\u8A31\u53EF
adminPort=\u30B5\u30FC\u30D0\u30DD\u30FC\u30C8\u756A\u53F7 adminPort=\#Port number
adminPortWeb=Web\u30B5\u30FC\u30D0\u30DD\u30FC\u30C8\u756A\u53F7 adminPortWeb=Web\u30B5\u30FC\u30D0\u30DD\u30FC\u30C8\u756A\u53F7
adminRestart=\u5909\u66F4\u306F\u30B5\u30FC\u30D0\u306E\u518D\u8D77\u52D5\u5F8C\u306B\u6709\u52B9\u306B\u306A\u308A\u307E\u3059\u3002 adminRestart=\u5909\u66F4\u306F\u30B5\u30FC\u30D0\u306E\u518D\u8D77\u52D5\u5F8C\u306B\u6709\u52B9\u306B\u306A\u308A\u307E\u3059\u3002
adminSave=\u4FDD\u5B58 adminSave=\u4FDD\u5B58
......
...@@ -21,7 +21,7 @@ adminLoginCancel=Anuluj ...@@ -21,7 +21,7 @@ adminLoginCancel=Anuluj
adminLoginOk=OK adminLoginOk=OK
adminLogout=Wyloguj adminLogout=Wyloguj
adminOthers=Pozwalaj na po&\#322;&\#261;czenia zdalne adminOthers=Pozwalaj na po&\#322;&\#261;czenia zdalne
adminPort=Numer portu adminPort=\#Port number
adminPortWeb=Numer portu serwera Web adminPortWeb=Numer portu serwera Web
adminRestart=Zmiany b&\#281;d&\#261; widoczne po zrestartowaniu serwera. adminRestart=Zmiany b&\#281;d&\#261; widoczne po zrestartowaniu serwera.
adminSave=Zapisz adminSave=Zapisz
......
...@@ -21,7 +21,7 @@ adminLoginCancel=Cancelar ...@@ -21,7 +21,7 @@ adminLoginCancel=Cancelar
adminLoginOk=Confirmar adminLoginOk=Confirmar
adminLogout=Sair adminLogout=Sair
adminOthers=Permitir conex&otilde;es a partir de outro computador na rede adminOthers=Permitir conex&otilde;es a partir de outro computador na rede
adminPort=N&uacute;mero do porto adminPort=\#Port number
adminPortWeb=N&uacute;mero do porto do servidor adminPortWeb=N&uacute;mero do porto do servidor
adminRestart=As altera&ccedil;&otilde;es apenas ser&atilde;o aplicadas ap&oacute;s reiniciar o servidor. adminRestart=As altera&ccedil;&otilde;es apenas ser&atilde;o aplicadas ap&oacute;s reiniciar o servidor.
adminSave=Gravar adminSave=Gravar
......
...@@ -21,7 +21,7 @@ adminLoginCancel=\u53D6\u6D88 ...@@ -21,7 +21,7 @@ adminLoginCancel=\u53D6\u6D88
adminLoginOk=\u786E\u8BA4 adminLoginOk=\u786E\u8BA4
adminLogout=\u6CE8\u9500 adminLogout=\u6CE8\u9500
adminOthers=\u5141\u8BB8\u6765\u81EA\u5176\u4ED6\u8FDC\u7A0B\u8BA1\u7B97\u673A\u7684\u8FDE\u63A5 adminOthers=\u5141\u8BB8\u6765\u81EA\u5176\u4ED6\u8FDC\u7A0B\u8BA1\u7B97\u673A\u7684\u8FDE\u63A5
adminPort=\u7AEF\u53E3\u53F7 adminPort=\#Port number
adminPortWeb=Web server \u7AEF\u53E3\u53F7 adminPortWeb=Web server \u7AEF\u53E3\u53F7
adminRestart=\u91CD\u542F\u670D\u52A1\u5668\u540E\u4FEE\u6539\u914D\u7F6E\u5C06\u751F\u6548. adminRestart=\u91CD\u542F\u670D\u52A1\u5668\u540E\u4FEE\u6539\u914D\u7F6E\u5C06\u751F\u6548.
adminSave=\u4FDD\u5B58 adminSave=\u4FDD\u5B58
......
...@@ -10,6 +10,33 @@ INSERT INTO CHANNEL VALUES('H2 Database Engine' , ...@@ -10,6 +10,33 @@ INSERT INTO CHANNEL VALUES('H2 Database Engine' ,
CREATE TABLE ITEM(ID INT PRIMARY KEY, TITLE VARCHAR, ISSUED TIMESTAMP, DESC VARCHAR); CREATE TABLE ITEM(ID INT PRIMARY KEY, TITLE VARCHAR, ISSUED TIMESTAMP, DESC VARCHAR);
INSERT INTO ITEM VALUES(30,
'New version available: 1.0.60 (2007-10-20)', '2007-10-20 12:00:00',
'A new version of H2 is available for <a href="http://www.h2database.com">download</a>.
(You may have to click ''Refresh'').
<br />
<b>Changes and new functionality:</b>
<ul><li>User defined aggregate functions are now supported.
</li><li>New Italian translation from PierPaolo Ucchino. Thanks a lot!
</li><li>CSV: New methods to set the escape character and field delimiter in the Csv tool and the CSVWRITE and CSVREAD methods.
</li><li>CSVREAD, RUNSCRIPT and so on now support URLs as well, using
URL.openStream(). Example: select * from csvread(''jar:file:///c:/temp/test.jar!/test.csv'');
</li></ul>
<b>Bugfixes:</b>
<ul><li>Prepared statements could not be used after data definition statements (creating tables and so on). Fixed.
</li><li>PreparedStatement.setMaxRows could not be changed to a higher value after the statement was executed.
</li><li>Linked tables: now tables in non-default schemas are supported as well
</li><li>JdbcXAConnection: starting a transaction before getting the connection didn''t switch off autocommit.
</li><li>Server.shutdownTcpServer was blocked when first called with force=false and then force=true.
Now documentation is improved, and it is no longer blocked.
</li><li>Stack traces did not include the SQL statement in all cases where they could have.
Also, stack traces with SQL statement are now shorter.
</li><li>The H2 Console could not connect twice to the same H2 embedded database at the same time. Fixed.
</li></ul>
For future plans, see the ''Roadmap'' page at
http://groups.google.com/group/h2-database/web/roadmap
');
INSERT INTO ITEM VALUES(29, INSERT INTO ITEM VALUES(29,
'New version available: 1.0.59 (2007-10-03)', '2007-10-03 12:00:00', 'New version available: 1.0.59 (2007-10-03)', '2007-10-03 12:00:00',
'A new version of H2 is available for <a href="http://www.h2database.com">download</a>. 'A new version of H2 is available for <a href="http://www.h2database.com">download</a>.
...@@ -383,32 +410,6 @@ INSERT INTO ITEM VALUES(22, ...@@ -383,32 +410,6 @@ INSERT INTO ITEM VALUES(22,
For future plans, see the new ''Roadmap'' page on the web site. For future plans, see the new ''Roadmap'' page on the web site.
'); ');
INSERT INTO ITEM VALUES(21,
'New version available: 1.0 / 2007-01-30', '2007-01-30 12:00:00',
'A new version of H2 is available for <a href="http://www.h2database.com">download</a>.
<br />
<b>Changes and new functionality:</b>
<ul>
<li>Experimental online backup feature using the SQL statement BACKUP TO ''fileName''.</li>
<li>Temporary files are now deleted earlier.</li>
<li>Benchmark: Added a multi-client test case, BenchB (similar to TPC-B).</li>
<li>The Console is now translated to Hungarian thanks to Andras Hideg, and to Indonesian thanks to Joko Yuliantoro.</li>
<li>Can now use UUID columns as generated key values.</li>
</ul>
<b>Bugfixes:</b>
<ul>
<li>In some situations, it was possible that SUM threw a class cast exception.</li>
<li>Compatibility: SCHEMA_NAME.SEQUENCE_NAME.NEXTVAL now works as expected.</li>
<li>XAConnection: A NullPointerException was thrown if addConnectionEventListener was called before opening the connection.</li>
<li>In case the result set of a subquery was re-used, an exception was throws if the subquery result did not fit in memory.</li>
<li>The command "drop all objects delete files" did not work on Linux.</li>
<li>DataSource: improved exception when setting the URL to an empty string.</li>
<li>Parsing of LIKE .. ESCAPE did not stop at the expected point.</li>
<li>Forum subscriptions (the emails sent from the forum) now work.</li>
</ul>
For future plans, see the new ''Roadmap'' page on the web site.
');
SELECT 'newsfeed-rss.xml' FILE, SELECT 'newsfeed-rss.xml' FILE,
XMLSTARTDOC() || XMLSTARTDOC() ||
XMLNODE('rss', XMLATTR('version', '2.0'), XMLNODE('rss', XMLATTR('version', '2.0'),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论