SharpTools / sharpdata

An awesome ORM for querying and modifying databases
MIT License
11 stars 6 forks source link

Data type for SQL Server for DbType.String #10

Closed beppler closed 5 years ago

beppler commented 6 years ago

On DbTypes x SqlServer is documented that the types generated for DbType.String are the following:

Based on SQL Server Data Type Mappings the type used for String should be:

The mediumtext datatype does not exist on SQL Server and ntext datatype is deprecated, but should be used if SQL Server is version 2005 or older.

beppler commented 6 years ago

I've created a project fork at https://github.com/mpsinfo/sharpdata that contains this update.

beppler commented 5 years ago

Resolved by #19.