Daniel, > I've noticed other NotImplementedExceptions in the > Connection class like CreateCommand. > > I'll be waiting for the release packages to download.
That's true: as I told before ADO.NET layer is new and, although it doesn't affect the core functionalities of the main system, it is not ready (sorry for that: when I posted the announcement I didn't review that particular part, since by design it was not "fundamental"). Anyway, I'm not far from publishing the assemblies ready to be tested: I will let you know. > When you build Minosse, which is your preferred way to > build? At the moment, unfortunately, I use to build it with VS.NET and #D + Mono, but this is not the right path to take for the build, since, as said in a previous post, it is not cross platform and it's tricky switching between development environments. Since the main reason I didn't pick NAnt as building tool for this project was the missing of a specific task for CSharpCC pre-compilation of SQL grammar files, I had to quit this solution. This evening (GMT+1) I decided to resume a solution implemented by Vitaliy Maslevskiy and I published to the CSharpCC SVN repo (and soon the binaries) that used to work fine, in addition to an IKVM port, and I'm going to write a build.xml file for this task. I will post any news about these topics. Cheers. Antonello On 2/12/07, Daniel Morgan <[EMAIL PROTECTED]> wrote: > I've noticed other NotImplementedExceptions in the > Connection class like CreateCommand. > > I'll be waiting for the release packages to download. > > When you build Minosse, which is your preferred way to > build? > > --- Antonello Provenzano <[EMAIL PROTECTED]> wrote: > > > Daniel, > > > > > Checking out from subversion does not count as > > > downloading. With a "beta", we need some files to > > > "download". Can you provide these files please? > > > > I noticed that maybe I was wrong in defining the > > state of the project > > after you put at my attention that gross bug on > > MinosseConnection > > class. I would like to post binary files once this > > major bugs will be > > all fixed (although I strongly believe that they > > should be located > > only in the *.Client namespace, since it is the > > latest one, added just > > couple of weeks ago). > > > > Cheers. > > Antonello > > > > > > On 2/12/07, 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. > > > > > > > > Cheers. > > > > Antonello > > > > _______________________________________________ > > > > Mono-list maillist - > > [email protected] > > > > > > http://lists.ximian.com/mailman/listinfo/mono-list > > > > > > > > > > > > > > > > > > > > > > ____________________________________________________________________________________ > > > Looking for earth-friendly autos? > > > Browse Top Cars by "Green Rating" at Yahoo! Autos' > > Green Center. > > > http://autos.yahoo.com/green_center/ > > > _______________________________________________ > > > Mono-list maillist - [email protected] > > > http://lists.ximian.com/mailman/listinfo/mono-list > > > > > > > > > > ____________________________________________________________________________________ > Finding fabulous fares is fun. > Let Yahoo! FareChase search your favorite travel sites to find flight and > hotel bargains. > http://farechase.yahoo.com/promo-generic-14795097 > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
