- 27 1月, 2015 2 次提交
-
-
由 noelgrandin@gmail.com 提交于
Issue 598: parser fails on timestamp "24:00:00.1234" - prevent the creation of out-of-range time values.
-
由 noelgrandin@gmail.com 提交于
-
- 23 1月, 2015 2 次提交
-
-
由 Thomas Mueller 提交于
MVStore: up to 65535 open transactions are now supported. Previously, the limit was at most 65535 transactions between the oldest open and the newest open transaction (which was quite a strange limit).
-
由 Thomas Mueller 提交于
-
- 19 1月, 2015 1 次提交
-
-
由 Thomas Mueller 提交于
In version 1.4.184, a bug was introduced that broke queries that have both joins and wildcards, for example: select * from dual join(select x from dual) on 1=1
-
- 16 1月, 2015 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
In version 1.4.184, "group by" ignored the table name, and could pick a select column by mistake. Example: select 0 as x from system_range(1, 2) d group by d.x;
-
- 15 1月, 2015 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 14 1月, 2015 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 06 1月, 2015 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
- 05 1月, 2015 3 次提交
-
-
由 noelgrandin@gmail.com 提交于
the logic that cleared the flag could never be reached, resulting in performance degradation. Reported by Alexander Nesterov.
-
由 noelgrandin@gmail.com 提交于
-
由 Thomas Mueller 提交于
-
- 20 12月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 19 12月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 18 12月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 17 12月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 16 12月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 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 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-