Skip to content

v1.3.1

Latest
Compare
Choose a tag to compare
@hernanhrm hernanhrm released this 22 Sep 16:37
· 12 commits to main since this release

New

  1. Configuration to use UUID instead of uint for the ID field. In the wizard-config.yaml we can pass the id_type field to indicate that we want to use UUID
  2. Configuration to use UNIX instead of time.Time for the created_at and updated_at field. In the wizard-config.yaml we can pass the time_type field to indicate that we want to use UNIX
  3. Now we support the v1.0.0 version of the db-query-builder package to manage the nulls when inserting or updating
  4. BollToNull handler when inserting or updating

Ref

  1. The string parser helper functions now concatenates with a buffer.WriteString instead of using the += operator`