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

DbUp/dbup-sqlce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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