Change Log
=============

2007/12/04 (setup.py 0.2.0):
 - added the ability to create Python Eggs by running: 
   $ python setup.py bdist_egg

2008/02/08 (setup.py 0.2.5, ibm_db-0.2.5, ibm_db_dbi-0.2.5):
 - added support for ibm_db_sa-0.1.0 SQLAlchemy-0.4 adapter release
 
2008/02/15 (setup.py 0.2.6, ibm_db-0.2.5, ibm_db_dbi-0.2.5):
 - fixed .egg setup loading issue #1 (defect #154259) 
 
2008/03/06 (setup.py 0.2.7, ibm_db-0.2.7, ibm_db_dbi-0.2.7):
 - fixed error handling for execute when connection handle is invalid (defect #151164)

2008/03/28 (setup.py 0.2.8, ibm_db-0.2.8, ibm_db_dbi-0.2.8):
 - fixed BIGINT return handling issue #5 (defect #150638)
 - fixed autocommit default issue #6 (defect #156919)
 - fixed _get_exception() tuple issue #8 (defect #156925)

2008/05/08 (setup.py 0.2.9, ibm_db-0.2.9, ibm_db_dbi-0.2.9):
 - fixed fetch first N rows
only optimize for N rows issue #2 (defect #154260)
 - fixed extra count() query issue #7 (defect #156926)
 - fixed setup.py exit issue if env not set (defect #158296)

2008/07/16 (setup.py 0.2.9.1, ibm_db-0.2.9.1, ibm_db_dbi-0.2.9.1):
 - fixed Compilation fail on DB2 versions < 9 due to SQL_DECFLOAT declaration ( defect #162728)
 
2008/08/24 (setup.py 0.3.0, ibm_db-0.3.0, ibm_db_dbi-0.3.0):
 - Added trusted context support in driver.