On Tue, 2009-07-28 at 18:59 -0700, vadim wrote: > What is the current status of dblinq?
Improving. > Is it recommended for production usage? I'd suggest that you test it, and if it works for you then use it. :-) I know some others on this list are either using it or fixing it up for use in production environments, fwiw... > What is the dblinq status on Mono? Depends on the mono version, the phase of the moon, and how you're actually compiling it. If you're trying to use the DbLinq.sln (and you are), forget it -- there's a MonoDevelop bug filed [0] which prevented MonoDevelop from building DbLinq. However, Emanuele Aina committed some DbLinq.sln fixes which may work for you, so things may be better. However, iirc there were some C# compiler bugs which prevented some of the unit tests from building. You may need a newer C# compiler. Alternatively, you can checkout mono trunk, as mcs/class/System.Data.Linq is based upon DbLinq's sources (complete with a Makefile to build things). I try to sync from DbLinq to mcs/class/System.Data.Linq somewhat regularly, so this may work for you as well. - Jon [0] https://bugzilla.novell.com/show_bug.cgi?id=484752 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
