$Id: CHANGES,v 1.6 1998/05/20 22:39:12 mpeppler Exp $
Release 0.07
Features:
Added ? placeholder processing. This is done by calling ct_dynamic()
and friends if the statement being executed includes ? type
placeholders.
Bug Fixes:
210: print statements are lost
231: error messages are lost
238: reformat error messages
241: remove the necessity for users to call $sth->finish
Release 0.07
Bug fixes:
204: One form of DBI->connect() fails when specifying the server name.
211: $dbh->do("use database") fails with RaiseError is true.
230: fetch() does not return correct results for certain stored
procs situations.
Release 0.06
Added ability to specify interfaces file in the connect()
call.
Added eg/dbschema.pl (ported from Sybase::DBlib).
Fixed incorrect handling of AutoCommit and PrintError
attributes to connect().
Bugs fixed:
203: Executing sp_helprotect fails.
Release 0.05
Added explicit assignement of LDDLFLAGS and LDFLAGS in
Makefile.PL to make sure that -L$SYBASE/lib comes first
in the list of -L flags.
Added documentation.
Added ability to specify character set, language, packet size
in the connect() call.
Small Win32 portability patch to Makefile.PL from Matt Herbert.
Bugs fixed:
198: connect failure does not return undef
199: DBD::Sybase interaction with Apache::DBI 0.74
Release 0.04
Fixed counting of active statement handles.
Add implicit rollback of open transactions on disconnect.
Add implicit commit when changing AutoCommit from off to on.
Release 0.03
First ALPHA release of native DBD::Sybase implementation.
Release 0.02
Some fixes to the emulation layer.
Release 0.01
Proof of concept release - built as an emulation layer on top
of Sybase::CTlib (part of sybperl 2.x).