Changes for version 2.09_02
- 233: CTlib dumps core in DESTROY.
Changes for version 2.09_01
- This is a bug fix release. The only functional change is in the handling of attributes in Sybase::CTlib when using the ct_cmd_alloc() call. If you use that call to open multiple cursors on the same connection then you should be aware that the attributes are shared between the handles opened for this connection (ie the handle created with ct_connect() and the handles created with ct_cmd_alloc().)
- Other fixes:
- 218: length($buf) is incorrect after dbreadtext(). 223: dbreadtext() leaves garbage at the end of $buf 224: dbreadtext() missing from Sybase::Sybperl 226: Changing $user in dblogin() fails on NCR 228: BCP RECORD_SEPARATOR error 229: BCP & null_pattern error 232: SEGV in ctutils.pl when inserting a duplicate row.
Documentation
Sybase extensions to Perl
Provides
in CTlib/CTlib.pm
in CTlib/CTlib.pm
in CTlib/CTlib.pm
in CTlib/CTlib.pm
in CTlib/CTlib.pm
in CTlib/CTlib.pm
in DBlib/DBlib.pm
in DBlib/DBlib.pm
in DBlib/DBlib.pm
in DBlib/DBlib.pm
in DBlib/DBlib.pm
in Sybperl/Sybperl.pm
in Sybperl/Sybperl.pm
Examples
- eg/GenRepDefs.pl
- eg/Login.pm
- eg/README
- eg/README.dbschema
- eg/SecureSql.pm
- eg/Show.cgi
- eg/SybWWW.pm
- eg/bcp.dat
- eg/bcp.pl
- eg/buffer.pl
- eg/ct_cursor.pl
- eg/ct_param.pl
- eg/ct_sql.pl
- eg/ctlib.pl
- eg/dbcc.pl
- eg/dbschema.disk.pl
- eg/dbschema.old
- eg/dbschema.pl
- eg/dbtext.pl
- eg/proc.isql
- eg/rpc-example.pl
- eg/sql.pl
- eg/who.pl