Skip to content

Releases: smallnest/gen

v0.9.17

30 Jun 19:59
1470bbb
Compare
Choose a tag to compare
  • v0.9.17 (06/30/2020)
    • Template loading changes to better report error in template
    • Added option to run gofmt on output directory

v0.9.16

29 Jun 04:22
66949b7
Compare
Choose a tag to compare
  • v0.9.16 (06/29/2020)
    • Fixes to router.go.tmpl from calvinchengx
    • Added postgres db support for inet and timestamptz

v0.9.15 (06/23/2020)

23 Jun 20:44
2259153
Compare
Choose a tag to compare
  • v0.9.15 (06/23/2020)
    • Code cleanup using gofmt name suggestions.
    • Template updates for generated code cleanup using gofmt name suggestions.

v0.9.14

23 Jun 18:34
a5db678
Compare
Choose a tag to compare
  • v0.9.14 (06/23/2020)
    • Added model comment on field line if available from database.
    • Added exposing TableInfo via api call.

v0.9.13

22 Jun 21:16
fdad24b
Compare
Choose a tag to compare
- fixed closing of connections via defer
- bug fixes in sqlx generated code

v0.9.12

14 Jun 20:12
cb260ad
Compare
Choose a tag to compare
  • v0.9.12 (06/14/2020)
    • SQLX changed MustExec to Exec and checking/returning error
    • Updated field renaming if duplicated, need more elegant renaming solution.
    • Added exclude to test.sh

v0.9.11

13 Jun 14:50
978f726
Compare
Choose a tag to compare
  • v0.9.11 (06/13/2020)
    • Added ability to pass field, model and file naming format
    • updated test scripts
    • Fixed sqlx sql query placeholders

v0.9.10 (06/11/2020)

11 Jun 17:52
7a2a665
Compare
Choose a tag to compare
  • v0.9.10 (06/11/2020)
    • Bug fix with retrieving varchar length from mysql
    • Added support for mysql unsigned decimal - maps to float

v0.9.7

09 Jun 19:33
578f51c
Compare
Choose a tag to compare
  • v0.9.7 (06/09/2020)
    • Added grpc server generation - WIP (looking for code improvements)
    • Added ability to exclude tables
    • Added support for unsigned from mysql ddl.
  • v0.9.6 (06/08/2020)
    • Updated SQLX codegen
    • Updated templates to split code gen functions into seperate files
    • Added code_dao_gorm, code_dao_sqlx to be generated from templates
  • v0.9.5 (05/16/2020)
    • Added SQLX codegen by default, split dao templates.
    • Renamed templates