Anonymous | Login | Signup for a new account | 2024-11-23 08:41 PST |
Main | My View | View Issues | Change Log | Roadmap | Repositories | My Account |
View Revisions: Issue #357 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0000357: Rewrite the Select, Update, Insert and Delete methods in SQLiteGateway | ||
Revision | 2012-05-09 19:49 by ycastonguay | ||
Description | Add generics and reflection to fill DTOs directly from SQLiteGateway. Add custom attributes to map property names and database field names when they're different. Make sure they are all compatible with Mono.Data.SQLite. It can be particularly problematic on Mac OS X because the default SQLite library is missing a feature about metadata. It is the same problem as described here: https://bugzilla.xamarin.com/show_bug.cgi?id=2128 [^] Also get rid of DataAdapter for Update/Insert and replace Select with DataReader instead. |
||
Revision | 2012-05-08 16:02 by ycastonguay | ||
Description | Add generics and reflection to fill DTOs directly from SQLiteGateway. Make sure they are all compatible with Mono.Data.SQLite. It can be particularly problematic on Mac OS X because the default SQLite library is missing a feature about metadata. It is the same problem as described here: https://bugzilla.xamarin.com/show_bug.cgi?id=2128 [^] Also get rid of DataAdapter for Update/Insert and replace Select with DataReader instead. |
||
Revision | 2012-05-08 15:20 by ycastonguay | ||
Description | Make sure they are all compatible with Mono.Data.SQLite. It can be particularly problematic on Mac OS X because the default SQLite library is missing a feature about metadata. It is the same problem as described here: https://bugzilla.xamarin.com/show_bug.cgi?id=2128 [^] Also get rid of DataAdapter for Update/Insert and replace select with DataReader instead. |
||
Revision | 2012-05-08 15:20 by ycastonguay | ||
Description | Make sure they are all compatible with Mono.Data.SQLite. It can be particularly problematic on Mac OS X because the default SQLite library is missing a feature about metadata. It is the same problem as described here: https://bugzilla.xamarin.com/show_bug.cgi?id=2128 [^] |
Copyright © 2000 - 2011 MantisBT Group |