Cego DBD ChangeLog

Date Version Comment

13.05.2010 1.2.0 Adaptions made for cego-2.13 ( support of serial network protocol )

02.04.2010 1.1.15 Small change for parameter binding. If a parameter position is not set up via bind_param, a null value is set for the position ( instead of error message "missing parameter at position xxx" )

21.11.2010 1.1.14 Fixes in XS-Code to compile clean for Ubuntu and Mac OSX

18.09.2010 1.1.13 Fixed a compiliation problem with new Cego C++ API 2.6.14

17.09.2010 1.1.12 Changed cego access methods in accordance to Cego version 2.6.14

05.09.2010 1.1.10 Support for lfc

14.06.2010 1.1.8 Fix for null values. Add drop if exists clause to test scenarios to avoid error messages.
Since the generation of the Cego.xsi file lead to compilation problems with gcc 4.x, this file was patches and is no more generated on the fly.

03.07.2009 1.1.7 Improved exception handling

23.05.2009 1.1.6 Added support for AFFECTED and MSG attribute in stmt handle

04.05.2009 1.1.5 Adaptions for cego version 2.3.2

13.08.2007 1.1.2 Adaptions for modified enumerations in CegoDbHandler

26.06.2007 1.1.1 Adaptions for relocated network classes Net and NetHandler in base 1.0.16

26.06.2007 1.1.0 Tests of DBD-cego on Solaris x86. Some little problems with Makefile.PL
finish call required for statements

13.04.2007 1.0.2 Completed procedure out-parameter handling
Added corresponding test 09bindinout

03.04.2007 1.0.1 Implemented transaction handling
Added more test cases

01.04.2007 1.0.0 Thanks to Matt Sergeant and his DBD implemenation for SQLite
This fastened up this package very much.
Some magic was required to combine DBI module and C++ in the package