- 07 5月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
Translation: Lubomir Grajciar translated the H2 Console as well as all error message to Slovensky. Thanks a lot!
-
- 01 5月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
Auto-reconnect: if another connection uses the database in exclusive mode then this connection will try to re-connect until the exclusive mode ends.
-
由 Thomas Mueller 提交于
-
- 30 4月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 28 4月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 24 4月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 23 4月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 22 4月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 19 4月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 16 4月, 2010 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The new statement EXPLAIN ANALYZE executes the statement, and displays the query plan with the actual row scan count for each table.
-
由 Thomas Mueller 提交于
If baseDir is set, and a database name is given which points to a directory above (eg. "../dbname"), an exception is thrown.
-
由 Thomas Mueller 提交于
-
- 15 4月, 2010 2 次提交
-
-
由 christian.peter.io 提交于
If baseDir is set, and a database name is given which points to a directory above (eg. "../dbname"), an exception is thrown.
-
由 christian.peter.io 提交于
The functions isBeforeFirst() and isAfterLast() were not compliant to the JDBC spec. If the ResultSet contains no rows, they must return false. Fixed.
-
- 14 4月, 2010 1 次提交
-
-
由 christian.peter.io 提交于
-
- 12 4月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 10 4月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 05 4月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 04 4月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 03 4月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 31 3月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 29 3月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
Prepared statements with nested subqueries did not always return the correct result. Example: select ?, ?, (select count(*) from test t, (select id from test where 0=?) t2 where t2.id=t.id) from test
-
- 26 3月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 21 3月, 2010 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 20 3月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
Improved MS SQL Server compatibility: support string concatenation using "+". Thanks to Stepan for the patch!
-
由 Thomas Mueller 提交于
When using the multi-threaded mode, running ANALYZE concurrently in multiple connections could throw an exception.
-
- 16 3月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 15 3月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
Multi-column indexes where the second or later column was descending did not always produce correct results.
-
- 11 3月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 10 3月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 09 3月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
When using the small version of H2 ('jarClient'), the first call to Connection.createBlob (or similar) could throw a ClassNotFoundException.
-