Hi everyone, I'm new to DbLinq - have been playing around with it for the last few days. It looks quite promising, especially if it gets included in Mono, but I have also come across quite a few issues. I've reported those in the issue tracker, but my immediate question is: are the PostgreSQL tests supposed to be passing?
I'm testing on SVN revision 1239 and I've read http://groups.google.com/group/dblinq/web/unit-tests, but even if I exclude the [Explicit] tests over 200 tests in the PostgreSql_test project fail. (And that's after changing the project settings not to #define DEBUG in Release build.) The main problem seems to be line 18 in NorthwindCustom: [Column(Storage = "_EmployeeID", Name = "EmployeeID", DbType = "serial", IsDbGenerated = true)] If I change "_EmployeeID" to "_employeeID" this fixes many of the tests, but 85 still fail (in Release build), eg. Attach.NotExistingAttach(), ReadTest.C4_CountWithOrderBy(), D12_SelectDerivedClass(), etc. They all fail with different exceptions. Am I doing something wrong or is this just the current state of the code? Evgeny --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
