- 11 5月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 06 5月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 08 4月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The h2small.jar (created with build jarSmall) included the Android API. This has been removed, shrinking the jar file by 21 KB.
-
- 06 4月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 05 4月, 2011 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
- 25 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 22 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 21 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 20 3月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 16 3月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 12 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 11 3月, 2011 3 次提交
-
-
由 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 提交于
- 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)
-
- 10 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 07 3月, 2011 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
Added support for modulus operator in expressions
-
- 05 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 04 3月, 2011 2 次提交
-
-
由 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)
-
- 03 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 28 2月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 27 2月, 2011 3 次提交
-
-
由 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
-
- 25 2月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 24 2月, 2011 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
- Javadocs
-
由 Thomas Mueller 提交于
-
- 23 2月, 2011 5 次提交
-
-
由 Thomas Mueller 提交于
- Add words to dictionary.txt - Fix typo (found using ./build.sh spellcheck)
-
由 Thomas Mueller 提交于
- Javadocs - Work in progress
-
由 Thomas Mueller 提交于
- Replace inner classes with static initializers
-
由 Thomas Mueller 提交于
- Mainly Javadoc changes.
-
由 Thomas Mueller 提交于
-