-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi there,
I am using the dbup cli on a large project which works fine for the most part. I am using the option to run each script inside its own transaction.
I've just come across a problem, one of our scripts is required to run outside of a transaction. From what I can tell, my options are:
- Run without transactions and add the transaction boilerplate to each script. Kind of annoying to have to change for just 1 script, because the current setup works fine for the rest of our scripts.
- Put the "non-transaction" scripts in another folder and run them separately - only problem is that some of the transaction scripts may depend on the "non-transacton" scripts.
Any ideas or workarounds? FYI the statement that cannot go inside a transaction is for SQL Server:
CREATE FULLTEXT CATALOG ...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels