TEXT is not a valid datatype for SQL Compact 4.0

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
sdbcs
Posts: 1
Joined: Tue 11 Dec 2012 18:16

TEXT is not a valid datatype for SQL Compact 4.0

Post by sdbcs » Tue 11 Dec 2012 18:25

Moin,

using version 4.7.313 of EntityDeveloper I've built a model and selected "Update database from model" to create the new storage for a SQL Compact 4.0 database. Unfortunately the SQL script tries to use TEXT as a type for a table column. TEXT does not appear to be supported by SQL Compact 4.0. The model property is of type string. Is this a bug or might I doing something wrong ?

-Stefan

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: TEXT is not a valid datatype for SQL Compact 4.0

Post by Shalex » Mon 17 Dec 2012 14:43

Thank you for the report. We have reproduced the issue and are investigating it.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: TEXT is not a valid datatype for SQL Compact 4.0

Post by Shalex » Wed 26 Dec 2012 13:03

The bug with generating a database type for the string property of a class is fixed in the latest (5.0.9) build of Entity Developer.

Post Reply