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

Dev #820

Merged
merged 41 commits into from
Jul 21, 2018
Merged

Dev #820

merged 41 commits into from
Jul 21, 2018

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