Search found 8 matches

by JonasJ
Wed 17 Mar 2010 08:28
Forum: Entity Framework support
Topic: Boolean values
Replies: 6
Views: 2011

I'm pretty sure you can't (unless you creata a queryview, but they have their own limitations).
by JonasJ
Wed 03 Mar 2010 16:01
Forum: Entity Framework support
Topic: Table per concrete type & associations
Replies: 1
Views: 1606

Table per concrete type & associations

In my model I have a number of entities that all reference the same table.
Is there a way to move this association to a base class using TPC inheritance?
(If so, how?)
by JonasJ
Fri 19 Feb 2010 08:23
Forum: LinqConnect (LINQ to SQL support)
Topic: Unit tests using NUnit & Devart's LINQ to SQL ?
Replies: 4
Views: 1971

.NET use the configurations file for the "main" assembly, in this case your test project. That config doesn't contain your connectionstring.
by JonasJ
Thu 18 Feb 2010 09:56
Forum: Entity Framework support
Topic: Odd storage model entity key selection
Replies: 1
Views: 1502

Odd storage model entity key selection

Hi!
When drag-dropping tables from database explorer to the design surface in Devart Entity Developer 2.80.89.0 (Devart dotConnect for Oracle 5.55.97.0) all non-nullable columns are marked as entity keys in both the storage and conceptual model.

Shouldn't only the primary key columns be marked as entity keys?
by JonasJ
Mon 04 Jan 2010 15:20
Forum: Entity Framework support
Topic: different behaviour in direct=false mode
Replies: 10
Views: 4536

Thanks for your quick answer!
by JonasJ
Mon 04 Jan 2010 13:28
Forum: Entity Framework support
Topic: different behaviour in direct=false mode
Replies: 10
Views: 4536

I am also experiencing this error when working with an Orcale 9 dbms. Due to load balancing direct mode is not an option.

Any chance you can post or mail me the answer?
by JonasJ
Wed 02 Dec 2009 12:50
Forum: Entity Framework support
Topic: Invalid SSDL generation [Number(1)]
Replies: 4
Views: 2436

AndreyR wrote:Do you need Bool with default value true or SByte with default value 3?
SByte with default value 3
by JonasJ
Wed 25 Nov 2009 09:27
Forum: Entity Framework support
Topic: Invalid SSDL generation [Number(1)]
Replies: 4
Views: 2436

Invalid SSDL generation [Number(1)]

When generating a storage model in "entity developer for dotConnect" from Oracle 9, a column of type "NUMBER(1) DEFAULT 3 NOT NULL" gets added as boolean with default value 3.
It is easy to correct this by editing the SSDL but it cannot be correct behavior.