Skip to content

Latest commit

 

History

History
203 lines (77 loc) · 5.73 KB

CHANGELOG.md

File metadata and controls

203 lines (77 loc) · 5.73 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Bug Fixes

  • fix(builder): EachStructField fix (1b71e9b)

Bug Fixes

  • fix(builder): loc pollution fix (ad35502)

Bug Fixes

  • fix(builder): reflectx should use x/reflect (7d69bea)

Bug Fixes

  • fix(builder): TableFiels should store loc of model value (41843c2)

Bug Fixes

  • fix revert expr from context (8c9f485)

Bug Fixes

  • fix(connectors/postgresql): should have blank before index def (b2601de)

Features

Features

  • feat bump to golang 1.17 and deps updates (17fcb58)

Bug Fixes

  • fix should ignore deprecated field value (9d393eb)

Bug Fixes

  • fix should ignore deprecated field value (acdc920)

Bug Fixes

  • fix should UnwrapAll before db err check. (6503ee0)

Bug Fixes

  • fix driver connect issue when ctx pass may be cancel (da0dbe4)

Features

Bug Fixes

  • fix(pg): avoid gen invalid cmd (42e911f)

Bug Fixes

  • fix(migration): create table should dry run (93c0b30)

Bug Fixes

  • fix(pg): default number should be with quote and dataType (4c0575b)

Bug Fixes

Bug Fixes

  • fix(migration): log prev default value (1cce629)

Features

  • feat migration enhancement (1fa4a9e)

Bug Fixes

  • fix enhance GetColumnName (d7074af)

Features

  • feat alias tag for table join rename (fc2ed04)

Bug Fixes

  • fix(builder): fieldValue fix (ab91aec)

Bug Fixes

  • fix(builder): only struct could be visited (ef21879)

Features

  • feat support scan joined values (f160fe4)