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: Fri at 3:02 PM by ctacke | Created: Fri at 3:02 PM by ctacke

Feature: SqlLite support for CompactFramework

OpenNetCF.ORM supports sql lite for Android, and WinPhone, but not Compact Framework. Can this be resolved?

Id #32691 | Release: None | Updated: Fri at 2:50 PM by ctacke | Created: May 10 at 3:49 PM by Koystinen

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: Jan 26 at 4:41 PM by ctacke | Created: Jan 26 at 4:41 PM by ctacke

Feature Request: Full SQL Server implementation

How about a full SQL Server (i.e. not SQL Compact) implementation?

Id #31878 | Release: None | Updated: Dec 2 2011 at 3:03 PM by ctacke | Created: Dec 2 2011 at 3:03 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: Dec 2 2011 at 3:02 PM by ctacke | Created: Dec 2 2011 at 3:02 PM by ctacke

Feature Request: Add Transaction support

I need this on a current project, so look for it in a future release.

Id #31316 | Release: None | Updated: Aug 25 2011 at 7:11 PM by ctacke | Created: Aug 25 2011 at 7:11 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 sa...

Id #30222 | Release: None | Updated: Tue at 7:46 AM 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: Apr 19 at 6:57 AM by olegber1 | Created: Jan 6 2011 at 5:59 PM by ctacke

Feature Request: Add EffiProz support

The EffiProz data engine supports SQL and works on the desktop, CE, WinPhone and even MonoTouch, so getting an implementation would make the ORM way, way more portable and useful.

Id #29846 | Release: None | Updated: Feb 9 at 10:43 AM by duarteM2u | Created: Dec 24 2010 at 5:14 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 9 at 10:43 AM by duarteM2u | Created: Dec 15 2010 at 1:36 AM by ctacke