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

--no commit message

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