From: Jonathan A. <jon...@op...> - 2002-02-28 19:10:48
|
One patch is to fix a bug that has been reported where the getXXX methods on the result set are index starting at 0 not at 1 as defined in the JDBC spec. The other is a fix to the build.xml so that it is ant 1.4 compatible. We also have a number of requested features/bugs namely: 1) Metadata object for the database not just the result set 2) Support for relative paths in the CSV file name specified in a SELECT 3) Support for SQL WHERE clause I'll check out the spec below. Later Jonathan -----Original Message----- From: Sander Brienen [mailto:san...@cg...] Sent: Thursday, 28 February 2002 10:07 p.m. To: jon...@op... Subject: Re: [Csvjdbc-develop] New Team Member Very good. I am curious what those patches are. What we also have to think about is what we should provide, and more important what not, around SQL. There are many statements that are not relevant within a CSV driver. Hughes Technologies offers a small relational database system which supports a subset of the sql spec. see http://www.hughes.com.au/library/msql/manual_20/spec.html for there spec's. From this spec we should not implement there addition with regular expressions, but the rest is a nice start for us I guess. What do you think? regards, Sander Brienen Cap Gemini Ernst & Young WARP11 Advanced Development email: san...@cg... web: http://www.nl.cgey.com >>> Jonathan Ackerman <jon...@op...> 02/27 8:23 pm >>> Hi all, Just to let you know we have a new team member: Michael Maraya. Michael has submitted a number of patches. As soon as these are applied I'll roll out a v0.8 release. Jonathan ------------------------------------------------------------------- Jonathan Ackerman Principal Consultant Optimation Phone: +64 9 3075567 L4, Optimation House, Fax: +64 9 3097919 43 College Hill Rd, Mobile: +64 21 566225 Auckland, mailto:jon...@op... New Zealand http://www.optimation.co.nz/ _______________________________________________ Csvjdbc-develop mailing list Csv...@li... https://lists.sourceforge.net/lists/listinfo/csvjdbc-develop -- **************************************************************************** This message contains information that may be privileged or confidential and is the property of the Cap Gemini Ernst & Young Group. It is only intended for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. **************************************************************************** |