• v1.2.4 55f95db028

    v1.2.4 is released
    All checks were successful
    continuous-integration/drone/tag Build is passing
    Stable

    lunny released this 2021-09-15 11:49:09 +00:00 | 140 commits to v1 since this release

    Downloads
  • v1.2.3 7cd6a74c9f

    v1.2.3 is released
    All checks were successful
    continuous-integration/drone/push Build is passing
    continuous-integration/drone/tag Build is passing
    Stable

    lunny released this 2021-08-21 03:30:31 +00:00 | 141 commits to v1 since this release

    Downloads
  • v1.2.2 289c27ebec

    v1.2.2 is released
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    lunny released this 2021-08-11 01:29:34 +00:00 | 144 commits to v1 since this release

    Downloads
  • v1.2.1 3a8ae761c5

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

    lunny released this 2021-08-08 03:01:18 +00:00 | 147 commits to v1 since this release

    Downloads
  • 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 | 153 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
  • v1.1.2 4f92921e43

    v1.1.2 is released
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    lunny released this 2021-07-04 11:05:02 +00:00 | 192 commits to v1 since this release

    Downloads
  • v1.0.4 f8c91ec4a3

    v1.0.4
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    lafriks released this 2020-09-02 12:39:23 +00:00 | 271 commits to v1 since this release

    • FEATURES
      • Add params for mssql to allow redefine varchar as nvarchar or char as nchar (#1741)
    • BUGFIXES
      • Fix mysql dialect error from invalid db identifier in orderby clause (#1743) (#1751)
    • ENHANCEMENTS
      • Support get dataSourceName on ContextHook for monitor which DB executed SQL (#1740)
    • MISC
      • Correct default detection in MariaDB >= 10.2.7 (#1778)
    Downloads
  • v1.0.3 946fb57e1c

    v1.0.3 is released
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    lunny released this 2020-07-10 12:58:32 +00:00 | 278 commits to v1 since this release

    • BUGFIXES
      • Fix dump of sqlite (#1639)
    • ENHANCEMENTS
      • Fix index name parsing in SQLite dialect (#1737)
      • add hooks for Commit and Rollback (#1733)
    Downloads
  • v1.0.2 4dde8f14e6

    v1.0.2 is released
    All checks were successful
    continuous-integration/drone/tag Build is passing
    continuous-integration/drone/push Build is passing
    Stable

    lunny released this 2020-06-16 01:17:50 +00:00 | 289 commits to v1 since this release

    • FEATURES
    • BUGFIXES
      • Fix bug when ID used but no reference table given (#1709)
      • Fix find and count bug (#1651)
    • ENHANCEMENTS
      • chore: improve snakeCasedName performance (#1688)
      • Fix find with another struct (#1666)
      • fix GetColumns missing ordinal position (#1660)
    • MISC
      • chore: improve titleCasedName performance (#1691)
    Downloads
  • v1.0.1 3e4dc66c58

    v1.0.1 is released
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    lunny released this 2020-03-25 13:13:09 +00:00 | 308 commits to v1 since this release

    • BUGFIXES
      • Oracle : Local Naming Method (#1515)
      • Fix find and count bug (#1618)
      • Fix duplicated deleted condition on FindAndCount (#1619)
      • Fix find and count bug with cache (#1622)
      • Fix postgres schema problem (#1624)
      • Fix quote with blank (#1626)
    Downloads