/dbup-sqlce

[EOL] SqlCe provider for DbUp

Primary LanguageC#MIT LicenseMIT

GitHub Workflow Status (branch) NuGet NuGet Prerelease

DbUp SQL CE Support

Warning

This provider is End of Life and will no longer be maintained or supported.

Microsoft ended extended support in July 2021.

Known Issues / Quirks

Semi-colon Delimiter in multi statement scripts

The delimiter in a multi statement script should be on a new-line. I.e:

ALTER TABLE "MyTable" ADD "foo" int default null
;

ALTER TABLE "MyTable" ADD "bar" int default null
;

Development

For successful unit testing install