1. 11 3月, 2011 4 次提交
    • Thomas Mueller's avatar
      A query with an explicit LIMIT 0 will now return no rows (so far it meant no… · 7a8584bc
      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).
      7a8584bc
    • Thomas Mueller's avatar
      Documentation. · cf646510
      Thomas Mueller 提交于
      cf646510
    • Thomas Mueller's avatar
      Cleanup: · dd69b685
      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) 
      dd69b685
    • Thomas Mueller's avatar
      Lob in database: storing lob objects was not correctly synchronized. This was… · 0f65e0a5
      Thomas Mueller 提交于
      Lob in database: storing lob objects was not correctly synchronized. This was specially a problem when using Connection.createBlob() / createClob().
      0f65e0a5
  2. 10 3月, 2011 9 次提交
  3. 09 3月, 2011 2 次提交
  4. 07 3月, 2011 5 次提交
  5. 06 3月, 2011 2 次提交
  6. 05 3月, 2011 5 次提交
  7. 04 3月, 2011 5 次提交
  8. 03 3月, 2011 5 次提交
  9. 02 3月, 2011 3 次提交