Trying to knock down some bugs that were discovered after the 2.0 release. More fixes coming, particularly in the area of database default values, but I wanted to make sure something got checked in sooner rather than later.
In addtion to the work items, there are a few other changes included. Since I can't seem to convice Rob that we should just use the Sql Server Database Publishing Toolkit, which totally rocks, I've made some fixes to the database scripter. In addition to being a bit faster, it now properly supports binary data types. Also, I've added a DatabaseVersion property to DataProvider which can be used to determine, believe it or not, the database version. Right now, it's only returning valid information for SQL Server versions, but it will be multiprovider in the future.
Fixes
Download