提交 fa22709e authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 38d9657b
...@@ -21,7 +21,7 @@ Change Log ...@@ -21,7 +21,7 @@ Change Log
<ul><li>- <ul><li>-
</li></ul> </li></ul>
<h2>Version 1.3.148 Beta (2010-12-12)</h2> <h2>Version 1.3.149 Beta (2011-01-07)</h2>
<ul><li>Lob in database: after the process was killed while adding a lob, <ul><li>Lob in database: after the process was killed while adding a lob,
inserting a lob could throw an exception (primary key violation in LOB_MAP). inserting a lob could throw an exception (primary key violation in LOB_MAP).
</li><li>Server tool: the tcpShutdown feature now also stops other servers (web server and PostgreSQL server). </li><li>Server tool: the tcpShutdown feature now also stops other servers (web server and PostgreSQL server).
......
...@@ -22,7 +22,7 @@ Initial Developer: H2 Group ...@@ -22,7 +22,7 @@ Initial Developer: H2 Group
} else if (key == 'build') { } else if (key == 'build') {
if (value == 64) { if (value == 64) {
tag = 'tags/version-1.0.' + value; tag = 'tags/version-1.0.' + value;
} else if (value == 146 || value == 148) { } else if (value == 146 || value == 148 || value == 149) {
tag = 'tags/version-1.3.' + build + '/h2'; tag = 'tags/version-1.3.' + build + '/h2';
} else if (value >= 120) { } else if (value >= 120) {
tag = 'tags/version-1.2.' + value + '/h2'; tag = 'tags/version-1.2.' + value + '/h2';
......
...@@ -68,7 +68,7 @@ function go(file, line) { ...@@ -68,7 +68,7 @@ function go(file, line) {
var tag = 'trunk/h2'; var tag = 'trunk/h2';
if (build == 64) { if (build == 64) {
tag = 'tags/version-1.0.' + build; tag = 'tags/version-1.0.' + build;
} else if (build == 146 || build == 148) { } else if (build == 146 || build == 148 || build == 149) {
tag = 'tags/version-1.3.' + build + '/h2'; tag = 'tags/version-1.3.' + build + '/h2';
} else if (build >= 120) { } else if (build >= 120) {
tag = 'tags/version-1.2.' + build + '/h2'; tag = 'tags/version-1.2.' + build + '/h2';
......
...@@ -1532,7 +1532,7 @@ Next Version (unreleased) ...@@ -1532,7 +1532,7 @@ Next Version (unreleased)
- -
@changelog_1003_h2 @changelog_1003_h2
Version 1.3.148 Beta (2010-12-12) Version 1.3.149 Beta (2011-01-07)
@changelog_1004_li @changelog_1004_li
Lob in database: after the process was killed while adding a lob, inserting a lob could throw an exception (primary key violation in LOB_MAP). Lob in database: after the process was killed while adding a lob, inserting a lob could throw an exception (primary key violation in LOB_MAP).
......
...@@ -1532,7 +1532,7 @@ Centralリポジトリの利用 ...@@ -1532,7 +1532,7 @@ Centralリポジトリの利用
#- #-
@changelog_1003_h2 @changelog_1003_h2
#Version 1.3.148 Beta (2010-12-12) #Version 1.3.149 Beta (2011-01-07)
@changelog_1004_li @changelog_1004_li
#Lob in database: after the process was killed while adding a lob, inserting a lob could throw an exception (primary key violation in LOB_MAP). #Lob in database: after the process was killed while adding a lob, inserting a lob could throw an exception (primary key violation in LOB_MAP).
......
...@@ -509,7 +509,7 @@ build_1097_p=\ To generate railroad diagrams for other grammars, see the package ...@@ -509,7 +509,7 @@ build_1097_p=\ To generate railroad diagrams for other grammars, see the package
changelog_1000_h1=Change Log 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.3.148 Beta (2010-12-12) changelog_1003_h2=Version 1.3.149 Beta (2011-01-07)
changelog_1004_li=Lob in database\: after the process was killed while adding a lob, inserting a lob could throw an exception (primary key violation in LOB_MAP). changelog_1004_li=Lob in database\: after the process was killed while adding a lob, inserting a lob could throw an exception (primary key violation in LOB_MAP).
changelog_1005_li=Server tool\: the tcpShutdown feature now also stops other servers (web server and PostgreSQL server). changelog_1005_li=Server tool\: the tcpShutdown feature now also stops other servers (web server and PostgreSQL server).
changelog_1006_li=Server tool\: the tcpShutdown url must now end with the port if the port is used. changelog_1006_li=Server tool\: the tcpShutdown url must now end with the port if the port is used.
......
...@@ -275,8 +275,7 @@ public class JdbcDatabaseMetaData extends TraceObject implements DatabaseMetaDat ...@@ -275,8 +275,7 @@ public class JdbcDatabaseMetaData extends TraceObject implements DatabaseMetaDat
* <li>1 TABLE_CAT (String) table catalog </li> * <li>1 TABLE_CAT (String) table catalog </li>
* <li>2 TABLE_SCHEM (String) table schema </li> * <li>2 TABLE_SCHEM (String) table schema </li>
* <li>3 TABLE_NAME (String) table name </li> * <li>3 TABLE_NAME (String) table name </li>
* <li>4 NON_UNIQUE (boolean) 'false' for unique, 'true' for non-unique * <li>4 NON_UNIQUE (boolean) 'true' if non-unique</li>
* </li>
* <li>5 INDEX_QUALIFIER (String) index catalog </li> * <li>5 INDEX_QUALIFIER (String) index catalog </li>
* <li>6 INDEX_NAME (String) index name </li> * <li>6 INDEX_NAME (String) index name </li>
* <li>7 TYPE (short) the index type (always tableIndexOther) </li> * <li>7 TYPE (short) the index type (always tableIndexOther) </li>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论