- 22 3月, 2011 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 21 3月, 2011 6 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 20 3月, 2011 4 次提交
-
-
由 Thomas Mueller 提交于
CAST(x AS VARCHAR_IGNORECASE(y) / CHAR(y)) returned a VARCHAR if the new precision was lower than the old precision.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
SHUTDOWN DEFAG didn't defragment the database completely if there was a unique hash index for a memory table.
-
由 Thomas Mueller 提交于
-
- 16 3月, 2011 6 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 14 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 12 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 11 3月, 2011 8 次提交
-
-
由 Thomas Mueller 提交于
Issue 294: The Maven source bundle now contains a manifest file that allows Eclipse to automatically attach the source code (if Maven is used).
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
A query with an explicit LIMIT 0 will now return no rows (so far it meant no limit), which is compatible with PostgreSQL and MySQL. A negative limit value (as well as LIMIT NULL) mean no limit (so far a negative limit meant a limit of one row).
-
由 Thomas Mueller 提交于
A query with an explicit LIMIT 0 will now return no rows (so far it meant no limit), which is compatible with PostgreSQL and MySQL. A negative limit value (as well as LIMIT NULL) mean no limit (so far a negative limit meant a limit of one row).
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
- Only one space after a period (using two spaces is last century). - Rename dateClass to dateTimeClass - Rename *Clazz to *Class - Use more appropriate method names ("find" for me implies the method might return null) - Add missing Javadoc comments - Java field names can end with *Value, but *_value isn't Java style - Use appropriate variable names ("cn" isn't, "lower" is) - Use more appropriate method names (getClassForSqlType versus getClassType, createClassName versus convertTableToClassName, createFieldName versus convertColumnToFieldName)
-
由 Thomas Mueller 提交于
Lob in database: storing lob objects was not correctly synchronized. This was specially a problem when using Connection.createBlob() / createClob().
-
- 10 3月, 2011 9 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Avoid importing java.io.File (the idea is to simplify verifying the file system abstraction is really used everywhere)
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Lob in database: storing lob objects was not correctly synchronized. This was specially a problem when using Connection.createBlob() / createClob().
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 09 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-