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

--no commit message

--no commit message
上级 e86dc0b6
...@@ -18,7 +18,11 @@ Change Log ...@@ -18,7 +18,11 @@ Change Log
<h1>Change Log</h1> <h1>Change Log</h1>
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul><li>Various tools now use Java 5 var-args, such as main the methods and SimpleResultSet.addRow. <ul><li>JaQu: the plan is to support natural (pure Java) conditions such as
(id == 1 && name.equals("Test")). A proof of concept decompiler is now included (it doesn't work yet).
</li><li>PreparedStatement.setObject now converts a java.lang.Character to a string.
</li><li>H2 Console: PierPaolo Ucchino has completed the Italian translation. Thanks a lot!
</li><li>Various tools now use Java 5 var-args, such as main the methods and SimpleResultSet.addRow.
</li><li>H2 Console: indexes of tables of non-default schemas are now also listed. </li><li>H2 Console: indexes of tables of non-default schemas are now also listed.
</li><li>Issue 111: Multi-version concurrency / duplicate primary key after rollback. </li><li>Issue 111: Multi-version concurrency / duplicate primary key after rollback.
</li><li>Issue 110: Multi-version concurrency / wrong exception is thrown. </li><li>Issue 110: Multi-version concurrency / wrong exception is thrown.
......
...@@ -1166,10 +1166,10 @@ When the first connection is closed, the server stops. If other (remote) connect ...@@ -1166,10 +1166,10 @@ When the first connection is closed, the server stops. If other (remote) connect
open, one of them will then start a server (auto-reconnect is enabled automatically). open, one of them will then start a server (auto-reconnect is enabled automatically).
</p> </p>
<p> <p>
This mode has three disadvantages: all processes need to have access to the database files. All processes need to have access to the database files.
Then, if the first connection is closed (the connection that started the server), open transactions of If the first connection is closed (the connection that started the server), open transactions of other connections will be rolled back.
other connections will be rolled back. Explicit client/server connections (using jdbc:h2:tcp:// or ssl://) are not supported.
Also, explicit client/server connections (using jdbc:h2:tcp:// or ssl://) are not supported. This mode is not supported for in-memory databases.
</p> </p>
<p> <p>
Here is an example how to use this mode. Application 1 and 2 are not necessarily started Here is an example how to use this mode. Application 1 and 2 are not necessarily started
......
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.
...@@ -597,4 +597,15 @@ emf decompile streamed setmaxlengthinplacelob setcompresslob compressing ...@@ -597,4 +597,15 @@ emf decompile streamed setmaxlengthinplacelob setcompresslob compressing
compressible subclass ints seeks kilobytes capitalized sqlj psm sigmod acm compressible subclass ints seeks kilobytes capitalized sqlj psm sigmod acm
shrinking bsdiff toward markets hispanic rad dinamica treat contributing shrinking bsdiff toward markets hispanic rad dinamica treat contributing
fraction splits uni stackable snapshots fyodor kupolov denmark greece christos fraction splits uni stackable snapshots fyodor kupolov denmark greece christos
oort committer vasilakis docletpath oort committer vasilakis docletpath aastore dneg drem bipush lxor lshl fsub
\ No newline at end of file ldiv astore fconst newarray icmple lsub irem iastore lookupswitch athrow
bastore icmpeq dconst dmul lload dup ddiv invokespecial fdiv fstore checkcast
sipush fcmpl icmpge freturn imul putfield dsub ixor nop sastore ldc
invokeinterface lcmp castore lastore iflt ifnonnull invokestatic ljava
arraylength ifge baload ineg caload putstatic invokevirtual ior ifne icmpgt
lneg lconst dadd iinc areturn ishr iload aconst iadd laload dcmpl fmul iconst
dload getfield acmpeq dastore fload icmplt fastore frem idiv ireturn fcmpg
iaload getstatic ifle iand decompiling isub ifgt dreturn iushr aaload aload
lrem lstore monitorexit lmul monitorenter fadd interpreting ishl istore dcmpg
daload dstore saload anewarray tableswitch lushr ladd lshr lreturn acmpne
locals multianewarray icmpne fneg faload ifeq decompiler
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论