Commit graph

2351 commits

Author SHA1 Message Date
Jenny Tam 28a7860828
Added driver to the skipif conditions (#831) 2018-08-17 13:52:23 -07:00
Jenny Tam 909d1fa130
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
2018-08-10 15:18:08 -07:00
David Puglielli ba9579b504
Merge pull request #827 from david-puglielli/string-initialisation-nulls
Fix for compilation problem again
2018-08-01 16:40:40 -07:00
David Puglielli 0b15997d3c Fix for compilation problem again 2018-08-01 16:14:34 -07:00
David Puglielli d699680cd4
Merge pull request #826 from david-puglielli/string-initialisation-nulls
Fix for compilation problem
2018-08-01 14:36:20 -07:00
David Puglielli 29f4ad710b Fix for compilation problem 2018-08-01 13:24:20 -07:00
David Puglielli 026c5d14d3
Merge pull request #825 from david-puglielli/string-initialisation-nulls
String initialisation to nulls
2018-07-31 18:28:57 -07:00
David Puglielli 41a7caf1c1 Made array index spacing consistent 2018-07-31 17:22:56 -07:00
David Puglielli a664a5fcf9 Removed some spaces 2018-07-31 14:58:21 -07:00
David Puglielli adf86f17ae Initialising strings with nulls 2018-07-31 13:16:32 -07:00
David Puglielli c533ffa1b4
Merge pull request #821 from david-puglielli/skipif-fix
Skipif fix
2018-07-27 15:31:29 -07:00
David Puglielli 7357a1673f One more fix 2018-07-26 16:08:58 -07:00
Jenny Tam b6d815bfc9
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
2018-07-26 15:21:03 -07:00
David Puglielli efde09f9af Tweaked per review comments 2018-07-23 16:38:24 -07:00
David Puglielli f71c52d63d Fixed skipifs for connres 2018-07-23 11:21:43 -07:00
Jenny Tam 9654020d67
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
2018-07-20 17:24:48 -07:00
David Puglielli 36c45b6ef5 Merge branch 'dev' of https://github.com/david-puglielli/msphpsql into dev
Merging upstream/dev to origin
2018-07-19 17:41:41 -07:00
David Puglielli bd34cabdd2
Merge pull request #818 from david-puglielli/connres-test-fixes
Fixed output for sqlsrv connres tests
2018-07-19 17:35:14 -07:00
David Puglielli 6ee8c44e93 Fixed output again 2018-07-19 16:45:15 -07:00
David Puglielli 825b429a11 Fixed output 2018-07-19 16:43:33 -07:00
David Puglielli 96efbdb47b Fixed output for sqlsrv connres tests 2018-07-19 16:18:03 -07:00
David Puglielli 6f0f4b70db
Merge pull request #817 from david-puglielli/changelog-update-5.3.0
Added links back to changelog
2018-07-19 14:49:13 -07:00
David Puglielli 495183e508 Added links back to changelog 2018-07-19 14:02:06 -07:00
David Puglielli faf5ce828b
Merge pull request #816 from david-puglielli/changelog-update-5.3.0
Changelog updated
2018-07-19 13:53:02 -07:00
David Puglielli 0f66c4848b Moved error checking inside pdo connres tests 2018-07-19 13:25:07 -07:00
David Puglielli 820bc3199e Fixed some output for Travis 2018-07-19 12:22:02 -07:00
David Puglielli 6cd7dbc8b9 Fixed typo in skipif for pdo 2018-07-19 10:59:32 -07:00
David Puglielli eb80227657 Fixed skipif typo 2018-07-18 17:25:38 -07:00
David Puglielli 7b720e1f62 changelog updated, test skipif changed to run on unix platforms 2018-07-18 17:01:54 -07:00
David Puglielli 706c526664 Changelog updated 2018-07-18 16:45:10 -07:00
Jenny Tam 35631cffae
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
2018-07-13 16:11:35 -07:00
David Puglielli 9479d03baf
Merge pull request #814 from david-puglielli/odbc-172-update
Odbc 172 update for connres and appveyor
2018-07-13 15:52:19 -07:00
David Puglielli cb7897761b removed debug output 2018-07-12 17:01:45 -07:00
David Puglielli a18a59b581 build output to debug appveyor failure 2018-07-12 16:28:41 -07:00
Jenny Tam 79be2821fa
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
2018-07-12 15:16:28 -07:00
David Puglielli c1d579319d Fixed driver name 2018-07-12 13:24:04 -07:00
David Puglielli 0495513c07 Fixed skipifs and output 2018-07-11 16:27:03 -07:00
David Puglielli 82be8141a3 Fixed output and skipifs 2018-07-11 11:29:34 -07:00
David Puglielli b2f7b206c5 Fixed expected output 2018-07-10 19:44:48 -07:00
David Puglielli af9f77e1d1 Fixed connection resiliency tests for Unix, updated AppVeyor for ODBC 17.2 2018-07-10 17:07:03 -07:00
Jenny Tam bbfe6df4cd
Updates to change log and readme (#811)
* Updates to change log and readme

* Dropped support for Ubuntu 17

* Modified as per review comments
2018-07-05 10:58:04 -07:00
Jenny Tam 5aa9be7e13
Streamlined two very similar large column name tests (#807)
* Streamlined two very similar large column name tests

* Changed the EOL
2018-07-03 16:47:14 -07:00
Jenny Tam aef3830479
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
2018-06-27 13:14:10 -07:00
Jenny Tam 197489ab4f
Version 5.3.0 (#803)
* Version 5.3.0

* Fixed the wrong replacements

* Added comments block to m4 files

* Use dnl for comments
2018-06-27 11:03:52 -07:00
Jenny Tam ae0b95b757
Changed int to SQLLEN to avoid infinite loop (#806) 2018-06-27 11:03:30 -07:00
Jenny Tam eeea7878fb
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
2018-06-26 13:41:07 -07:00
Jenny Tam 81ff0851ea
Removed win32 ifdefs re connection resiliency (#802) 2018-06-21 14:29:09 -07:00
Jenny Tam 53e4da40de
Merge pull request #796 from yitam/connPooltests
Fixed connection pooling tests for more than one ODBC drivers
2018-06-11 14:24:07 -07:00
Jenny Tam d554492344 added driver option to pdo isPooled.php 2018-06-11 12:10:33 -07:00
Jenny Tam 17fa64ac79 Fixed connection pooling tests for more than one ODBC drivers 2018-06-11 11:36:22 -07:00