Skip to content

Releases: go-gorm/gen

v0.3.28

02 Jun 02:43
576fcbe

Choose a tag to compare

What's Changed

  • feat: rm the call Model method from the update interface by @qqxhb in #1282
  • fix: ignore tabel by @qqxhb in #1288
  • chore(deps): bump gorm.io/plugin/dbresolver from 1.5.0 to 1.5.3 in /tests by @dependabot[bot] in #1214
  • chore(deps): bump gorm.io/plugin/dbresolver from 1.5.0 to 1.5.3 by @dependabot[bot] in #1215
  • feat: fix scan type nil by @qqxhb in #1315
  • fix: fix generation of DAO objects with cycles by @lloyd-juicelabs in #1279
  • feat: fix Returning model by @qqxhb in #1324
  • Refactor DO methods to use prepareTx for transaction consistency by @tonyd3 in #1369
  • feat: ignore nil AssignExpr by @ninoY25 in #1359
  • fix: query read/write db by @qqxhb in #1396
  • docs: fix typo in documentation by @benwrk in #1356
  • feat: support skip impl generation by @WqyJh in #1350
  • refactor: refactor funcs with generics by @tr1v3r in #1123
  • feat: add attribute column to field by @qqxhb in #1398
  • fix: stabilize index tag order by @qqxhb in #1430
  • fix: UpdateColumnSimple should not update updated_at by @qqxhb in #1431
  • fix: backfill delete returning results by @qqxhb in #1432
  • feat: add Query.UnderlyingDB by @qqxhb in #1433
  • feat: default tag for zero values by @qqxhb in #1434
  • fix: support variadic parameters in custom SQL interface methods by @qqxhb in #1436
  • fix: correct bind index generation for parameterized SELECT expressions in PostgreSQL by @StrangeYear in #1428
  • feat: add ValuerNumber for valuer arithmetic by @qqxhb in #1437
  • feat(gentool): add fieldWithDefaultTag option by @qqxhb in #1438
  • feat: skip batch insert when unique index exists by @qqxhb in #1440
  • Make clause security check pluggable by @qqxhb in #1442
  • Support zero-arg method calls in DIY SQL params by @qqxhb in #1444
  • Expose Desc/Asc on Expr interface by @qqxhb in #1445
  • feat: add Tag field to field meta by @weilence in #1426
  • fixed issue with multi-line table comments by @sergesheff in #1429
  • docs: improve README quickstart by @qqxhb in #1448
  • feat: incremental generation manifest by @qqxhb in #1449
  • feat: structured diagnostics for interface SQL parsing by @qqxhb in #1450
  • feat: diagnostic codeframe and stable codes by @qqxhb in #1451

New Contributors

Full Changelog: v0.3.27...v0.3.28

v0.3.27

15 Apr 07:13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.26...v0.3.27

tools/gentool/v0.0.1

11 Apr 18:06
536bc26

Choose a tag to compare

What's Changed

  • fix: install gentool with separated tag by @tr1v3r in #1127

Full Changelog: v0.3.26...tools/gentool/v0.0.1

v0.3.26

10 Apr 12:13
435433a

Choose a tag to compare

What's Changed

  • fix: add import pkg paths to single query files (#1032) by @Nomango in #1038
  • feat: add prefix "gent_test" for test global var by @tr1v3r in #1060
  • fix: remove assert code when result param is empty by @tr1v3r in #1062
  • fix!: method Filed should be Field by @neo-f in #1089
  • feat: empty tag value by @qqxhb in #1110
  • style(field): use CONCAT with upper cases by @ch3nnn in #1104
  • style(field): simplify range expression by @iluyuns in #1112

New Contributors

Full Changelog: v0.3.25...v0.3.26

v0.3.25

12 Jan 03:10

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.24...v0.3.25

v0.3.24

04 Dec 08:54
a22f420

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.23...v0.3.24

v0.3.23

11 Jul 09:06
c229eb9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.22...v0.3.23

v0.3.22

19 Apr 05:00
323c766

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.21...v0.3.22

v0.3.21

02 Feb 12:42
c5b4756

Choose a tag to compare

What's Changed

  • feat:DIY SQL support return sql.Result/sql.Row/sql.Rows by @idersec in #752

Full Changelog: v0.3.20...v0.3.21

v0.3.19

06 Jan 06:08
adde295

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.18...v0.3.19