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?
https://kyse.link/?p=s&i=SD8v0Fo6NqqCrPEXMbx1 That's obviously not what I meant
8 replies
KKysely
Created by kika on 6/25/2023 in #help
.withSchema() and raw SQL
when doing sql <ReturnType> SELECT some_function(param);.execute(db) the function is not found because it doesn't exist in the public schema, although db was created with .withSchema('myschema'). If I change the call to SELECT myschema.some_function(param);.execute(db) it still doesn't work, because the function references tables in myschema
8 replies