提交 199180c5 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 9373397f
......@@ -55,9 +55,9 @@ public class PageLog {
}
/**
* Run the recovery process. There are two recovery stages:
* first only the undo steps are run (restoring the state before the last checkpoint).
* In the second stage the committed operations are re-applied.
* Run the recovery process. There are two recovery stages: first only the
* undo steps are run (restoring the state before the last checkpoint). In
* the second stage the committed operations are re-applied.
*
* @param undo true if the undo step should be run
*/
......
......@@ -250,7 +250,7 @@ public class TableLink extends Table {
addIndex(list, indexType);
}
}
private long convertPrecision(int sqlType, long precision) {
// workaround for an Oracle problem
// the precision reported by Oracle is 7 for a date column
......
......@@ -281,7 +281,8 @@ java org.h2.test.TestAll timer
drop table test;
create table test(id int primary key) as select 1;
@LOOP 10 select * from test t where t.id in (select t2.id from test t2 where t2.id in (?, ?));
@LOOP 10 select * from test t where t.id in
(select t2.id from test t2 where t2.id in (?, ?));
remove google analytics
JCR: for each node type, create a table; one 'dynamic' table with parameter;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论