kika
kika
Explore posts from servers
KKysely
Created by kika on 6/26/2023 in #help
How to inject parentheses in the generated arithmetic expression?
thanks!
8 replies
KKysely
Created by kika on 6/25/2023 in #help
.withSchema() and raw SQL
The ugly workaround is to call the function with explicit schema specification in function name and types (if necessary) and do SET search_path TO myschema in the function itself
8 replies
KKysely
Created by kika on 6/25/2023 in #help
.withSchema() and raw SQL
I think I understand that .withSchema() modifies the query that the QueryBuilder builds and if the query was not built with QB, .withSchema() is a NOOP. But I found no way to build a SELECT random(); query with Kysely Query Builder
8 replies