Ok, I have 4 patches to submit. They are all done on the version 711.
-
There was a problem with one of our Views that wasn't picking up the Nullable type correctly in the variable declarations. This had to do with the fact it was calling the function IsCSReferenceDataType. This is not being called when generating tables and it looks like the Views just didn't get this fix.
-
When generating Custom Stored Procedures, in order to create the command wrapper, it was using a different function that all other data access functions were using. We found this problem due to the TimeOut on the connection not getting set correctly. This ensures that all places where a DbCommand object is getting created that it is using the same code.
-
Remove Filter bug. I have posted about this one a few times. When using a delegate to filter, RemoveFilter would not work.
-
That should do it for the first few patches. On know someone else has done a patch for View's and output parameters. I also have a patch for this. I will look at his patch and see if it matches mine and either say that one is good or post the one i have.
All Unit test ran successfully against Northwind.
jeff
----------------------------------------------------------------------
Member of the .NetTiers team | Visit http://www.nettiers.com
----------------------------------------------------------------------