Skip to content

Releases: KeenMate/db-gen

v0.2.1

31 Dec 15:16
Compare
Choose a tag to compare
fix incorrect printing of errors

v0.2.0

31 Dec 15:08
Compare
Choose a tag to compare
  • Add local config override (with local. prefix)

Full Changelog: v0.1.6...v0.2.0

v0.1.6

27 Dec 09:59
Compare
Choose a tag to compare
  • Temp files are now saved to os specific temp folder

v0.1.5

27 Dec 09:52
Compare
Choose a tag to compare
  • Fix creation of temp files with incorrect permissions

v0.1.4

27 Dec 09:34
Compare
Choose a tag to compare
  • Add connectionString argument to override connection string get in configuraion file

Full Changelog: v0.1.3...v0.1.4

v0.1.3

27 Oct 15:52
Compare
Choose a tag to compare
  • Remove SkipModelGenForVoidReturns option from config
  • Add GenerateProcessorsForVoidReturns

Full Changelog: v0.1.2...v0.1.3

v0.1.2

27 Oct 14:55
Compare
Choose a tag to compare
  • Add ./db-gen/db-gen.json and ./db-gen/config.json as default config locations

v0.1.1

26 Oct 11:14
Compare
Choose a tag to compare
  • Add db-gen version command that print current version
  • Embed version to binary to allow checking of version in future

v0.1.0

22 Oct 16:48
Compare
Choose a tag to compare
  • Add fallback type mapping using *
  • OutputFolder is now relative to config
  • Remove outputCamespace, just write it in template instead
  • Allow absolute paths
  • Select case of generated files using GeneratedFileCase
  • Add schema prefix to function names
  • add increment inc function to templates
  • Fix path inconsistency between linux and windows

Full Changelog: v0.0.3...v0.1.0

v0.0.3

22 Oct 09:47
Compare
Choose a tag to compare
  • Add support for changing case using functions in template