You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(8) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2003 |
Jan
(17) |
Feb
(11) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(5) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
(5) |
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jonathan A. <j_a...@xt...> - 2002-01-03 22:48:01
|
Hi Guys, Just to let you know that I have pushed (finally) through the 0.7 release. Check it out Jonathan |
From: JD E. <jd...@sa...> - 2001-12-03 10:26:11
|
Hi, I think that is a very good idea. JD > Message: 1 > From: "Jonathan Ackerman" <j_a...@xt...> > To: <csv...@li...> > Date: Sun, 2 Dec 2001 13:33:17 +1300 > Subject: [Csvjdbc-develop] Code is merged > > Hi Guys, > > I've merged your code changes. It all compiles but some of the tests are > failing. > > I think I might rewrite the tests to use JUnit. What do you think ? > > Jonathan > > > > > > --__--__-- > > _______________________________________________ > Csvjdbc-develop mailing list > Csv...@li... > https://lists.sourceforge.net/lists/listinfo/csvjdbc-develop > > > End of Csvjdbc-develop Digest > |
From: Jonathan A. <j_a...@xt...> - 2001-12-02 00:29:05
|
Hi Guys, I've merged your code changes. It all compiles but some of the tests are failing. I think I might rewrite the tests to use JUnit. What do you think ? Jonathan |
From: Jonathan A. <jon...@op...> - 2001-11-28 23:56:36
|
Hi Guys, I now have the code from both of you and I've allocated time this weekend to the "big" merge :) Will let you know how it goes. 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/ |
From: Jonathan A. <jon...@op...> - 2001-11-20 19:04:42
|
Yep, I also have the changes from Sander (which I have looked at) Since there is overlap I'll compare the two sets of changes and commit the updates to CVS. Things are kinda busy for me at the moment, will get to it ASAP. Thanks Jonathan -----Original Message----- From: JD Evora [mailto:jd...@sa...] Sent: Wednesday, 21 November 2001 4:15 a.m. To: csv...@li... Subject: [Csvjdbc-develop] My changes... Hi, Sorry that it took so long. My changes were: * Implemented the ResultSetMetaData interface. * You can pass to the driver (via a properties file or URL parameters) the file extension and the separator character. * Added test cases for this new features Should I send the files to this list that you have a chance to take a look? Thanks JD Evora _______________________________________________ Csvjdbc-develop mailing list Csv...@li... https://lists.sourceforge.net/lists/listinfo/csvjdbc-develop |
From: JD E. <jd...@sa...> - 2001-11-20 15:14:18
|
Hi, Sorry that it took so long. My changes were: * Implemented the ResultSetMetaData interface. * You can pass to the driver (via a properties file or URL parameters) the file extension and the separator character. * Added test cases for this new features Should I send the files to this list that you have a chance to take a look? Thanks JD Evora |
From: JD E. <jd...@sa...> - 2001-11-20 15:04:55
|
Hi, Sorry that it took so long. My changes were: * Implemented the ResultSetMetaData interface. * You can pass to the driver (via a properties file or URL parameters) the file extension and the separator character. * Added test cases for this new features Should I send the files to this list that you have a chance to take a look? Thanks JD Evora |
From: Jonathan A. <jon...@op...> - 2001-11-14 19:18:28
|
Will check it out as soon as I can. -----Original Message----- From: Sander Brienen [mailto:san...@cg...] Sent: Wednesday, 14 November 2001 9:44 p.m. To: csv...@li... Subject: [Csvjdbc-develop] nightly build Hi, I have attached a file with some additions to the source (only added the files I changed!). It is now possible to pass several properties to the driver. I also added a release notes file. This version is mentioned as a nightly build. It works and could be used directly if you like these additions. It is not a new release yet though. Feel free to give me comment on this version. I do not have cvs set up yet, so if you like it, you could add it to the repository. Sander Brienen Cap Gemini Ernst & Young WARP11 Advanced Development email: san...@cg... web: http://www.nl.cgey.com -- **************************************************************************** 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. **************************************************************************** |
From: Sander B. <san...@cg...> - 2001-11-14 08:44:15
|
Hi, I have attached a file with some additions to the source (only added the files I changed!). It is now possible to pass several properties to the driver. I also added a release notes file. This version is mentioned as a nightly build. It works and could be used directly if you like these additions. It is not a new release yet though. Feel free to give me comment on this version. I do not have cvs set up yet, so if you like it, you could add it to the repository. Sander Brienen Cap Gemini Ernst & Young WARP11 Advanced Development email: san...@cg... web: http://www.nl.cgey.com -- **************************************************************************** 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. **************************************************************************** |
From: Jonathan A. <jon...@op...> - 2001-11-13 19:59:37
|
Please ignore this message ------------------------------------------------------------------- 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/ |
From: Sander B. <san...@cg...> - 2001-11-13 08:17:59
|
Hello CsvJdbc developers, Now we are with three developers it's a good thing we have a mailinglist. Else we all would make changes and soon nobody knows who is doing what... I don't know how you guys feel about it, but my goal with this project is to have a real nice csv JDBC-driver for free use. Doing this step by step... One thing I find important is to make it possible to have other seperators and an empty header line. Then make the result set scrollable, by implementing the next, previous, first and last functions. This requires some changes though where we should think about. I was thinking about using a random access file and storing 'on the fly' indexes on rownumbers and filepositions. What I haven't thought about is how to pass the seperator and header information to the driver, using the JDBC interface. What do you think? Sander Brienen Cap Gemini Ernst & Young WARP11 Advanced Development email: san...@cg... web: http://www.nl.cgey.com -- **************************************************************************** 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. **************************************************************************** |