- 07 3月, 2011 2 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
Added support for modulus operator in expressions
-
- 06 3月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Issue 288: Some right outer join queries failed to produce the correct result or threw exceptions such as "column x must be in the group by list". Some right outer joins with invalid column referenced (typos) threw a NullPointerException instead of "column not found" exception.
-
- 05 3月, 2011 5 次提交
-
-
由 Thomas Mueller 提交于
New database setting EARLY_FILTER to allow table implementations to apply filter conditions early on.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Cluster: in a two node cluster, if cluster node stopped, and autocommit was enabled, then changes on the remaining cluster node didn't get committed automatically.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 04 3月, 2011 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
- the dialect detection will most likely be based on the URL, not on the class name - 'declaration' is a much too generic term for 'set column = value' - method names should start with a verb (getTableName instead of tableName) - remove redundancy and unnecessary formatting in Javadocs (keep it as simple as possible)
-
由 Thomas Mueller 提交于
-
- 03 3月, 2011 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Issue 265: Linked tables: auto-reconnect if the backside connection is lost (workaround for the MySQL problem that disconnects after 8 hours of inactivity).
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 02 3月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Database-level connection settings could only be set in the database URL, but not using the Properties parameter of DriverManaget.getConnection(String url, Properties info).
-
由 Thomas Mueller 提交于
-
- 01 3月, 2011 7 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 28 2月, 2011 8 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
TCP and PG server: if the default port is already in use, the services are now started on another free port (unless the port is explicitly set). This allows to start the H2 Console even if the TCP or PG servers are already running.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
LIKE didn't use an index unless the right hand side was a literal or parameter. Now an index is used for LIKE CONCAT(?, '%').
-
由 Thomas Mueller 提交于
Array literals with zero or one element were not be parsed correctly (Tomcat would reset the fields).
-
- 27 2月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
- Rename Declaration and related classes to UpdateColumn etc.
-
由 Thomas Mueller 提交于
- Increment by something that isn't a number directly didn't work
-