Christian Edward Jackson-Gruber
Christian Edward Jackson-Gruber
Also ARRAY types (`TEXT[]`) and JSON/JSONB aren't supported.
An alternative would be a list of paths or globs to ignore.
Instead of os.RemoveAll(schemaPath) [here](https://github.com/go-jet/jet/blob/8667bca8fc898299b72102bd1564c8c4fbd5af3c/generator/template/process.go#L29) we could do something along the lines of: ``` func deleteIf(rootPath string, shouldDeleteFn func(path string) (bool, error)) error { // Add appropriate error handling and maybe...
I've now renamed methods to avoid this issue, and not actually useful renames. Please consider supporting function overload targeting, especially since not all overloads are the result of defaults, but...