- 12 12月, 2012 3 次提交
-
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
Patch from Andrew Gaul argaul@gmail.com Fixes issue 406.
-
由 noelgrandin 提交于
Patch from Andrew Gaul argaul@gmail.com Fixes issue 401.
-
- 07 12月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
MVStore: store the file header also at the end of each chunk, which means even less write operations
-
- 06 12月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 02 12月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
MVStore: unified exception handling; the version is included in the messages. Old data is now retained for 45 seconds by default.
-
- 30 11月, 2012 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 28 11月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 25 11月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
Serialization is now pluggable using the system property "h2.javaObjectSerializer". Thanks to Sergi Vladykin for the patch!
-
- 23 11月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 22 11月, 2012 1 次提交
-
-
由 noelgrandin 提交于
Fix ConcurrentModificationException when creating tables and executing SHOW TABLES in parallel. Reported by vvoytovych@llnw.com.
-
- 21 11月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 20 11月, 2012 2 次提交
-
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
- 31 10月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 28 10月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 26 10月, 2012 1 次提交
-
-
由 noelgrandin 提交于
-
- 25 10月, 2012 1 次提交
-
-
由 noelgrandin 提交于
-
- 23 10月, 2012 1 次提交
-
-
由 noelgrandin 提交于
-
- 18 10月, 2012 1 次提交
-
-
由 noelgrandin 提交于
Fix for a bug where we would sometimes use the wrong unique constraint to validate foreign key constraints.
-
- 14 10月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
PostgreSQL compatibility: support for EXTRACT(WEEK FROM dateColumn). Thanks to Prashant Bhat for the patch!
-
- 09 9月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 08 9月, 2012 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 06 9月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
The CreateCluster tool could not be used if the source database contained a CLOB or BLOB. The root cause was that the TCP server did not synchronize on the session, which caused a problem when using the exclusive mode.
-
- 05 9月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 20 8月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 18 8月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 09 8月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
Issue 414: for some functions, the parameters were evaluated twice (for example "char(nextval(..))" ran "nextval(..)" twice).
-
- 07 8月, 2012 1 次提交
-
-
由 noelgrandin 提交于
Added compatibility for "SET NAMES" query in MySQL compatibility mode.
-
- 20 7月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
The ResultSetMetaData methods getSchemaName and getTableName could return null instead of "" (an empty string) as specified in the JDBC API.
-
- 13 7月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 12 7月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
Revert auto-registration of function aliases (tests fail); fix for "Transaction log could not be truncated"
-
- 11 7月, 2012 1 次提交
-
-
由 noelgrandin 提交于
auto-registration of function aliases
-
- 09 7月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 07 7月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 26 6月, 2012 2 次提交
-
-
由 Thomas Mueller 提交于
H2 Console: HTML and XML documents can now be edited in an updatable result set. There is (limited) support for editing multi-line documents.
-
由 Thomas Mueller 提交于
-