Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
capaj
Explore posts from servers
K
Kysely
DT
Drizzle Team
T
Twenty
Posts
Comments
DT
Drizzle Team
•
Created by capaj on 4/7/2024 in
#help
query builder AND returns undefined
Lovely, thanks @Mykhailo
6 replies
K
Kysely
•
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
K
Kysely
•
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
K
Kysely
•
Created by capaj on 11/24/2023 in
#help
Error this query cannot be compiled to SQL
13 replies