Skip to content

Version 1.0.0-alpha.5

Latest
Compare
Choose a tag to compare
@si3nloong si3nloong released this 20 Apr 04:24
· 35 commits to main since this release

Summary

  • Update documentation
  • BREAKING CHANGE of update config settings, including rename of setting key
  • Update installation path using go install
  • Bump dependencies
  • It always unquote identifier by default, but can be enable using config
  • Fix bug of generated _getTableSQL statement
  • Fix bug of generated INSERT INTO statement
  • Fix bug of postgres generated code
  • Fix INSERT and INSERT INTO argument number is not start from 1 but 0
  • Fix code generation ignore source path with suffix of *
  • Fix sqlgen stop generate when the input file has error

Full Changelog: v1.0.0-alpha.4...v1.0.0-alpha.5