Mistake between entities references

Hello, I met some problems using your library. When using something like [Entity(KeyScheme=KeyScheme.Identity)] public class Article { [Field(IsPrimaryKey = true)] public int AutoID { ge...

Id #33389 | Release: None | Updated: Feb 21 at 11:10 PM by ctacke | Created: Nov 21, 2012 at 4:19 AM by hugoterelle

Feature: Add Many to 1 (N:1) relationship support

1:N is supported and working. N:! has a place in the enumeration, but it's not implemented. How about implementing it?

Id #33310 | Release: None | Updated: Feb 21 at 11:10 PM by ctacke | Created: Nov 1, 2012 at 4:46 PM by ctacke

Feature: Add Azure Table Service support

An implementation that uses Azure Table Services would be super cool.

Id #33045 | Release: None | Updated: Feb 21 at 11:10 PM by ctacke | Created: Aug 20, 2012 at 5:34 PM by ctacke

Feature: Nuget package

It'd be very nice if it's possible to reference OpenNETCF.ORM by via a nuget-package

Id #32740 | Release: None | Updated: Mar 24 at 11:19 PM by ATimson | Created: May 22, 2012 at 3:43 AM by Shaddix

Feature: Triggers

Adding support for some for of "trigger" mechanism would be cool. I'm thinking the Store would have a collection of ITrigger instaces and when a store action that met the trigger condition (e.g. U...

Id #32698 | Release: None | Updated: Feb 21 at 11:11 PM by JMBarker | Created: May 11, 2012 at 3:02 PM by ctacke

Issue: Select(fieldName, matchValue) fails on index fields

Using the above overload on a field that is indexed (tested on PK) fails to retrieve the value.

Id #32138 | Release: None | Updated: Feb 21 at 11:11 PM by ctacke | Created: Jan 26, 2012 at 4:41 PM by ctacke

Feature Request: Entity Caching

I'd like the ORM to enable some form of optional, per-entity caching. If I have an entity (table) that contains just a few items and that rarely change (for example a lookup table) then caching th...

Id #31877 | Release: None | Updated: Feb 21 at 11:11 PM by wince | Created: Dec 2, 2011 at 3:02 PM by ctacke

Feature Request: DateTime.MinValue / DateTime.MaxValue Support

I'd like if you integrate support for DateTime.MinValue / DateTime.MaxValue.   Currently i use extension Method like this:   public static class SqlHelper { // SqlCE is supposed to save DateTim...

Id #30222 | Release: None | Updated: Feb 21 at 11:11 PM by Zainal1 | Created: Feb 21, 2011 at 7:20 AM by svbirdy

Feature Request: Composite primary keys

There has been a request for supporting composite primary keys. Right now if mutiple fields are decorated with the PrimaryKey attribute, a MutiplePrimaryKeyException is thrown.

Id #29925 | Release: None | Updated: Feb 21 at 11:11 PM by Centurion | Created: Jan 6, 2011 at 5:59 PM by ctacke

Feature Request: Async methods

It would be nice to have some asynchronous versions of things like Insert and Delete for instances where the caller doesn't necessarily need to wait for the operation to complete.

Id #29755 | Release: None | Updated: Feb 21 at 11:11 PM by rembertonius | Created: Dec 15, 2010 at 1:36 AM by ctacke