- 04 7月, 2014 2 次提交
-
-
由 Thomas Mueller 提交于
Rename "updateOrInsert" back to "update", because it could also be "delete", or changing a setting, or running system command. "update" and "query" are the same terms used as in "Statement.executeUpdate" and "Statement.executeQuery".
-
由 Thomas Mueller 提交于
Sequences of temporary tables (auto-increment or identity columns) were persisted unnecessarily in the database file, and were not removed when re-opening the database.
-
- 03 7月, 2014 3 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
change method name in CommandContainer, update() -> updateOrInsert(), to more accurately reflect it's purpose.
-
- 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 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
MVStore: an IndexOutOfBoundsException could sometimes occur MVMap.openVersion when concurrently accessing the store.
-
由 noelgrandin@gmail.com 提交于
and which servers that are available. (patch from Nikolaj Fogh)
-
由 noelgrandin@gmail.com 提交于
-
- 29 6月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 28 6月, 2014 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 26 6月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 23 6月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 22 6月, 2014 10 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 21 6月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 20 6月, 2014 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 12 6月, 2014 6 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
- 10 6月, 2014 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Issue 565: MVStore: concurrently adding LOB objects (with MULTI_THREADED option) resulted in a NullPointerException.
-
- 06 6月, 2014 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
There was a way to prevent a database from being re-opened, by creating a column constraint that references a table with a higher id.
-