capaj
capaj
Explore posts from servers
DTDrizzle Team
Created by capaj on 4/7/2024 in #help
query builder AND returns undefined
Lovely, thanks @Mykhailo
6 replies
KKysely
Created by capaj on 11/24/2023 in #help
Error this query cannot be compiled to SQL
no worries, DDL queries are quite an edgecase for most query builders
13 replies
KKysely
Created by capaj on 11/24/2023 in #help
Error this query cannot be compiled to SQL
I the end I went with
await sql
.raw(`ALTER SCHEMA "${current.subdomain}" RENAME TO "${subdomain}"`)
.execute(trx)
await sql
.raw(`ALTER SCHEMA "${current.subdomain}" RENAME TO "${subdomain}"`)
.execute(trx)
13 replies
KKysely
Created by capaj on 11/24/2023 in #help
Error this query cannot be compiled to SQL
No description
13 replies