Insert statement and read-only properties

If you define a property in the mapping class as read-only by creating only its getter it will discard the data when inserting a new item in the database. The data of the property will be NULL in t...

Id #11558 | Release: None | Updated: Nov 9 2008 at 9:53 PM by activa | Created: Nov 4 2008 at 9:38 AM by BjornB

Using OrderedBy with Range (descending) on CSList has error in SQL syntax

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DESClimit 7' at line 1 myReviewList = Review.List().Range(Con...

Id #11546 | Release: None | Updated: Nov 3 2008 at 6:25 PM by activa | Created: Oct 31 2008 at 8:35 PM by veector

Native LINQ support

Currently, CoolStorage.NET lists implement the IEnumerable<T> interface, so they work with LINQ queries, but this is not a full LINQ provider. CoolStorage.NET should support a full LINQ provider w...

Id #10263 | Release: None | Updated: Feb 18 at 10:58 AM by andrewrimmer | Created: May 29 2008 at 9:58 PM by activa

Problem with binding dotted member names

CoolStorage has a problem if you use a dotted name (like SomeProperty.SomeOtherProperty) if it involves a list (say in a gridview). This turned out to be the way GetItemProperties() was implemente...

Id #7907 | Release: None | Updated: Oct 22 2007 at 12:33 PM by dlayne | Created: Oct 22 2007 at 12:33 PM by dlayne

Is it possibile to make CSObjects serializable for WebServices use?

Hello, since CoolStorage objects are 100% disconnected objects (i.e. stateless), it would be interesting to make them serializable in order to easily use them when building web services. Right now,...

Id #7001 | Release: None | Updated: Jun 17 2008 at 6:07 AM by neguso | Created: Sep 21 2007 at 9:58 AM by TBPrince

Support for Firebird Database

Native support for probably the best open source database

Id #6104 | Release: None | Updated: Dec 6 2008 at 9:06 PM by wmeyer | Created: Sep 6 2007 at 9:45 AM by mgonvi

CSList.Find(PropertyDescriptor,key)

Currently next method is not supported in CSList(): public int Find(PropertyDescriptor property, object key) { throw new NotSupportedException(); }

Id #5675 | Release: None | Updated: Aug 29 2007 at 10:13 AM by activa | Created: Aug 29 2007 at 10:13 AM by activa

Allow disconnected CSObject objects

It should be possible to use mapped objects in disconnected mode (useful for web services)

Id #3178 | Release: None | Updated: May 7 2008 at 4:52 PM by jeremy_bell | Created: Jul 19 2007 at 1:33 PM by activa

Change of table mapping at run-time

Hello, it would be useful if one could change table mapped to a specific CSObject at run-time. I know this can be done *before* first initialization (otherwise an exception will be generated which...

Id #3162 | Release: None | Updated: Mar 12 2008 at 7:39 PM by activa | Created: Jul 18 2007 at 8:45 AM by TBPrince

Mono support

CoolStorage.NET currently works fine in Mono, but database drivers have to be added for SQL Server, MySql, SQLite and Oracle

Id #2885 | Release: None | Updated: Mar 12 2008 at 7:39 PM by activa | Created: Jul 12 2007 at 7:28 AM by activa