- 26 5月, 2017 2 次提交
-
-
由 Sergi Vladykin 提交于
-
由 Sergi Vladykin 提交于
-
- 25 5月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
Fix link_schema
-
- 24 5月, 2017 4 次提交
-
-
由 ebocher 提交于
-
由 Noel Grandin 提交于
Fix count on linked table
-
由 ebocher 提交于
-
由 ebocher 提交于
-
- 23 5月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
Update Manifest with Provide Capability
-
由 Noel Grandin 提交于
Fix ensureCapacity in org.h2.mvstore.WriteBuffer.put(ByteBuffer)
-
- 22 5月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
Properly reflect SLF4J log levels in TraceSystem.isEnabled(level)
-
- 21 5月, 2017 1 次提交
-
-
由 Stephan Erb 提交于
-
- 17 5月, 2017 4 次提交
-
-
由 Peter Kriens 提交于
For the OSGi resolver to work in deployment scenarios the bundle needs a Provide Capability for the service it registers. This PR lets this bundle provide the capability.
-
由 ebocher 提交于
-
由 ebocher 提交于
-
由 ebocher 提交于
-
- 16 5月, 2017 1 次提交
-
-
由 shlomo.hollander 提交于
-
- 03 5月, 2017 7 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
fix #499
-
由 sugnkeunkim 提交于
-
由 sugnkeunkim 提交于
-
由 sugnkeunkim 提交于
-
由 sugnkeunkim 提交于
-
由 sugnkeunkim 提交于
-
- 01 5月, 2017 1 次提交
-
-
由 sugnkeunkim 提交于
1. db needs to be closed\n 2. remove DB_CLOSE_DELAY\n 3. test threads need to join before continuing
-
- 30 4月, 2017 1 次提交
-
-
由 sugnkeunkim 提交于
-
- 29 4月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
Fix h2 ROUND
-
由 sugnkeunkim 提交于
-
- 28 4月, 2017 3 次提交
-
-
由 Noel Grandin 提交于
use a set to keep track of the tables we need to analyze. Perform the analysis after we have committed the main transaction, so we don't hold table locks for any longer than necessary.
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
- 25 4月, 2017 1 次提交
-
-
由 yuanwhy 提交于
-
- 24 4月, 2017 1 次提交
-
-
由 yuanwhy 提交于
-
- 23 4月, 2017 4 次提交
-
-
由 thomasmueller 提交于
-
由 thomasmueller 提交于
-
由 Thomas Mueller 提交于
Lazy query execution support
-
由 thomasmueller 提交于
-
- 22 4月, 2017 1 次提交
-
-
由 thomasmueller 提交于
-
- 21 4月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
TimestampWithTimeZone can not be bound
-
- 20 4月, 2017 2 次提交
-
-
由 Philippe Marschall 提交于
Clients that are still on Java 7 and can not use OffsetDateTime need a way to bind TimestampWithTimeZone. Unfortunately TimestampWithTimeZone can currently not be used as a bind parameter The obvious way to bind TimestampWithTimeZone would be to use PreparedStatement.setObject(int, Object). This does not work because DataTye#convertTo currently does not check for TimestampWithTimeZone. This commit fixes this by adding a check and conversion in DataTye#convertTo and also adding a unit test.
-
由 Sergi Vladykin 提交于
-