Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.8.1 hotfix release #1126

Merged
merged 231 commits into from
Apr 15, 2020
Merged

5.8.1 hotfix release #1126

merged 231 commits into from
Apr 15, 2020

Commits on Apr 1, 2017

  1. Configuration menu
    Copy the full SHA
    16c41e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Configuration menu
    Copy the full SHA
    10ff344 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #788 from yitam/fillLastID

    Fixed the potential error reported by Prefast code analysis
    yitam authored Jun 5, 2018
    Configuration menu
    Copy the full SHA
    3585bf5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Configuration menu
    Copy the full SHA
    44d1bb3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #789 from yitam/moreAsserts

    Use SQLSRV_ASSERT for checking NULL ptrs
    yitam authored Jun 6, 2018
    Configuration menu
    Copy the full SHA
    5a66610 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Configuration menu
    Copy the full SHA
    f6e450b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #791 from yitam/fixODBC13tests

    For these AKV tests check env despite not AE connected
    yitam authored Jun 7, 2018
    Configuration menu
    Copy the full SHA
    90c6443 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Configuration menu
    Copy the full SHA
    071e897 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. Merge pull request #793 from yitam/addDriverOption

    Added the driver option to run functional tests
    yitam authored Jun 9, 2018
    Configuration menu
    Copy the full SHA
    ea6381c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Configuration menu
    Copy the full SHA
    17fa64a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d554492 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #796 from yitam/connPooltests

    Fixed connection pooling tests for more than one ODBC drivers
    yitam authored Jun 11, 2018
    Configuration menu
    Copy the full SHA
    53e4da4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Configuration menu
    Copy the full SHA
    81ff085 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Set the driver argument for getDSN to null by default (#798)

    * Added the driver argument to getDSN
    
    * Dropped the driver argument but set to null as default
    
    * Removed the AE condition in locale support
    
    * Modified the AE condition for locale support
    yitam authored Jun 26, 2018
    Configuration menu
    Copy the full SHA
    eeea787 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    ae0b95b View commit details
    Browse the repository at this point in the history
  2. Version 5.3.0 (#803)

    * Version 5.3.0
    
    * Fixed the wrong replacements
    
    * Added comments block to m4 files
    
    * Use dnl for comments
    yitam authored Jun 27, 2018
    Configuration menu
    Copy the full SHA
    197489a View commit details
    Browse the repository at this point in the history
  3. Modified AE fetch phptypes test to insert only one row at a time and…

    … loop through php types (#801)
    
    * Modified AE fetch phptypes test to insert only one row at a time and loop through php types
    
    * Fixed formatting
    yitam authored Jun 27, 2018
    Configuration menu
    Copy the full SHA
    aef3830 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Streamlined two very similar large column name tests (#807)

    * Streamlined two very similar large column name tests
    
    * Changed the EOL
    yitam authored Jul 3, 2018
    Configuration menu
    Copy the full SHA
    5aa9be7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Updates to change log and readme (#811)

    * Updates to change log and readme
    
    * Dropped support for Ubuntu 17
    
    * Modified as per review comments
    yitam authored Jul 5, 2018
    Configuration menu
    Copy the full SHA
    bbfe6df View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Configuration menu
    Copy the full SHA
    af9f77e View commit details
    Browse the repository at this point in the history
  2. Fixed expected output

    david-puglielli committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    b2f7b20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82be814 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0495513 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Fixed driver name

    david-puglielli committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    c1d5793 View commit details
    Browse the repository at this point in the history
  2. Updated installation instructions and sample script (#813)

    * Updated instructions and sample test for 5.3.0 RTW
    
    * Fixed sample code to adhere to php coding standard
    
    * Fixed cases and spaces
    
    * Modified NOTE for UB 18.04 based on review comments
    
    * Added 'exit'
    
    * Modified change log and readme based on review to PR 811
    
    * Applied review comments
    yitam authored Jul 12, 2018
    Configuration menu
    Copy the full SHA
    79be282 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a18a59b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. removed debug output

    david-puglielli committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    cb78977 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #814 from david-puglielli/odbc-172-update

    Odbc 172 update for connres and appveyor
    david-puglielli authored Jul 13, 2018
    Configuration menu
    Copy the full SHA
    9479d03 View commit details
    Browse the repository at this point in the history
  3. Streamlined two very similar large column name tests (#815)

    * Streamlined two very similar large column name tests
    
    * Added random number of test table names to avoid operand clash issues
    
    * Replaced to with for based on review
    yitam authored Jul 13, 2018
    Configuration menu
    Copy the full SHA
    35631cf View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Changelog updated

    david-puglielli committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    706c526 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Configuration menu
    Copy the full SHA
    7b720e1 View commit details
    Browse the repository at this point in the history
  2. Fixed skipif typo

    david-puglielli committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    eb80227 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cd7dbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    820bc31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f66c48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    faf5ce8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    495183e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #817 from david-puglielli/changelog-update-5.3.0

    Added links back to changelog
    david-puglielli authored Jul 19, 2018
    Configuration menu
    Copy the full SHA
    6f0f4b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96efbdb View commit details
    Browse the repository at this point in the history
  10. Fixed output

    david-puglielli committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    825b429 View commit details
    Browse the repository at this point in the history
  11. Fixed output again

    david-puglielli committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    6ee8c44 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. Merge pull request #818 from david-puglielli/connres-test-fixes

    Fixed output for sqlsrv connres tests
    david-puglielli authored Jul 20, 2018
    Configuration menu
    Copy the full SHA
    bd34cab View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' of https://github.com/david-puglielli/msphpsql int…

    …o dev
    
    Merging upstream/dev to origin
    david-puglielli committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    36c45b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Configuration menu
    Copy the full SHA
    f71c52d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efde09f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Changes made to source and tests to support PHP 7.3 (#822)

    * Changes made to support php 7.3
    
    * Correct use of the smart pointer
    
    * Fixed the tests for 7.3
    
    * Some clean up for array_init()
    
    * Fixed formattings and clean up
    yitam authored Jul 26, 2018
    Configuration menu
    Copy the full SHA
    b6d815b View commit details
    Browse the repository at this point in the history
  2. One more fix

    david-puglielli committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    7357a16 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. Configuration menu
    Copy the full SHA
    c533ffa View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Configuration menu
    Copy the full SHA
    adf86f1 View commit details
    Browse the repository at this point in the history
  2. Removed some spaces

    david-puglielli committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    a664a5f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Configuration menu
    Copy the full SHA
    41a7caf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #825 from david-puglielli/string-initialisation-nulls

    String initialisation to nulls
    david-puglielli authored Aug 1, 2018
    Configuration menu
    Copy the full SHA
    026c5d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29f4ad7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d699680 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b15997 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #827 from david-puglielli/string-initialisation-nulls

    Fix for compilation problem again
    david-puglielli authored Aug 1, 2018
    Configuration menu
    Copy the full SHA
    ba9579b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Before freeing stmt in destructor check if dbh driver data is NULL (#829

    )
    
    * Issue 434 - set dbh driver data to NULL as well in destructor
    
    * Reverted the last change but instead check if dbh driver_data is already freed
    
    * Modified the comment
    yitam authored Aug 10, 2018
    Configuration menu
    Copy the full SHA
    909d1fa View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Configuration menu
    Copy the full SHA
    28a7860 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4452a4d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Modified the error handling to make it more flexible (#833)

    * Made error handling more flexible
    
    * Fixed a minor issue with a test
    yitam authored Aug 20, 2018
    Configuration menu
    Copy the full SHA
    6a688b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Configuration menu
    Copy the full SHA
    c209b72 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Incorporated changes in PR 634 to pdo_sqlsrv (#834)

    * Incorporated changes in PR 634 to pdo_sqlsrv
    
    * Reverted the changes because the array is for internal use only
    yitam authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    084ab72 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Modified README re user's suggestion (#841)

    * Modified README re user's suggestion
    
    * Moved the if condition to the end as per review
    yitam authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    ae1b413 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Adding supporting for Azure AD access token (#837)

    * Adding supporting for Azure AD access token
    
    * Added more comments for the AD access token skipif files
    
    * Save the pointer to access token struct until after connecting
    
    * Clear the access token data before freeing the memory
    
    * Added a reference as per review
    yitam authored Sep 6, 2018
    Configuration menu
    Copy the full SHA
    e513806 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Feature request - new PDO_STMT_OPTION_FETCHES_DATETIME_TYPE flag for …

    …pdo_sqlsrv to return datetime as objects (#842)
    
    * Feature request - issue 648
    
    * Fixed constructor for field_cache and added another test
    
    * Added tests for FETCH_BOUND
    
    * Added a new test for output param
    
    * Modified output param test to set attributes differently
    
    * Removed a useless helped function in a test
    
    * Combined two new tests into one as per review
    
    * Uncommented dropTable
    yitam authored Sep 17, 2018
    Configuration menu
    Copy the full SHA
    7521f09 View commit details
    Browse the repository at this point in the history
  2. Feature request - add ReturnDatesAsStrings option to statement level …

    …for sqlsrv (#844)
    
    * Added ReturnDatesAsStrings option to the statement level
    
    * Added new tests for ReturnDatesAsStrings at statement level
    
    * Added more datetime types as per review
    yitam authored Sep 17, 2018
    Configuration menu
    Copy the full SHA
    902a032 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Updated version 5.4.0-preview (#846)

    * Updated version 5.4.0-preview
    
    * Replaced 5.3 with 5.4
    yitam authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    88dfea3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Configuration menu
    Copy the full SHA
    0ba11a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Change log for 5.4.0-preview (#850)

    * Updated change log for 5.4.0-preview
    
    * Updated 5.4.0 preview to add two new feature requests
    
    * Modified change log as per review
    
    * Modified the wordings
    
    * Updated readme, changelog, and install instructions
    yitam authored Sep 24, 2018
    Configuration menu
    Copy the full SHA
    432901d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Clear AKV data after setting the connection attribute or when excepti…

    …on is thrown (#854)
    
    * Dev (#820)
    
    * Fixed the potential error reported by Prefast code analysis
    
    * Use SQLSRV_ASSERT for checking NULL ptrs
    
    * For these AKV tests check env despite not AE connected
    
    * Added the driver option to run functional tests
    
    * Fixed connection pooling tests for more than one ODBC drivers
    
    * added driver option to pdo isPooled.php
    
    * Removed win32 ifdefs re connection resiliency (#802)
    
    * Set the driver argument for getDSN to null by default (#798)
    
    * Added the driver argument to getDSN
    
    * Dropped the driver argument but set to null as default
    
    * Removed the AE condition in locale support
    
    * Modified the AE condition for locale support
    
    * Changed int to SQLLEN to avoid infinite loop (#806)
    
    * Version 5.3.0 (#803)
    
    * Version 5.3.0
    
    * Fixed the wrong replacements
    
    * Added comments block to m4 files
    
    * Use dnl for comments
    
    *  Modified AE fetch phptypes test to insert only one row at a time and loop through php types (#801)
    
    * Modified AE fetch phptypes test to insert only one row at a time and loop through php types
    
    * Fixed formatting
    
    * Streamlined two very similar large column name tests (#807)
    
    * Streamlined two very similar large column name tests
    
    * Changed the EOL
    
    * Updates to change log and readme (#811)
    
    * Updates to change log and readme
    
    * Dropped support for Ubuntu 17
    
    * Modified as per review comments
    
    * Fixed connection resiliency tests for Unix, updated AppVeyor for ODBC 17.2
    
    * Fixed expected output
    
    * Fixed output and skipifs
    
    * Fixed skipifs and output
    
    * Fixed driver name
    
    * Updated installation instructions and sample script (#813)
    
    * Updated instructions and sample test for 5.3.0 RTW
    
    * Fixed sample code to adhere to php coding standard
    
    * Fixed cases and spaces
    
    * Modified NOTE for UB 18.04 based on review comments
    
    * Added 'exit'
    
    * Modified change log and readme based on review to PR 811
    
    * Applied review comments
    
    * build output to debug appveyor failure
    
    * removed debug output
    
    * Streamlined two very similar large column name tests (#815)
    
    * Streamlined two very similar large column name tests
    
    * Added random number of test table names to avoid operand clash issues
    
    * Replaced to with for based on review
    
    * Changelog updated
    
    * changelog updated, test skipif changed to run on unix platforms
    
    * Fixed skipif typo
    
    * Fixed typo in skipif for pdo
    
    * Fixed some output for Travis
    
    * Moved error checking inside pdo connres tests
    
    * Added links back to changelog
    
    * Fixed output for sqlsrv connres tests
    
    * Fixed output
    
    * Fixed output again
    
    * Clear AKV data after connection or when exception is thrown
    
    * Modified tests too to skip some AKV tests without real credentials
    
    * Used assignment operator also free the existing memory
    yitam authored Sep 26, 2018
    Configuration menu
    Copy the full SHA
    32732c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Change readme links to https

    BackEndTea authored and david-puglielli committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    a4eb46c View commit details
    Browse the repository at this point in the history
  2. Change readme links to https

    Merging this commit to dev
    BackEndTea authored and david-puglielli committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    3ce8eb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Save meta data for the fetched result set (#855)

    * Save meta data on fetched result sets
    
    * Fixed a compilation error
    
    * Optimized some more -- metadata should be available when fetching
    
    * Skip conversion for strings of numeric values, integers, floats, decimals etc
    
    * Set encoding char for numeric data
    
    * Apply review
    yitam authored Oct 5, 2018
    Configuration menu
    Copy the full SHA
    b523306 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. Configuration menu
    Copy the full SHA
    8e0baba View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Added Mojave to macOS instructions (#862)

    Added Mojave to macOS instructions
    yitam authored Oct 11, 2018
    Configuration menu
    Copy the full SHA
    a6b1cd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Configuration menu
    Copy the full SHA
    36fd97e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18094a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Configuration menu
    Copy the full SHA
    b3072a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Configuration menu
    Copy the full SHA
    2a9398f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    f4ad2ae View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Configuration menu
    Copy the full SHA
    3679b48 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Configuration menu
    Copy the full SHA
    69e8208 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Configuration menu
    Copy the full SHA
    d51f6db View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. Configuration menu
    Copy the full SHA
    78911f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Configuration menu
    Copy the full SHA
    b2a1950 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. Configuration menu
    Copy the full SHA
    8e6c181 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    76c595f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Configuration menu
    Copy the full SHA
    ae29f73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbdc01c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Configuration menu
    Copy the full SHA
    9195f84 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Configuration menu
    Copy the full SHA
    2f92a26 View commit details
    Browse the repository at this point in the history
  2. Update sqlsrv_statement_format_money_scales.phpt

    Do not encrypt money / smallmoney fields in the test table
    yitam authored Dec 4, 2018
    Configuration menu
    Copy the full SHA
    ac8ea11 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Configuration menu
    Copy the full SHA
    94c5a67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb55bb7 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Fixed broken links

    david-puglielli committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    2124176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8b5615 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #899 from david-puglielli/php-7.3-update

    updated docs for php 7.3
    david-puglielli authored Dec 7, 2018
    Configuration menu
    Copy the full SHA
    5d2a653 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    e30ebfa View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Configuration menu
    Copy the full SHA
    d4f840f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Configuration menu
    Copy the full SHA
    4efb54e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Configuration menu
    Copy the full SHA
    5801edd View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Configuration menu
    Copy the full SHA
    25d6812 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Configuration menu
    Copy the full SHA
    9a37258 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Changed version 5.6.0 (#918)

    yitam authored Jan 16, 2019
    Configuration menu
    Copy the full SHA
    d6c8cc2 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Configuration menu
    Copy the full SHA
    04f531d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Configuration menu
    Copy the full SHA
    d9b6e05 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Configuration menu
    Copy the full SHA
    9e49a17 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Merge pull request #925 from david-puglielli/shared-compilation-load-…

    …order-fix
    
    Fixed load order issue in sqlsrv
    david-puglielli authored Feb 6, 2019
    Configuration menu
    Copy the full SHA
    d69015c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b9739a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Configuration menu
    Copy the full SHA
    a39be12 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Change log 5.6.0 (#921)

    yitam authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    c5989d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Configuration menu
    Copy the full SHA
    5b2b750 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Merge remote-tracking branch 'upstream/master' into dev

    Replacing master with dev
    david-puglielli committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    3758133 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Configuration menu
    Copy the full SHA
    b1b7a40 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Configuration menu
    Copy the full SHA
    12d01c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27d5f64 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Configuration menu
    Copy the full SHA
    d60748e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Configuration menu
    Copy the full SHA
    7309fb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    1332e3b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Configuration menu
    Copy the full SHA
    840ebc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bedc430 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df8d7da View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Configuration menu
    Copy the full SHA
    15f61bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f56eab View commit details
    Browse the repository at this point in the history
  3. Issue 937 - fixed ASSERT and added new tests (#940)

    (cherry picked from commit 12d01c9)
    yitam committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    a6cee77 View commit details
    Browse the repository at this point in the history
  4. Fixed the returned values for PDOStatement::getColumnMeta (#946)

    (cherry picked from commit 7309fb9)
    yitam committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    763913d View commit details
    Browse the repository at this point in the history
  5. Fix issue 955 - errors building sqlsrv alone (#956)

    (cherry picked from commit 15f61bd)
    yitam committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    2c8f8ca View commit details
    Browse the repository at this point in the history
  6. 5.6.1 hotfix

    yitam committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    3c71213 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Updated change log

    yitam committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    db488ca View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Merge tag 'v5.6.1' into HEAD

    The hotfix for 5.6.0 RTW
    yitam committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    f76944d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #930 from gdegoulet/dev

    add Language option on connect
    david-puglielli authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    6325284 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Configuration menu
    Copy the full SHA
    a99e7c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d389e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Configuration menu
    Copy the full SHA
    1ba1f21 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Configuration menu
    Copy the full SHA
    a8a0146 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Configuration menu
    Copy the full SHA
    4b6b650 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Configuration menu
    Copy the full SHA
    486ab9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ba932b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e4f014 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Configuration menu
    Copy the full SHA
    e2a6ece View commit details
    Browse the repository at this point in the history
  2. Minor fixes

    david-puglielli committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    847493b View commit details
    Browse the repository at this point in the history
  3. Test fixes

    david-puglielli committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    cf03cbb View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. Configuration menu
    Copy the full SHA
    62738ba View commit details
    Browse the repository at this point in the history
  2. Fixed test failure

    david-puglielli committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    b025110 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Configuration menu
    Copy the full SHA
    368d088 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad1d990 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd24a97 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #972 from david-puglielli/redundant-apis

    Fix for redundant calls to SQLNumResultCols and SQLRowCount
    david-puglielli authored Apr 15, 2019
    Configuration menu
    Copy the full SHA
    a3456cd View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Configuration menu
    Copy the full SHA
    c1b54aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13fe59d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Configuration menu
    Copy the full SHA
    ea17b72 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Formatting changes

    david-puglielli committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    63c6bd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Configuration menu
    Copy the full SHA
    ee3c85a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f93bbe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #974 from david-puglielli/batch-query-test

    Added batch query test
    david-puglielli authored Apr 24, 2019
    Configuration menu
    Copy the full SHA
    45c1b85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8e1138 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Revert "Used different skipif conditions for these two tests that req…

    …uire AE connections (#977)" (#980)
    
    This reverts commit ee3c85a.
    yitam authored Apr 25, 2019
    Configuration menu
    Copy the full SHA
    e8d1389 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Fixed failing tests (#981)

    yitam authored Apr 26, 2019
    Configuration menu
    Copy the full SHA
    c5b6540 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Configuration menu
    Copy the full SHA
    9e90a42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e02db62 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Configuration menu
    Copy the full SHA
    ffd9849 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    6ad5c1e View commit details
    Browse the repository at this point in the history
  2. Removed unix skipif

    david-puglielli committed May 9, 2019
    Configuration menu
    Copy the full SHA
    aeeba5c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Fixed test output

    david-puglielli committed May 10, 2019
    Configuration menu
    Copy the full SHA
    51c45a2 View commit details
    Browse the repository at this point in the history
  2. Fixed pdo test

    david-puglielli committed May 10, 2019
    Configuration menu
    Copy the full SHA
    e031c1a View commit details
    Browse the repository at this point in the history
  3. Changed flag name

    david-puglielli committed May 10, 2019
    Configuration menu
    Copy the full SHA
    9d9acc3 View commit details
    Browse the repository at this point in the history
  4. Fixed test output

    david-puglielli committed May 10, 2019
    Configuration menu
    Copy the full SHA
    ca6d6cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b6b076 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    209c4fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50ba324 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39c57af View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. Configuration menu
    Copy the full SHA
    6975967 View commit details
    Browse the repository at this point in the history
  2. Fixed locale issue

    david-puglielli committed May 11, 2019
    Configuration menu
    Copy the full SHA
    06ff53d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Corrected formatting

    david-puglielli committed May 13, 2019
    Configuration menu
    Copy the full SHA
    1aa8dea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60f20bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e152459 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f369ce6 View commit details
    Browse the repository at this point in the history
  5. Fixed two failing tests (#991)

    yitam authored May 13, 2019
    Configuration menu
    Copy the full SHA
    7e0bf91 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Configuration menu
    Copy the full SHA
    ac59cfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9122c15 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Added batch query

    david-puglielli committed May 22, 2019
    Configuration menu
    Copy the full SHA
    68d7903 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c585c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Configuration menu
    Copy the full SHA
    ec3a7a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a092523 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    5c42829 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4387a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Configuration menu
    Copy the full SHA
    c0cf381 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Configuration menu
    Copy the full SHA
    b839ede View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Fixed for issues found by Semmle (#1011)

    * Removed unneeded constants
    
    * Fixed sqlsrv_free_stmt argument info
    
    * Fixed brace escape to avoid buffer overflow
    
    * Fixed brace escape and added test
    
    * Debugging test failure on Bamboo
    
    * Removed debugging output
    
    * Debugging test failure on Bamboo
    
    * Removed debugging output
    
    * Added more test cases
    
    * Changed range check to use strchr
    
    * Added pdo test
    
    * Fixed test and formatting
    david-puglielli authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    1a2b493 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    65daa7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31a7748 View commit details
    Browse the repository at this point in the history
  3. Added survey results (#1017)

    yitam authored Jul 29, 2019
    Configuration menu
    Copy the full SHA
    c1bc593 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Configuration menu
    Copy the full SHA
    bae6930 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Configuration menu
    Copy the full SHA
    aa03782 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    eb8ecbf View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Configuration menu
    Copy the full SHA
    f5c0b63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2792ece View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Change log for 5.7.0 (#1028)

    yitam authored Sep 4, 2019
    Configuration menu
    Copy the full SHA
    fdf029d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Configuration menu
    Copy the full SHA
    2557520 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    6a7136d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    aec733b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Always Encrypted v2 support (#1045)

    * Change to support ae-v2
    
    * Add support for AE V2
    
    * Added some descriptions and comments
    
    * Fixed PDO pattern matching
    
    * Updated key generation scripts
    
    * Fixed key script
    
    * Fixed char/nchar results, fixed formatting issues
    
    * Addressed review comments
    
    * Updated key scripts
    
    * Debugging aev2 keyword failure
    
    * Debugging aev2 keyword failure
    
    * Debugging aev2 keyword failure
    
    * Debugging aev2 keyword failure
    
    * Added skipif to ae v2 keyword test
    
    * Addressed review comments
    
    * Fixed braces and camel caps
    
    * Updated test descriptions
    
    * Added detail to test descriptions
    
    * Tiny change
    david-puglielli authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    0513287 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    e30752f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b77bfa8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    006157a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Updated all CIs (#1058)

    yitam authored Nov 19, 2019
    Configuration menu
    Copy the full SHA
    75e421c View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Configuration menu
    Copy the full SHA
    b41135a View commit details
    Browse the repository at this point in the history
  2. Fix AKV keyword test for AE v2 behaviour (#1061)

    * Master (#936)
    
    5.6.0 RTW
    
    * 5.6.1 hotfix (#959)
    
    * Updated links and versions (#987)
    
    * Fixed AKV keyword tests for AE v2
    
    * Added comment
    
    * Free proc cache before starting test
    
    * Fixed comment
    david-puglielli authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    48b0488 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Configuration menu
    Copy the full SHA
    efd04e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Configuration menu
    Copy the full SHA
    afa217f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Fixes suggested by Semmle (#1068)

    * Fixes suggested by Semmle
    
    * Updated azure-pipelines
    david-puglielli authored Dec 18, 2019
    Configuration menu
    Copy the full SHA
    eeec2f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Configuration menu
    Copy the full SHA
    23f92ef View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    f64df04 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Configuration menu
    Copy the full SHA
    9c9c04a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Configuration menu
    Copy the full SHA
    8d6ef75 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    ba05b24 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    6e312d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. 5.8.0 rtw docs (#1086)

    * updated install instructions and changelog
    
    * removed md extensions
    
    * Addressed review comments
    
    * added path
    
    * Fixed link
    david-puglielli authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    e7b5a88 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Ae v2 extended tests (#1077)

    * Added extended AE v2 tests
    
    * Added binary types to error check
    
    * Updated test descriptions
    
    * Added the test matrix
    
    * Refactored tests
    
    * Added else check for keystore
    
    * Debugging connection failures
    
    * Debugging connection failures
    
    * Debugging connection failures
    
    * Addressed review comments
    
    * Fixed parse error
    
    * Fixed parse error
    
    * Fixed parse error
    
    * Addressed review comments
    david-puglielli authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    71b9d40 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    e90fd2c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    5455b4d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    9534f7b View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    af3097d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    cd64173 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    8bb6cef View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    fb335c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    7214e8d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    e8fef22 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Change log 5.8.1 (#1116)

    yitam authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    3d2f631 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    55e1715 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. 5.8.1 hotfix release

    yitam committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    2ec391f View commit details
    Browse the repository at this point in the history