• v1.2.0 f22b0cc369

    v1.2.0 is released
    Some checks failed
    continuous-integration/drone/push Build is failing
    Stable

    lunny released this 2021-08-04 01:21:12 +00:00 | 155 commits to v1 since this release

    • BREAKING
      • Exec with time arg now will obey time zone settings on engine (#1989)
      • Query interface (#1965)
      • Support delete with no bean (#1926)
      • Nil ptr is nullable (#1919)
    • FEATURES
      • Support batch insert map (#2019)
      • Support big.Float (#1973)
    • BUGFIXES
      • fix possible null dereference in internal/statements/query.go (#1988)
      • Fix bug on dumptable (#1984)
    • ENHANCEMENTS
      • Move assign functions to convert package (#2015)
      • refactor conversion (#2001)
      • refactor some code (#2000)
      • refactor insert condition generation (#1998)
      • refactor and add setjson function (#1997)
      • Get struct and Find support big.Float (#1976)
      • refactor slice2Bean (#1974, #1975)
      • refactor get (#1967)
      • Replace #1044 (#1935)
      • Support Get time.Time (#1933)
    • TESTING
      • Add benchmark tests (#1978)
      • Add tests for github.com/shopspring/decimal support (#1977)
      • Add test for get map with NULL column (#1948)
      • Add test for limit with query (#1787)
    • MISC
      • Fix DBMetas returned unsigned tinyint (#2017)
      • Fix deleted column (#2014)
      • Add database alias table and fix wrong warning (#1947)
    Downloads