Erik Pettis

Results 6 issues of Erik Pettis

Currently, `mage` will fail if you try to run it multiple times at the same time in the same directory. It will clobber the `mage_output_file.go` it writes. This can be...

:rocket: future-maybe

resolves #86 In MySQL, the DATA_TYPE column contains only the basic type of the column. The COLUMN_TYPE column provides a more detailed explanation of the column's type, including "unsigned" for...

I'm not 100% sure what the equivalent is for Postgres, but the problem that prompted this issue doesn't exist there. In MySQL, numeric columns can be unsigned. Unfortunately, the DATA_TYPE...

When setting Params in `gnorm.toml`, `gnorm gen` prints a warning. This warning comes from `BurntSushi/toml`'s `MetaData.Undecoded()`: https://github.com/gnormal/gnorm/blob/master/cli/parse.go#L38-L41 The warning should be suppressed because Params is designed to be a bag...

bug

The `strings.Index` func added to the func map in `environ/funcs.go` overwrites the `text/template` `index` func, making some operations impossible.

bug

When a required parameter isn't given, all that's printed is `Error: incorrect usage`. It would be helpful if we could print the missing param(s) when that is the cause of...