提交 2e9fffe4 authored 作者: Thomas Mueller's avatar Thomas Mueller

Prepare release.

上级 7f5cf529
...@@ -21,7 +21,7 @@ Change Log ...@@ -21,7 +21,7 @@ Change Log
<ul><li>- <ul><li>-
</li></ul> </li></ul>
<h2>Version 1.3.159 (2011-08-12)</h2> <h2>Version 1.3.159 (2011-08-13)</h2>
<ul><li>Creating a temporary table with the option 'transactional' will now also create the indexes <ul><li>Creating a temporary table with the option 'transactional' will now also create the indexes
in transactional mode, if the indexes are included in the 'create table' statement as follows: in transactional mode, if the indexes are included in the 'create table' statement as follows:
"create local temporary table temp(id int primary key, name varchar, constraint x index(name)) transactional". "create local temporary table temp(id int primary key, name varchar, constraint x index(name)) transactional".
......
...@@ -16,7 +16,7 @@ public class Constants { ...@@ -16,7 +16,7 @@ public class Constants {
/** /**
* The build date is updated for each public release. * The build date is updated for each public release.
*/ */
public static final String BUILD_DATE = "2011-08-12"; public static final String BUILD_DATE = "2011-08-13";
/** /**
* The build date is updated for each public release. * The build date is updated for each public release.
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
CREATE TABLE VERSION(ID INT PRIMARY KEY, VERSION VARCHAR, CREATED VARCHAR); CREATE TABLE VERSION(ID INT PRIMARY KEY, VERSION VARCHAR, CREATED VARCHAR);
INSERT INTO VERSION VALUES INSERT INTO VERSION VALUES
(109, '1.3.159', '2011-08-12'), (109, '1.3.159', '2011-08-13'),
(108, '1.3.158', '2011-07-17'), (108, '1.3.158', '2011-07-17'),
(107, '1.3.157', '2011-06-25'), (107, '1.3.157', '2011-06-25'),
(106, '1.3.156', '2011-06-17'), (106, '1.3.156', '2011-06-17'),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论