That's OK. I got commit access and fixed it by myself :) BTW I have a sshot of hacky ASP.NET LinqDataSource implementation that works with mono S.D.Linq support (with a patch to create SqlConnection from connectionString). See: http://veritas-vos-liberabit.com/monogatari/2008/10/linqdatasource-early-access.html
I already got SQLite support working fine with your sample (with sqlite version of Northwind in examples). It should be able to get it work fine on Linux with local sqlite DB file. Atsushi Eno [EMAIL PROTECTED] wrote: > Of course I'm working on it. > > Regards. > > On 10/9/08, Atsushi Eno <[EMAIL PROTECTED]> wrote: >> Hey Pablo, >> >> Pablo Iñigo Blasco wrote: >>> Yeah, I know why it fails. The problem was introduce when EntityRef >>> lazy loading was >>> implemented(http://groups.google.com/group/dblinq/browse_thread/thread/283191499b74199f) >>> >>> Basically the EntityRef constructor is not implemented. The >>> constructor has an IEnumerable parameter. The correct behaviour IMO >>> would be to take the first element of such collection. >> OK, got it. Good to know that I'm finally hitting an expected error ;) >> >>> Regards your patches, they havebeen commited: >>> http://code.google.com/p/dblinq2007/source/detail?r=905 >> Thanks :) can you also please make similar fix for the new >> FirebirdSql vendor as well? >> >> Atsushi Eno >> > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
