Eduardo Mosko

Results 3 issues of Eduardo Mosko

Alternative version of #3287 in what I believe is a less "hacky" way. It respects the precedence of "column" overrides over "db_type" overrides, since the former is more specific. closes...

### Version 1.27.0 ### What happened? The config parameter `go_struct_tag` works as expected when overriding a column, but not when overriding a type. With the attached config, I hoped that...

bug
:books: postgresql
:wrench: golang
:computer: linux

So, I was developing a homebrew game, but the inability to reload the whole ROM with a hotkey was making the iteration time slower that it could have been, so...