2.1.9:

    OAuth and sandbox support
    Add oauth_app to mimic command line version of authenticate and test on Windows

2.1.8:

    Limit number of operations for each persistant connection

2.1.7:

    Fix column size of TINYINT types

2.1.6:

    Use WINAPI for SSL

2.1.5:

    Stop disguiselong from breaking queries

2.1.4:

    Allow windows logging >2Gb

2.1.3:

    Add better support for SQLTables wildcards

2.1.2:

    Add s2s support

2.0.14:

    Add support fpr AD FS SSO
    Add support for OneLogin SSO

2.0.13:

    Add support for Azure SSO

2.0.12:

    Fix WHERE With no args when trying to query a longvarchar

2.0.11:

    Apply fix to SQLTables and wildcards

2.0.10:

    Return location types as SQL_LONGVARCHAR

2.0.9:

    Sending cookies had broken the API interface

2.0.8:

    Add support for SQLBulkOperations( SQL_ADD ) and long datatype

2.0.7:

    Fix caching reuse with query locators

2.0.6:

    Add concurrent interrupt and CONVERT with three args

2.0.5:

    Add support for INFO_SCHEMA.COLUMNS by specifying a table name

1.1.11:

    Add Map_CRLF Flag
    Add SQLForeignKeys support

1.1.18:

    Add OAuth support

1.1.17:

    Make all columns updateable

1.1.16:

    Return the correct error string

1.1.15:

    More caching work

1.1.14:

    Fix extra characters in base64 stream

1.1.13:

    Extend caching in driver

1.1.12:

    Fix problem with doubles in where clause

1.1.11:

    Alter max length of LONGVARCHAR is disguiselong not set

1.1.10:

    Fix problem with updating via SQLSetPos

1.1.9:

    Deal with PicklistValueInfo needing second index part
    Deal with EntityDefinition requiring LIMIT

1.1.7:

    Fix problem with quote in value

1.1.6:

    Fix problem returning binary data to SQLServer

1.1.5:

    Handle IN() better

1.1.4:

    Remove s from map_keywords setting

1.1.3:

    Fix problem using some sandboxes
    Add Cust_Null option
    Only check for inserting a non null <urn:address>

1.1.2:

1.1.1:

1.1.0:

    New Release

1.0.40:

    Add support for urn:address type, map to LONGWVARCHAR

1.0.39:

    Add ARCHIVE option to dsn setup to call queryAll instead of query

1.0.38:

    Change default API version to 34

1.0.37:

    Map SQLBindCol( type = SQL_C_ULONG, buffer_length = 8 ) to SQLBindCol( SQL_C_UBIGINT )

1.0.36:

    Add DisguiseLong flag

1.0.35:

    Use Byte Length instead of length to handle unicode better

1.0.34:

    Add extra logging to detect connection problems

1.0.33:

    Match Salesforce move to remove old SSL methods

1.0.32:

    Fix seek problem in working file

1.0.31:

    Fix problem with wide catalog calls
    Add extra SSL logging on error
    Cope with login reply error

1.0.30:

    Fix problem with static arrays of results

1.0.29:

    Avoid walking off the end of a buffer
    Fix problems with LIKE

1.0.28:
    Prevent Like on a Id from being sent

1.0.27:

    Fix problem with SQLColumn and column selection
    Don't trust the nillable flag for custom fields

1.0.26:

    UNICODE additions

    Add option Map_Keywords to all reserved words like CASE to be used as a table/column name

    Map_Keywords=TAB

    will rename to CASETAB

1.0.25:

    Ensure Id is the first index from a SQLStatistics

1.0.24:

    Add missing libexpat from AIX distribution

1.0.23:

    Avoid possible buffer overrun

1.0.22:

    Ignore columns of type location

1.0.21:

    Report on invalid URI
    Return from INFO_SCHEMA.SYSTEM_TABLES

1.0.20:

    Array offset was being reset in multiple row fetches
    Fix varchar buffer overrun
    Fix problem with inner and outer join in one select

1.0.19:

    Fix logvarchar buffer overrun

1.0.18:

    Add proxy authentication (Basic + Digest)

1.0.17:

    Catch expired password

1.0.16:

    Add to WCHAR support

1.0.15:

    Workaround for what looks like a bug in SSIS

1.0.14:

    Fix union problem

1.0.13:

    Add experimental option to reduce backend traffic

1.0.12:

    Return dummy database name to placate EXCEL

1.0.11:

    Fix problem with > 200 tables

1.0.10:

    Fix SSIS problem with LONGDATA

1.0.9:

    Add ability to tunnel through proxy with

        proxy=http://proxy_address:proxy_port

1.0.8:

    Public beta

1.0.7:

    Fix problem with nullable def of columns
    Fix problem will null comparisons
    Don't filter using non-filterable fields

1.0.6:

    Fix SQLSpecialColumns problem

1.0.5:

    Add row caching

1.0.4:

    Fix SQIFetchRow NULL issue

1.0.3:

    Alter boolean processing

1.0.2:
  
    Add domain keyword

Internal release of driver
