pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/p5-DBD-Sybase



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Dec  4 08:18:06 UTC 2014

Modified Files:
        pkgsrc/databases/p5-DBD-Sybase: Makefile distinfo
        pkgsrc/databases/p5-DBD-Sybase/patches: patch-ac

Log Message:
Update 1.13 to 1.15
Release 1.15

    Minor fixes to allow building on Windows.
    Fixed syntax error at compile time for some compilers
    Allow database names with special chars in the name.
    Change to ct_data_info() to flag an error in case the CS_IODESC returned
    doesn't include a valid text pointer - this happens if the text/image column
    is nullable and has not been initialized in the database.

Release 1.14

    Fix bad size handling for unicode data.
    Remove default charset setting to utf8 (this had been done in 1.11 as part of
    improved utf8 handling, but has negative side-effects. If unicode handling is needed
    then set "charset=utf8" as part of the connection string.
    Enforce the fact that utf8/unicode handling only works with OpenClient 15.x or later.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/databases/p5-DBD-Sybase/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/p5-DBD-Sybase/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/p5-DBD-Sybase/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index