- 28 2月, 2018 14 次提交
-
-
由 Noel Grandin 提交于
don't allow null values in ConcurrentArrayList
-
由 Noel Grandin 提交于
because that can be the only reason for the CI failure I saw: ERROR: FAIL java.lang.NullPointerException java.lang.NullPointerException ------------------------------ java.lang.NullPointerException at org.h2.mvstore.MVMap.openVersion(MVMap.java:1095) at org.h2.test.store.TestConcurrent.testConcurrentChangeAndGetVersion(TestConcurrent.java:346) at org.h2.test.store.TestConcurrent.test(TestConcurrent.java:56) at org.h2.test.TestBase.runTest(TestBase.java:142) at org.h2.test.TestAll.addTest(TestAll.java:990) at org.h2.test.TestAll.testUnit(TestAll.java:960) at org.h2.test.TestAll.runTests(TestAll.java:625) at org.h2.test.TestAll.testAll(TestAll.java:563) at org.h2.test.TestAll.run(TestAll.java:512) at org.h2.test.TestAll.main(TestAll.java:452)
-
由 Noel Grandin 提交于
Assorted changes in tests and documentation
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Noel Grandin 提交于
Check precision for FLOAT data type and describe it in documentation
-
由 Noel Grandin 提交于
Add support for MySQL-style ALTER TABLE ADD ... FIRST
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
- 26 2月, 2018 17 次提交
-
-
由 Noel Grandin 提交于
Derived column list
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Noel Grandin 提交于
remove dead code
-
由 Noel Grandin 提交于
Nest joins only if required and fix some issues with complex joins
-
由 Noel Grandin 提交于
found by UCDetector
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
- 25 2月, 2018 9 次提交
-
-
由 Noel Grandin 提交于
Fix obscure error on non-standard SELECT * FROM A LEFT JOIN B NATURAL JOIN C
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Noel Grandin 提交于
Move some JOIN tests from testScript.sql to own file
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-