uptrace / bun

SQL-first Golang ORM
https://bun.uptrace.dev
BSD 2-Clause "Simplified" License
3.46k stars 206 forks source link

fix(table): allow alt annotation #956

Closed emileFRT closed 3 months ago

emileFRT commented 5 months ago

fix #954 by setting/asserting the alternative field name option as alt instead of "alias" (in fields options) which was probably a typo in the first place, i also added a corresponding test