- 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 4 次提交
-
-
由 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
-
由 Thomas Mueller 提交于
- Rename 'Validation' to what it actually is: a 'ValidationRemark'. - No need to check for null - Don't use exclamation marks in error messages or warnings - Don't use line comments for methods - use Javadoc comments - Don't document private methods if the documentation just copies the method name - Don't document parameter names if there is not actual documentation - Don't use <p> and other HTML tags within Javadoc comments unless really necessary - Don't use all uppercase (caps) method names - Don't use empty lines (just '*') within Javadoc comments, except where necessary
-
- 26 2月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
Issue 290: Conditions using subqueries were sometimes evaluated before much simpler conditions, which was very bad for performance. This includes subqueries returning a value, EXISTS subqueries, and IN(SELECT ..) subqueries.
-
由 Thomas Mueller 提交于
Issue 290: Conditions using subqueries were sometimes evaluated before much simpler conditions, which was very bad for performance. This includes subqueries returning a value, EXISTS subqueries, and IN(SELECT ..) subqueries.
-
由 Thomas Mueller 提交于
-
- 25 2月, 2011 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 24 2月, 2011 8 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
- Javadocs
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Executing a CSVREAD query multiple times could result in an exception if the data was changed on disk.
-
- 23 2月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
- Add words to dictionary.txt - Fix typo (found using ./build.sh spellcheck)
-
由 Thomas Mueller 提交于
- Javadocs - Work in progress
-