Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
-
Patch
Description
For use by database/sql the generated code needs:
1. Generated enums need to implement sql.Scanner and driver.Valuer
2. Struct fields need db: annotations with the original field names.