| Release notes 
 | 
   
        | Version 0.10Release date: 2004-8-10
 
 Notes: Long awaited release containing bug fixes and functionality improvements.
 
 Changes:
 
         Added Scrollable resultsets - Chetan GuptaPatch for missing contrsuctor on TestScrollableDriver - Juan Pablo MoralesPatch for getObject() methods on CsvResultSet - Martin CrawfordImproved DatabaseMetaData object (need more work) - Jonathan AckermanAdded more tests to test reported bugs - Jonathan AckermanAdded support for simple WHERE statement (only a single equals condition, field must be in the select statement) - Juan Pablo MoralesNow compiles under JDK 1.4 - Various 
 
 | 
   
        | Version 0.9Release date: 2003-01-20
 
 Notes: Bug fixes and functionality improvements.
 
 Changes:
 
	 Improved JavaDoc - Michael MarayaImproved exception handling - Michael MarayaImproved ResultSet & Statement Cleanups - Michael MarayaPreserve column heading case as described in the CSV file - Michael MarayaCompleted code for getInt(int columnIndex), getInt(String columnName), getFloat(int columnIndex), getFloat(String columnName)  - Michael MarayaRetrieval of column outside of allowed index should throw SQLException - Tomasz SkutnikUpdates so that driver can support different input file encodings - Tomasz SkutnikMinor wasNull() method implementation improvement - Tomasz Skutnik 
 
 | 
   
        | Version 0.8Release date: 2002-06-17
 
 Notes: Bug fixes and minor functionality improvements.
 
 Changes:
 
         Bug #512954 - CSV Column 0 should be SQL column 1 - Michael MarayaBug #522604 - build.xml: ant jar target produces error - Michael MarayaBug #527273 - build.xml: test won't runder under Unix - Michael MarayaUpdates so that driver can support fully qualified table names - Jason BedellImplemented wasNull() method on ResultSet - Jason BedellImproved error messages from ResultSet - Jason Bedell 
 
 | 
    
        | Version 0.7Release date: 2002-01-03
 
 Notes: Added ability to pass properties to driver.
 
 Changes:
 Use Drivermanager.getConnection(String url,Properties info) to pass properties to driver.Property separatoradded to specify a different separator (Default is ',').Property suppressHeadersadded to specify if the first line contains header information (Default isfalse; headers are on first line, do not suppress).Property fileExtensionadded to specify a different extension (Default is ".csv").
 
 
 | 
    
        | Version 0.6Release date: 2001-05-23
 
 Notes: Updates to parsing logic to handle oddball cases.
 
 Changes:
 
 
 
 | 
    
        | Version 0.5Release date: 2001-01-22
 
 Notes: Basic code in place. Can open CSV files and do selects on them.
 
 Changes:
 
 
 
 | 
    
        | More Information 
 The latest version of the
        software can be found at http://www.sourceforge.net/projects/csvjdbc.  |