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

--no commit message

--no commit message
上级 d07dc45f
......@@ -11,23 +11,22 @@ package org.h2.engine;
* Release checklist
* - Test with Hibernate
* - Run FindBugs
* - ant jarClient, check jar file size
* - ant jar, test with IKVM
* - build jarClient, check jar file size
* - build jar, test with IKVM
* - Compile with JDK 1.4, 1.5 and 1.6:
* set path=C:\Programme\Java\jdk1.6.0\bin;%PATH%
* set JAVA_HOME=C:\Programme\Java\jdk1.6.0
* set path=C:\Program Files\Java\jdk1.6.0_05\bin;%PATH%
* set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_05
* ant compile
* build compile
* set classpath=
* ant javadoc
* ant javadocImpl (to find missing javadocs)
* ant switchSourceJdk14
* ant javadocImpl
* build javadoc
* build javadocImpl (to find missing javadocs)
* build switchSourceJdk14
* build javadocImpl
*
* - Change version and build number in
* Constants.java
* ant-build.properties
* build.html
* mainWeb.html
* download.html
......
......@@ -117,6 +117,7 @@ public class TriggerObject extends SchemaObjectBase {
if (!rowBased || before != beforeAction) {
return;
}
load(session);
Object[] oldList;
Object[] newList;
boolean fire = false;
......
......@@ -162,6 +162,8 @@ java org.h2.test.TestAll timer
upload jazoon
deactivate triggers during alter table (during re-creating a table)
test case for out of memory (try to corrupt the database using out of memory)
analyzer configuration option for the fulltext search
......
......@@ -21,8 +21,8 @@ public class Build extends BuildBase {
}
public void all() {
jar();
docs();
jar();
docs();
}
public void clean() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论