Make the delimiter between scripts in a file optional, i.e. the default should be set by the provider typically ; (semi-colon) but it should be possible to make it optional.
The reason being that ; can often be used inside a script e.g. a stored procedure or function, and DbUp does not do SQL parsing. This is an easy way to fix that.
It would be best if this could be done pr. script - but that is a nice-to-have
Make the delimiter between scripts in a file optional, i.e. the default should be set by the provider typically ; (semi-colon) but it should be possible to make it optional.
The reason being that ; can often be used inside a script e.g. a stored procedure or function, and DbUp does not do SQL parsing. This is an easy way to fix that.
It would be best if this could be done pr. script - but that is a nice-to-have