goqu
goqu copied to clipboard
Uint is reduced to int
Describe the bug uint is converted to int which results in the number -1 https://github.com/doug-martin/goqu/blob/31d438d38230118d377f11cfaad9627aa3a23864/sqlgen/expression_sql_generator.go#L148
Expected behavior uint cast to uint64
Dialect:
- [ ] postgres
- [x] mysql
- [ ] sqlite3