- 16 2月, 2011 15 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于The pseudo-column "_ROWID_" now supports insert, update, and merge (only enabled for version 1.3.x). 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于The pseudo-column "_ROWID_" now supports insert, update, and merge (only enabled for version 1.3.x). 
- 
由 Thomas Mueller 提交于The pseudo-column "_ROWID_" now supports insert, update, and merge (only enabled for version 1.3.x). 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于The pseudo-column "_ROWID_" now supports insert, update, and merge (only enabled for version 1.3.x). 
- 
由 Thomas Mueller 提交于The new CSV option feature introduced in version 1.3.150 didn't support spaces. Now the escape mechanism is changed to support it. 
- 
由 Thomas Mueller 提交于Improved error detection when starting a server with invalid arguments, such as "-tcpPort=9091" or "-tcpPort 9091" (as one parameter) instead of "-tcpPort", "9091". 
- 
由 Thomas Mueller 提交于The function JAVADECODE ignored characters after a non-escaped double quote. This is no longer the case. 
- 
由 Thomas Mueller 提交于Improved error detection when starting a server with invalid arguments, such as "-tcpPort=9091" or "-tcpPort 9091" (as one parameter) instead of "-tcpPort", "9091". 
 
- 
- 14 2月, 2011 6 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
 
- 
- 13 2月, 2011 1 次提交
- 
- 
由 Thomas Mueller 提交于
 
- 
- 12 2月, 2011 6 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于Server: it was possible to open a database outside of the base URL (if one was set). The test case was broken. 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
 
- 
- 11 2月, 2011 2 次提交
- 
- 
由 Thomas Mueller 提交于New database setting DEFAULT_CONNECTION (disabled by default) to support DriverManager.getConnection("jdbc:default:connection"). Please note the Oracle JDBC driver will try to resolve this database URL if it is loaded before the H2 driver.
- 
由 Thomas Mueller 提交于
 
- 
- 10 2月, 2011 6 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于CallableStatement: the first row of the result set was skipped when using CallableStatement.execute(). 
- 
由 Thomas Mueller 提交于Issue 284: If the query cache was used (enabled by default in version 1.3.x), and multiple threads used the same connection, and the same query but different prepared statements, parameters of one prepared statement could be overwritten by another. 
- 
由 Thomas Mueller 提交于DatabaseMetaData.getProcedureColumns returned the wrong data (it also returned the Connection parameter if there was any). 
- 
由 Thomas Mueller 提交于
 
- 
- 08 2月, 2011 4 次提交
- 
- 
由 Thomas Mueller 提交于Each table now has a pseudo-column "_ROWID_" to get the unique row id (only enabled for version 1.3.x). 
- 
由 Thomas Mueller 提交于Initial support to list transactions (work in progress). 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
 
-