[BUG]: ValidationException: Multistatements aren't supported. Driver: aws-data-api #4252
Open
1 task done
Labels
bug
Something isn't working
Report hasn't been filed before.
What version of
drizzle-orm
are you using?0.39.3
What version of
drizzle-kit
are you using?0.30.4
Other packages
No response
Describe the Bug
When changing a primary key on a table the command will fail because AWS Serverless V2 does not support multistatements when using
drizzle-kit push
It failed in this Pg Convertor
Even though the return statement uses the
BREAKPOINT
token to split this query into two statements. It doesn't seem to work and throws the following error.There also appears to be an issue where if you have more than two columns in your primary key, it always wants to drop and recreate your constraint, but that's a separate issue that I'll look into more before reporting properly
The text was updated successfully, but these errors were encountered: