I'm to commit (tomorrow) a big patch fixing 21 unit tests. I've only tested on SqlServer so I suggest to search for regressions on the other vendors.
One fix is related to wrong data not reling on the microsoft northwind db: there's no Pen in the Northwind products' table (at least in the current version I downloaded from microsoft) and the first product listed has ProductName == 'Chai'. Since some tests would actually pass with correct data, I've corrected this. This will break all tests reling to Pen and not having Chai. But I think we should actually find a solution to this problem. May be we could write a program that would use the different DbLinq's test DLL to copy data from the Northwind sqlserver db to the others (SqlLite,PostgreSQL etc...) But I haven't the time now to write it (I've to fix some other DbLinq bugs on SqlServer, before) Giacomo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
