1. 18 9月, 2017 1 次提交
  2. 17 9月, 2017 4 次提交
  3. 15 9月, 2017 2 次提交
  4. 14 9月, 2017 9 次提交
  5. 13 9月, 2017 4 次提交
  6. 08 9月, 2017 4 次提交
  7. 06 9月, 2017 13 次提交
  8. 05 9月, 2017 1 次提交
  9. 04 9月, 2017 2 次提交
    • Philippe Marschall's avatar
      Support more types in getObject · adea42dc
      Philippe Marschall 提交于
      ResultSet#getObject is missing some conversions in table B.4 of the
      JDBC specification.
      
      - add support for Blob in getObject
      - add support for Clob in getObject
      - add support BigInteger <-> BIGINT
      - add support java.util.Date <-> TIMESTAMP
      - add support java.util.Calendar <-> TIMESTAMP
      - add tests for SMALLINT
      - add tests for BIGINT
      adea42dc
    • Noel Grandin's avatar
      Merge pull request #596 from stumc/Issue#591 · 3e07806f
      Noel Grandin 提交于
      Issue#591 Generated SQL from WITH-CTEs does not include a table ident…
      3e07806f