提交 091e0e5e authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 ccecc321
......@@ -392,7 +392,7 @@ Creates a new function alias. The method name must be the full qualified class
and method name, and may optionally include the parameter classes as in
""java.lang.Integer.parseInt(java.lang.String, int)""). The class and the method
must both be public, and the method must be static. The class must be available
in the classpath of the database engine (when using the server mode,
in the classpath of the database engine (when using the server mode,
it must be in the classpath of the server).
Deterministic functions always return the same value for the same parameters.
......@@ -543,10 +543,10 @@ ON tableName
CALL triggeredClassName
","
Creates a new trigger. The trigger class must be public. Nested and inner
classes are not supported. The class must be available in the classpath of the
classes are not supported. The class must be available in the classpath of the
database engine (when using the server mode, it must be in the classpath of the server).
Before triggers are called after data conversion is made, default values are set,
Before triggers are called after data conversion is made, default values are set,
null and length constraint checks have been made; but before other constraints have been checked.
This command commits an open transaction.
......
......@@ -18,7 +18,9 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul><li>New system property h2.nullConcatIsNull to change the default null concatenation behavior.
<ul><li>New system property h2.defaultMaxLengthInplaceLob to change the default maximum size
of an in-place LOB object.
</li><li>New system property h2.nullConcatIsNull to change the default null concatenation behavior.
The default will be enabled in version 1.2.
</li><li>The cache algorithm TQ is disabled in this version, because it is unstable, and
because the current implementation does not have any measurable advantages over the default.
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -11,7 +11,6 @@ import java.util.Properties;
import org.h2.Driver;
import org.h2.constant.SysProperties;
import org.h2.engine.Constants;
import org.h2.store.PageStore;
import org.h2.store.fs.FileSystemDisk;
import org.h2.test.bench.TestPerformance;
import org.h2.test.db.TestAlter;
......@@ -138,8 +137,6 @@ import org.h2.test.unit.TestValueHashMap;
import org.h2.test.unit.TestValueMemory;
import org.h2.test.utils.OutputCatcher;
import org.h2.tools.DeleteDbFiles;
import org.h2.tools.Recover;
import org.h2.tools.RunScript;
import org.h2.tools.Server;
import org.h2.util.MemoryUtils;
import org.h2.util.StringUtils;
......
......@@ -612,4 +612,4 @@ locals multianewarray icmpne fneg faload ifeq decompiler zeroes forgot
modern slight boost characteristics significantly gae vfs centrally ten
approach risky getters suxxess gmb delegate delegating delegates collisions
linkage superfluous disallow scoop moebius inputs copilot dmoebius leod jenkov
jakob poker docware peter unstable measurable
\ No newline at end of file
jakob poker docware peter unstable measurable scramble
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论