MatsSoft ObjectMapper RequestTracker
http://www.npersist.com/RequestTracker/Default.aspx
Feature Request Tracker for MatsSoft ObjectMapper UsersCopyright 2005 by Mats Helanderen-usmats.helander@matssoft.commats.helander@matssoft.comThu, 04 Aug 2005 08:08:00 GMTen-usCopyright 2005 by Mats HelanderThu, 04 Aug 2005 08:08:00 GMTMats HelanderHourly241970-01-01T00:00+00:00
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=13
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=13http://www.npersist.com/Forum/ShowRequest.aspx?RequestID=13ryan petersThu, 04 Aug 2005 08:08:00 GMTryan petersDiscussionObjectMapperFeatureRequestTracker Many Thanks! ]]>1http://www.npersist.com/RequestTracker/rssComments.aspx?RequestID=13
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=11
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=11http://www.npersist.com/Forum/ShowRequest.aspx?RequestID=11Jason HillFri, 15 Apr 2005 23:45:22 GMTJason HillDiscussionObjectMapperFeatureRequestTracker Line 469 of Parser.cs throws an exception "blaa" when I incorrectly use the <> comparison operator instead of !=. Not a major problem although it would have been nice to have a more meaningful exception so that I didn't have to step through the code to see what was going on!!
Cheers,
Jason]]>1http://www.npersist.com/RequestTracker/rssComments.aspx?RequestID=11
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=10
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=10http://www.npersist.com/Forum/ShowRequest.aspx?RequestID=10TOMER DRORWed, 23 Mar 2005 06:47:56 GMTTOMER DRORDiscussionObjectMapperFeatureRequestTrackerI will try to explain what I mean by saying Flat domain model:
My system need to integrate with many database in which each schema is different for example I have a data base which the domain model is represent by the following classes
Class City { int Id string Name }
Class Contact { City city }
what I want to be able to do is to expose a 'universal' contact like the following
Class Contact { string cityName }
and let NPersist do the hard job for me
Thanks.
]]>1http://www.npersist.com/RequestTracker/rssComments.aspx?RequestID=10
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=9
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=9http://www.npersist.com/Forum/ShowRequest.aspx?RequestID=9Fran PregernikSun, 06 Mar 2005 11:43:58 GMTFran PregernikDiscussionObjectMapperFeatureRequestTracker Some databases like Firebird don't approve with "[" brackets that are created in that conversion. I am making an engine for Firebird embedded.
You should think about making this conversion database dependant!]]>5http://www.npersist.com/RequestTracker/rssComments.aspx?RequestID=9
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=8
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=8http://www.npersist.com/Forum/ShowRequest.aspx?RequestID=8Steven MillerMon, 28 Feb 2005 08:43:34 GMTSteven MillerDiscussionObjectMapperFeatureRequestTracker IList list = manager.GetObjects(typeof(SomeClass));]]>1http://www.npersist.com/RequestTracker/rssComments.aspx?RequestID=8
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=7
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=7http://www.npersist.com/Forum/ShowRequest.aspx?RequestID=7Roger JohanssonMon, 28 Feb 2005 07:35:16 GMTRoger JohanssonDiscussionObjectMapperFeatureRequestTracker eg:
]]>0http://www.npersist.com/RequestTracker/rssComments.aspx?RequestID=7
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=6
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=6http://www.npersist.com/Forum/ShowRequest.aspx?RequestID=6Roger JohanssonMon, 28 Feb 2005 07:33:16 GMTRoger JohanssonDiscussionObjectMapperFeatureRequestTracker It is quite common with static tables with just an ID and a Name , such tables could be replaced with an enum.
sample (how it works now)
UserRole role = ctx.getobject(....fetch admin role...); User.Role = role; //assign the admin role to the user
sample (how I want it to work)
User.Role = UserRoles.Admin;
where the userroles enum reflects the contents of the static UserRole table.
This would work also if there was no static table , eg if the User class/table only rely on magic numbers.
//Roger]]>1http://www.npersist.com/RequestTracker/rssComments.aspx?RequestID=6
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=5
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=5http://www.npersist.com/Forum/ShowRequest.aspx?RequestID=5Andreas HÃ¥kanssonSun, 27 Feb 2005 14:09:56 GMTAndreas HÃ¥kanssonDiscussionObjectMapperFeatureRequestTracker2http://www.npersist.com/RequestTracker/rssComments.aspx?RequestID=5
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=3
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=3http://www.npersist.com/Forum/ShowRequest.aspx?RequestID=3Roger JohanssonWed, 23 Feb 2005 05:05:18 GMTRoger JohanssonDiscussionObjectMapperFeatureRequestTracker (pretty much similair to the ExecuteScalar but a complete resultset)
this would to some extent eliminate the need for a Domain Model -> Presentation Model mapper.
I could instead just select readonly data through a query and still have the benefit of separating the query from the DB schema.
//Roger]]>1http://www.npersist.com/RequestTracker/rssComments.aspx?RequestID=3
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=2
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=2http://www.npersist.com/Forum/ShowRequest.aspx?RequestID=2Roger JohanssonMon, 21 Feb 2005 01:24:29 GMTRoger JohanssonDiscussionObjectMapperFeatureRequestTracker(but ofcourse it should use the contents when loaded)]]>1http://www.npersist.com/RequestTracker/rssComments.aspx?RequestID=2
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=1
http://www.npersist.com/RequestTracker/ShowRequest.aspx?RequestID=1http://www.npersist.com/Forum/ShowRequest.aspx?RequestID=1Roger JohanssonSun, 20 Feb 2005 05:25:02 GMTRoger JohanssonDiscussionObjectMapperFeatureRequestTracker I would like to see an option to disable this , making npersist trust cascading deletes in the db.]]>2http://www.npersist.com/RequestTracker/rssComments.aspx?RequestID=1