|
This table lists the most recent releases of TexJDBC 0.9. Select the Number in the Version column for Release Notes.
| Version | Date | Platform | Download |
| 0.9.7 |
30 Jun 2011 |
All platforms |
101 K |
| 0.9.6 |
13 Jan 2011 |
All platforms |
90 K |
| 0.9.5 |
26 Oct 2010 |
All platforms |
90 K |
Release Notes
0.9.7 - 30 June 2011
- Support added for
PreparedStatement class. The Texpress server does not support prepared statements requiring support to be added to the driver only. The statement is prepared in the driver and when executed, it is sent to the server.
- Changed driver to return a
BigDecimal object for float columns in Texpress when the getObject() call is invoked. The change allows any number to be represented fully without any rounding errors.
- Extended the driver connection string to provide full URL based connection information. The format of the connection strings for a socket based connection is:
jdbc:texpress:socket://username:password@hostname:port The username and password are optional.
0.9.6 - 13 January 2011
- A new method has been added to the
TexFileSystem class that allows a file to be retrieved from the server and the contents returned as a byte array. The function signature is public byte [] receiveFile(final String remoteFile) throws SQLException.
0.9.5 - 26 October 2010
- The
TexFileSystem class is now public, allowing the getFileSystemInstance() extension method in TexConnection to be accessible.
|