by Matthew Noonan
5. February 2006 23:46
Things have progressed far enough that it's time to release a preview version for community review and feedback, so head on over to the Downloads page to get your copy (registration is required). I will release a "binaries-only" version to the User Samples section on GotDotNet shortly.
New features and bug fixes:
- Complete functionality without generating stored procedures. You no longer have to generate stored procedures for your business objects (although this is still supported). You now have the option. This paves the way for adding support for database platforms that do not support stored procedures (Access, VistaDB, MySql, SqlLite, etc.).
- Support for Aggregate functions in custom queries, courtesy of David Neal Parsons.
- Ability to load an EasyObject from a DataTable or a DataSet (specifying the index of the DataTable). This allows for developers to return multiple resultsets from a stored procedure and then load the objecct from the DataSet.
- Updated the QuickStart to prompt for dynamic connection information, including the server name and user credentials.
- Fixed a bug where the internal datatable was not removed from the dataset when an exception occurred (reported by daveyjclark).
We are well on track for the 1.1 release, but your feedback is important and welcome. You can post any comments you have right here on the blog.