Skip to content

Releases: yaitoo/sqle

v1.5.2

12 Dec 03:39
fe93ae7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

12 Jun 02:00
c243137
Compare
Choose a tag to compare

What's Changed

  • !fix(orderby): use BuildOptions instead of allowedColumns by @cnlangzi in #46
  • feat(string): added nullable String/Null for sql/json by @cnlangzi in #47

Full Changelog: v1.5.0...v1.5.1

v1.5.0

29 Apr 08:02
f7859c0
Compare
Choose a tag to compare

What's Changed

  • fix(connector): added Connector interface by @cnlangzi in #43
  • fix(time): added nullable Time with better json support by @cnlangzi in #44
  • !feat(dtc):renamed Context and added DTC by @cnlangzi in #45

Full Changelog: v1.4.6...v1.5.0

v1.4.6

23 Apr 15:22
6f57b8a
Compare
Choose a tag to compare

What's Changed

  • fix(sqlbuilder): fixed WithWhere/WithOrderBy for empty builder by @cnlangzi in #39
  • fix(shardid): implement json.Marshaler and json.Unmarshaler on ID by @cnlangzi in #40
  • fix(shardid): use string instead of int64 in id json Marshaler/Unmarshaler by @cnlangzi in #41
  • fix(tx): added context in tx.QueryBuilder and tx.QueryRowBuilder by @cnlangzi in #42

Full Changelog: v1.4.5...v1.4.6

v1.4.5

20 Apr 12:48
665c28e
Compare
Choose a tag to compare

What's Changed

  • fix(sqlbuilder): added nil checking in WithWhere and WithOrderBy by @cnlangzi in #37
  • fix(db): fixed StmtMaxIdleTime and time.After issues by @cnlangzi in #38

Full Changelog: v1.4.4...v1.4.5

v1.4.4

19 Apr 02:52
cdc4abe
Compare
Choose a tag to compare

What's Changed

  • fix(sqlbuilder): added WithWhere by @cnlangzi in #35
  • fix(query): added LimitResult/LimitOption/NewOrderBy/WithOrderBy by @cnlangzi in #36

Full Changelog: v1.4.3...v1.4.4

v1.4.3

12 Apr 01:51
c2510fe
Compare
Choose a tag to compare

What's Changed

  • fix(rows): fixed close issue when it fails to build stmt by @cnlangzi in #33
  • fix(orderby): improved OrderByBuilder for api input by @cnlangzi in #34

Full Changelog: v1.4.2...v1.4.3

v1.4.2

10 Apr 03:25
91ead50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

09 Apr 03:34
65ab358
Compare
Choose a tag to compare

What's Changed

  • fix(db): Multi-DHTs support and stmt reuse bug by @cnlangzi in #31

Full Changelog: v1.4.0...v1.4.1

v1.4.0

06 Apr 15:06
2acb436
Compare
Choose a tag to compare

What's Changed

  • feat(shardid): added HashRing with consistent hashing for sharding by @cnlangzi in #30

Full Changelog: v1.3.2...v1.4.0