1. 16 9月, 2016 1 次提交
    • Philippe Marschall's avatar
      Add support for getObject(int|String, Class) · 79965db6
      Philippe Marschall 提交于
      Both JdbcResultSet and JdbcCallableStatement currently do not support
      getObject(int, Class) and getObject(String, Class) but support is easy
      to add.
      
      This commits contains the following changes:
      
       - add support for getObject(int, Class) and getObject(String, Class)
          with the following types: BigDecimal, String, Boolean, Byte, Short,
         Integer, Long, Float, Double, Date, Time, Timestamp, UUID,
         TimestampWithTimeZone and Geometry subclasses
       - extend the existing getObject tests to cover these new methods
      
      Most notably missing is support for LOBs and arrays including primitive
      arrays but this can always be added later.
      79965db6
  2. 13 9月, 2016 2 次提交
  3. 12 9月, 2016 2 次提交
  4. 07 9月, 2016 1 次提交
  5. 06 9月, 2016 2 次提交
  6. 05 9月, 2016 6 次提交
  7. 04 9月, 2016 5 次提交
  8. 03 9月, 2016 1 次提交
  9. 27 8月, 2016 1 次提交
  10. 17 8月, 2016 1 次提交
    • avp1983's avatar
      Update russian translation (#337) · 57a2c96f
      avp1983 提交于
      * translation console start
      
      * translation continue
      
      * translation continue
      
      * translation console start
      
      * translation continue
      
      * translation continue
      
      * translation correction
      
      * translation correction
      57a2c96f
  11. 16 8月, 2016 1 次提交
  12. 15 8月, 2016 2 次提交
  13. 14 8月, 2016 1 次提交
  14. 12 8月, 2016 4 次提交
  15. 11 8月, 2016 2 次提交
  16. 10 8月, 2016 2 次提交
  17. 09 8月, 2016 1 次提交
  18. 08 8月, 2016 1 次提交
  19. 07 8月, 2016 2 次提交
  20. 06 8月, 2016 1 次提交
  21. 05 8月, 2016 1 次提交