Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sat Nov 21 06:57:24 2020 +0000

    dblib: Do not limit database query to 92 character for Sybase

    "tblname" is used as a query if direction is DB_QUERYOUT.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Thu Oct 22 13:49:06 2020 +0100

    Fix CMake dependencies

    Do not build generated files in source directories.
    Add add_custom_target to add explicit dependencies between
    generated files and other targets.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Fri Oct 30 15:54:11 2020 +0000

    Check correctly for __builtin_bswap16 and __builtin_bswap32

    __builtin_bswap16 was introduced in GCC 4.8.
    __builtin_bswap32 was introduced in GCC 4.3.

    Attempt to fix an issue compiling with GCC 4.2.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Thu Oct 29 16:12:32 2020 +0000

    tds: Fix bulk insert for big endian machines

    Now that network is always little endian the row data must be also
    little endian.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Thu Oct 29 16:31:18 2020 +0000

    tds: Swap correctly Sybase unsigned types for bit endian machines

    Fix getting these types from server.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Thu Oct 29 13:48:59 2020 +0000

    tds: Fix Sybse UNI(VAR)CHAR type for big endian machines

    Network endian is now always little endian.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Wed Oct 28 20:03:33 2020 +0000

    tds: Fix inserting bulk data into Sybase from big endian platforms

    The encoding for client is always little endian, even for big endian
    machines.
    Reported by Bellam R.

Author: Craig A. Berry <craigberry@mac.com>
Date:   Tue Sep 15 16:10:45 2020 -0500

    Fix VMS build for OpenSSL 1.1.x

    It needed some configuration tinkering to recognize the pieces
    correctly.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Thu Sep 3 14:50:08 2020 +0100

    build: Compile gssapi.c always

    Allows Sybase kerberos connections under Windows using GSSAPI.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Mon Jul 6 16:54:51 2020 +0100

    tds: Optimization for char encoding

    Detect same charset and avoid using larger buffer to store
    result of conversion.
    This also affects the column length on some libraries which do
    not differ between DDL and byte length.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Tue Jul 7 07:54:37 2020 +0100

    dblib: Allows to pass 0 as type for bcp_bind

    0 value as type means no conversion performed.
    This is correctly handled but it was rejected when more checks
    were introduced.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Tue Jul 7 07:31:38 2020 +0100

    dblib: Add missing parameters to DBSETLSERVERPRINCIPAL macro

