zxJDBC

Database Connectivity in JPython

 
Home
 
News
 
FAQ
 
Download
 
Documentation
 
License
 
    

News

06-29-2000
version 1.2.2
  • fixed bug where execute called with params threw an Error if the number of columns and parameters were not equal
  • added bindings parameter to execute for type binding regardless of runtime version
  • fixed bug in InformixDataHandler where getPyObject didn't call the wrapped datahandler if it didn't handle the type
  • added sqltype dictionary to zxJDBC (same as mxODBC)
  • added all types available in java.sql.Types as attributes of zxJDBC (same as mxODBC)
  • migrated builds from make to Ant.
06-26-2000
version 1.2.1
  • added DataHandler interface for type mapping callbacks
  • added javadoc and better documentation
  • added keyword parameters to connect (thanks to suggestion from John Mudd)
  • internal code changes: separated api extension methods into PyExtendedCursor
  • added informix sub-package to handle driver specific boolean mappings as well as provide a type mapping example
  • dynamically detect JDBC 1.2 and 2.0 versions and utilize appropriate DataHandler
  • added cursor.dbname , cursor.dbversion and cursor.statistics()
06-23-2000
version 1.1.0
  • added support for CLOBs
  • fixed a small bug in tables

Feel free to email me with questions or suggestions at bzimmer@ziclix.com


$Id: news.html,v 1.5 2000/07/06 00:32:15 bzimmer Exp $