go-jet

Results 92 comments of go-jet

Fixed in [Release v2.11.0](https://github.com/go-jet/jet/releases/tag/v2.11.0).

Yeah, jet generator only introspects single schema. I did a quick test with types from different schema (enum and foreign key) and it seems to work. The only thing noticed...

I think you misunderstood me. I don't see any meaningful issues with using Jet in a multi-schema environment. The only problem I encounter is that if an enum is used...

Yeah, I agree. The fix would probably break some builds, but it is better to be safe. In the meantime, you can use [generator customization](https://github.com/go-jet/jet/wiki/Generator#generator-customization) to change model types.

Incremental filing at the moment is unspecified. `QRM` will append to non-empty array, but it will not try to group result set into existing array elements(it will create a new...

> I don't want to repeat sql queries for each db version and dialect (for example using sqlx) and I need complex query composition (I cannot use gorm for example)....

Hi @amanbolat, Could you share a pseudo code how you intended to use them.

Aha, I see. It makes sense.