Skip to content

Releases: yaitoo/sqle

v1.5.4

01 Dec 08:12
8a1c74b

Choose a tag to compare

What's Changed

  • feat(docs): added AGENTS.md for AI Agent by @cnlangzi in #53
  • fix(migrate): improve migration status detection and prevent checksum conflicts by @cnlangzi in #54
  • fix(binder): normalize db tags by @cnlangzi in #55

Full Changelog: v1.5.3...v1.5.4

v1.5.3

05 Sep 01:44
9bad96e

Choose a tag to compare

What's Changed

  • fix(migrate): fixed duckdb syntax issue by @cnlangzi in #50
  • chore(docs): specify syntax highlighting language for code blocks by @domust in #51
  • fix(bool): fixed driver.Value issue on bool by @cnlangzi in #52

New Contributors

Full Changelog: v1.5.2...v1.5.3

v1.5.2

12 Dec 03:39
fe93ae7

Choose a tag to compare

What's Changed

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

v1.5.1

12 Jun 02:00
c243137

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

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

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

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

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

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

Choose a tag to compare

What's Changed

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