fraenky8 / tables-to-go

convert your database tables to structs easily
MIT License
233 stars 42 forks source link

ISSUE-25: Add column aliases to MySQL SELECT statements #26

Closed fraenky8 closed 4 years ago

fraenky8 commented 4 years ago

Because of MySQL 8 the implementation of information_schema changed to UPPER_CASE.

This PR fixes #25 .