Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 1.15 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.15 KB

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