jet icon indicating copy to clipboard operation
jet copied to clipboard

Type safe SQL builder with code generation and automatic query result data mapping

Results 73 jet issues
Sort by recently updated
recently updated
newest added

Adds GENERATE_SERIES function https://www.postgresql.org/docs/current/functions-srf.html I could also add the GENERATE_SUBSCRIPTS function but it has to wait for array expressions https://github.com/go-jet/jet/pull/380.

**Is your feature request related to a problem? Please describe.** It should not be necessary to wrap values that are being used for comparisons. Here is what the code currently...

Hello, I'm working on support for arrays in go-jet. I was wondering if this is a feature that is considered in the long run and if it maybe merged into...