- 25 11月, 2014 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
- 20 11月, 2014 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
Fix bug which could generate a NegativeArraySizeException when performing large (>40M) row union operations
-
- 13 11月, 2014 2 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
- 05 11月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 31 10月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
H2 Console and server mode: SSL is now disabled and TLS is used to protect against the POODLE SSLv3 vulnerability. The system property to disable secure anonymous connections is now "h2.enableAnonymousTLS". The default certificate is still self-signed, so you need to manually install another one if you want to avoid man in the middle attacks.
-
- 20 10月, 2014 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
JdbcDatabaseMetaData#supportsTransactionIsolationLevel(TRANSACTION_READ_UNCOMMITTED) should return false
-
- 17 10月, 2014 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 17 9月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 11 9月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
CSV tool: the rowSeparator option is no longer supported, as the same can be achieved with the lineSeparator.
-
- 10 9月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 06 9月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 03 9月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 02 9月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 27 8月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 08 8月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 06 8月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 02 8月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 28 7月, 2014 2 次提交
-
-
由 Thomas Mueller 提交于
Improved MySQL compatibility by supporting "use schema". Thanks a lot to Karl Pietrzak for the patch!
-
由 Thomas Mueller 提交于
-
- 25 7月, 2014 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
patch by BigMichi1
-
- 23 7月, 2014 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The JDBC escape syntax {ts 'value'} did not interpret the value as a timestamp. The same for {d 'value'} (for date) and {t 'value'} (for time). Thanks to Lukas Eder for reporting the issue.
-
- 22 7月, 2014 2 次提交
-
-
由 Thomas Mueller 提交于
The statement "shutdown defrag" now compresses the database (with the MVStore). The MVStore now automatically shrinks the file in the background if there is no read or write activity. This might be a bit too aggressive; feedback is welcome!
-
由 noelgrandin@gmail.com 提交于
-
- 14 7月, 2014 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 noelgrandin@gmail.com 提交于
Gives a better out of box experience for people with more powerful machines.
-
由 noelgrandin@gmail.com 提交于
change default value of PAGE_SIZE from 2048 to 4096 to more closely match most filesystems block size.
-
- 13 7月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 12 7月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
MVStore: the store is now auto-compacted automatically up to some point, to avoid very large file sizes. This area is still work in progress.
-
- 08 7月, 2014 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
Introduce a queue when doing table locking to prevent session starvation.
-
- 04 7月, 2014 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 02 7月, 2014 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
Fix bug in changing encrypted DB password that kept the file handle open when the wrong password was supplied. (test case from Jens Hohmuth).
-
- 30 6月, 2014 2 次提交
-
-
由 noelgrandin@gmail.com 提交于
and which servers that are available. (patch from Nikolaj Fogh)
-
由 noelgrandin@gmail.com 提交于
-
- 28 6月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 23 6月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-