Open carl-berg opened 4 years ago
Seems like the issue might have been an issue with the sql inside the script but this was the resulting error which could be confusing
What do you think is wrong with transactionManager.singleTransaction
getting initialized with Parameters.Optional(new InputBool("transaction-per-script", ""), false)
?
Ah now I see! 😅
Looks good!
Any idea on the other issue with This SqlTransaction has completed; it is no longer usable.
exception when running bad sql?
I'll look into it someday!
A few times we've run into an issue where GWM fails to migrate up in azure:
also when digging into this i found that
TransactionManager.singleTransaction
gets initialized withParameters.Optional(new InputBool("transaction-per-script", ""), false)
which seems seem wrong? I don't know if it's related at all but maybe something that can be looked into.