- 15 12月, 2014 2 次提交
-
-
由 Thomas Mueller 提交于
In version 1.3.183, indexes that contains columns with a default value generated by a sequence where not used. This includes identity and auto-increment columns. This bug was introduced by supporting "rownum" in views and derived tables.
-
由 Thomas Mueller 提交于
-
- 13 12月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 12 12月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 11 12月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
Using "row_number" or "rownum" in views or derived tables had unexpected results if the outer query contained constraints for the given view.
-
- 10 12月, 2014 2 次提交
-
-
由 Thomas Mueller 提交于
MVStore: the Recover tool can now deal with more types of corruption in the file. MVStore: the TransactionStore now first needs to be initialized before it can be used.
-
由 Thomas Mueller 提交于
-
- 09 12月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 05 12月, 2014 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
- 29 11月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
MVStore: use a mark & sweep GC algorithm instead of reference counting, to ensure used chunks are never overwrite, even if the reference counting algorithm does not work properly.
-
- 26 11月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 25 11月, 2014 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
- 21 11月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 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 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 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 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 noelgrandin@gmail.com 提交于
-
- 02 9月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 27 8月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 08 8月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 06 8月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 04 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 1 次提交
-
-
由 Thomas Mueller 提交于
-