go-jet

Results 152 comments of go-jet

Hmm, you're right `RawBool` is missing. Use `BoolExp(Raw("info ->> 'version' > excluded.info->>'version'")` instead. `RawBool` is just a short hand notation of `BoolExp(Raw())`.

Either is fine. I guess it can be left open for now, until the official release tag. Just in case someone else is in search of this functionality.

Next release should be in April. You can already use this feature. It is merged to master.

Support added in v2.10.0 release - [wiki](https://github.com/go-jet/jet/wiki/FAQ#how-to-use-jet-in-multi-tenant-environment)

Other, more prioritized features pushed this one out of previous releases, but I guess it can go with a the next release.

`Rows` is now exposed on master branch.

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

It's not planned for the next release. Although you should be able already to use MS SQLServer or any other unsupported database with jet, using [RawStatement](https://github.com/go-jet/jet/wiki/Statements#raw-statements) and [custom model types](https://github.com/go-jet/jet/wiki/Query-Result-Mapping-(QRM)#custom-model-types).

Hi @developer2346 , Yeah, it is possible, check the wiki: https://github.com/go-jet/jet/wiki/Query-Result-Mapping-(QRM)#custom-model-types https://github.com/go-jet/jet/wiki/FAQ#scan-stopped-working-after-naming-a-destination-type