My application requires left joins. So I'm forced to use last pre-Sugar SVN version which supports it. I have made some fixes/enhancements to this to support PostgreSQL properly. I hope to port them to current SVN if left join becomes available.
I have existing database schema so this will not limit EF usage. However I'm planning to make appliction available in Linux/Mac also, so EF is not an option for me. I tried to use ActiveRecord/NHibernate but DLinq strong typed facilites and language integration seems to be better. So I will continue my attempts to port my application to use DbLinq. Note also that Matt Warren publishes recently sample code in his blog about using other providers with Linq-SQL. So it may be possible to plug DbLinq provides to Linq-SQL using reflection. Andrus. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
