Andy Wermke

Results 449 comments of Andy Wermke

Hmm. The poll suggests creating a block for it, but due to a really bad timing (NYE) participation was extremely bad. I guess we should nevertheless just create new block....

PS: Increasing the version number might make sense, too... ;)

@iknite Does it already work with `extends:`? Didn't even know that there is such a thing.

Cool. Might be a good idea to add that to the README.

Hey @twk. Currently you cannot auto-camel-case column names. It's an interesting idea, though.

Hey @brandonchinn178. Absolutely – thanks for sharing! I thought about it before, but didn't create an issue yet. Just one addition to the second code snippet: Passing an empty string...

Ohh, man, I didn't think about postguard when I wrote that, tbh. Makes perfect sense, but I don't have an immediate approach to solve that at hand either…

Thanks for sharing! A few thoughts of mine: 1. What do we need `sql.fmt` for – what would be the reason to not just use the `sql` tag? In my...

1. Postguard walks the AST, so we can handle all kinds of structures and also use information from parent expressions. So I think it really just comes down to a...

The thing is that right now the types you define in your schema are really just to produce the right TypeScript types, make fields optional if a default value exists,...