Does the client library as an ADO.NET data provider work? Browsing subversion I noticed the Open() method is throwing NotImplementedException().
Are we to use Login() instead? Open() is part of the IDbConnection interface. Could it be implemented to parse a connection string and then call Login() ? http://minossedb.svn.sourceforge.net/viewvc/minossedb/trunk/minossedb/Deveel.Data.Minosse.Client/MinosseConnection.cs?view=markup --- Daniel Morgan <[EMAIL PROTECTED]> wrote: > Great! > > Does Minosse RDBMS build and run on Mono? > > On what platforms does it build and run? Linux, > Windows, MacOS, Solaris, FeeBSD, etc.? > > Does Minosse RDBMS build and run on Microsoft .NET > Framework? > > Also, where can we download it? Do you have a > source > tarball or zip file? What about a binary tarball > too? > > What are the licenses used for this project? I see > GPL. Could your client libraries be LGPL instead of > GPL please? > > Checking out from subversion does not count as > downloading. With a "beta", we need some files to > "download". Can you provide these files please? > > Thanks, > Daniel > > --- Antonello Provenzano <[EMAIL PROTECTED]> > wrote: > > > Dear Fellows, > > > > About 3 years ago I founded the project Minosse, > the > > first example of > > a fully functional embedded RDBMS written in C# > > language, presented as > > master thesis at university. > > For a couple of years I actively developed, > although > > I wasn't really > > experienced in managing such this kind of project > > and after a while it > > came to death. > > > > Since, between all the projects I started and > > developed this is the > > one I heart the most, couple of month ago I > decided > > to resume the > > development and I came across a "stable" version > of > > the library. > > > > What I'm asking to you is to take a look at the > > project and setup some > > little test cases and potentially give me > > suggestions, or even more > > help me, for the development and the bug-fixing > (or > > documentation if > > possible) of what is left before having a stable > > release of the > > project. > > > > You can find more information about Minosse, plus > > SVN repository, on > > SourceForge.net: > > > > http://sourceforge.net/projects/minossedb > > > > Thank you all for all the consideration you will > > give the project and > > the help you'll decide to give me for the > > development. ____________________________________________________________________________________ Sucker-punch spam with award-winning protection. Try the free Yahoo! Mail Beta. http://advision.webevents.yahoo.com/mailbeta/features_spam.html _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
