• v1.0.0 5575e839df

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

    lunny released this 2020-03-22 06:28:25 +00:00 | 318 commits to v1 since this release

    • BREAKING
      • Add context for dialects (#1558)
      • Move zero functions to a standalone package (#1548)
      • Merge core package back into the main repository and split into serval sub packages. (#1543)
    • FEATURES
      • Use a new ContextLogger interface to implement logger (#1557)
    • BUGFIXES
      • Fix setschema (#1606)
      • Fix dump/import bug (#1603)
      • Fix pk bug (#1602)
      • Fix master/slave bug (#1601)
      • Fix bug when dump (#1597)
      • Ignore schema when dbtype is not postgres (#1593)
      • Fix table name (#1590)
      • Fix find alias bug (#1581)
      • Fix rows bug (#1576)
      • Fix map with cols (#1575)
      • fix bug on deleted with join (#1570)
      • Improve quote policy (#1567)
      • Fix break session sql enable feature (#1566)
      • Fix mssql quote (#1535)
      • Fix join table name quote bug (#1534)
      • Fix mssql issue with duplicate columns. (#1225)
      • mysql8.0 中同步数据前,获取数据库结构,因tableRaw为空导致同步失败 (#808)
    • ENHANCEMENTS
      • fix batch insert interface slice be panic (#1598)
      • Move some codes to statement sub package (#1574)
      • Remove circle file (#1569)
      • Move statement as a sub package (#1564)
      • Move maptype to tag parser (#1561)
      • Move caches to manager (#1553)
      • Improve code (#1552)
      • Improve some codes (#1551)
      • Improve statement (#1549)
      • Move tag parser related codes as a standalone sub package (#1547)
      • Move reserve words related files into dialects sub package (#1544)
      • 解决Conversion接口ToDB() ([]byte, error)方法返回*Type值为nil时,数据类型为[]byte(nil)的… (#1296)
      • check driver.Valuer response, and skip the column if nil (#1167)
      • Add cockroach support and tests (#896)
    • TESTING
    • BUILD
      • Add changelog file and tool configuration (#1546)
    • DOCS
      • Fix outdate changelog (#1565)
    Downloads
  • v0.5.6 838b2268ae

    lunny released this 2016-09-21 06:41:07 +00:00 | 811 commits to v1 since this release

    This is the latest release of 0.5. This version resolved many bugs and added Sums methods.

    Downloads
  • v0.5.1 f01db0b5c5

    lunny released this 2016-03-23 15:46:07 +00:00 | 858 commits to v1 since this release

    Downloads
  • v0.5.0 e72082c2fd

    lunny released this 2016-02-20 01:59:49 +00:00 | 879 commits to v1 since this release

    • logging interface changed
    • some bugs fixed
    Downloads
  • v0.4.5 f56113384f

    lunny released this 2016-02-04 10:10:39 +00:00 | 886 commits to v1 since this release

    * many bugs fixed
    * extends support unlimited deep
    * Delete Limit support
    
    Downloads
  • v0.4.4 4012ee5805

    lunny released this 2015-09-07 06:21:28 +00:00 | 930 commits to v1 since this release

    Many bug fixed and ql, tidb database expriment support.

    • ql database expriment support
    • tidb database expriment support
    • sql.NullString and etc. field support
    • select ForUpdate support
    • many bugs fixed
    Downloads
  • v0.4.3 276fc097cb

    lunny released this 2015-04-01 13:53:17 +00:00 | 978 commits to v1 since this release

    • Json column type support
    • Oracle experiment support
    • Some bugs fixed
    Downloads
  • v0.4.2 13fa0d5b32

    lunny released this 2014-12-15 03:04:08 +00:00 | 1040 commits to v1 since this release

    • Transaction will auto rollback if not Rollback or Commit be called.
    • Gonic Mapper support, so when you use ID in go codes, you can get id in database column name.
    • Some bugs fixed
    Downloads
  • v0.4.1 0903741bc2

    lunny released this 2014-11-05 07:50:28 +00:00 | 1065 commits to v1 since this release

    • deleted tag support for soft delete
    • bug fixed
    Downloads
  • v0.3.2 58cdbaeab0

    lunny released this 2014-04-16 02:51:18 +00:00 | 1368 commits to v1 since this release

    Improvements:
    * Add AllCols & MustCols function
    * Add TableName for custom table name

    Bug Fixes:
    * #46
    * #51
    * #53
    * #89
    * #86
    * #92
    
    Downloads