Commit graph

2382 commits

Author SHA1 Message Date
Jenny Tam a99e7c30ba
Tests modified for language option for SQL Azure (#963) 2019-03-29 08:28:46 -07:00
David Puglielli 6325284919
Merge pull request #930 from gdegoulet/dev
add Language option on connect
2019-03-28 12:09:54 -07:00
Jenny Tam f76944de94 Merge tag 'v5.6.1' into HEAD
The hotfix for 5.6.0 RTW
2019-03-28 10:19:37 -07:00
Jenny Tam 3ba26932d8
5.6.1 hotfix (#959) 2019-03-19 16:38:58 -07:00
Jenny Tam db488ca22d Updated change log 2019-03-19 14:30:23 -07:00
Jenny Tam 3c71213575 5.6.1 hotfix 2019-03-18 16:50:19 -07:00
Jenny Tam 2c8f8caf8d Fix issue 955 - errors building sqlsrv alone (#956)
(cherry picked from commit 15f61bd0b4)
2019-03-18 16:37:27 -07:00
Jenny Tam 763913d7ca Fixed the returned values for PDOStatement::getColumnMeta (#946)
(cherry picked from commit 7309fb90b1)
2019-03-18 16:34:30 -07:00
Jenny Tam a6cee775f7 Issue 937 - fixed ASSERT and added new tests (#940)
(cherry picked from commit 12d01c9189)
2019-03-18 16:32:45 -07:00
Jenny Tam 7f56eab86e
Modified test_largeData for Linux CI (#954) 2019-03-18 08:46:20 -07:00
Jenny Tam 15f61bd0b4
Fix issue 955 - errors building sqlsrv alone (#956) 2019-03-18 08:23:31 -07:00
Jenny Tam df8d7da328
Added new tests for issue 569 (#951) 2019-03-14 15:15:33 -07:00
Jenny Tam bedc4305bd
Added a new status badge on readme (#953) 2019-03-14 11:17:40 -07:00
Jenny Tam 840ebc2378
Fixed the error in Issue 570 (#952) 2019-03-14 11:17:14 -07:00
Jenny Tam 1332e3b5f8
Onboarding to Azure Pipelines (#949) 2019-03-13 15:19:05 -07:00
Jenny Tam 7309fb90b1
Fixed the returned values for PDOStatement::getColumnMeta (#946) 2019-03-08 11:43:36 -08:00
Jenny Tam d60748e0cd
Modified money tests to test the accuracies of floats (#944) 2019-03-04 18:11:37 -08:00
Jenny Tam 27d5f64ff9
Changed travis to pull mcr.microsoft.com/mssql/server:2017-latest instead (#943) 2019-02-28 15:06:02 -08:00
Jenny Tam 12d01c9189
Issue 937 - fixed ASSERT and added new tests (#940) 2019-02-27 16:54:26 -08:00
Jenny Tam b1b7a40f70
Updated AppVeyor to download ODBC driver 17.3 (#941) 2019-02-27 11:10:26 -08:00
David Puglielli cdc107b7b1 Master (#936)
5.6.0 RTW
2019-02-21 17:39:02 -08:00
David Puglielli 37581330aa Merge remote-tracking branch 'upstream/master' into dev
Replacing master with dev
2019-02-21 17:05:18 -08:00
Guillaume Degoulet 5b2b7504da add Language option on connect 2019-02-13 13:56:12 +01:00
Jenny Tam c5989d8a11
Change log 5.6.0 (#921) 2019-02-11 14:42:15 -08:00
David Puglielli a39be12f96 Modified linux and mac instructions for 5.6.0 RTW (#926) 2019-02-08 11:07:04 -08:00
Jenny Tam 3b9739a6c2
Added source indexing for symbols (#922) 2019-02-06 15:57:52 -08:00
David Puglielli d69015c856
Merge pull request #925 from david-puglielli/shared-compilation-load-order-fix
Fixed load order issue in sqlsrv
2019-02-05 16:38:22 -08:00
David Puglielli 9e49a176d8 Fixed load order issue in sqlsrv 2019-02-05 15:42:53 -08:00
Jenny Tam d9b6e05455
Added new tests for setting client buffer size related to issue 228 (#920) 2019-01-25 15:53:58 -08:00
Jenny Tam 04f531d813
Initialize hasLoss before passing into Convert function (#919) 2019-01-21 08:16:25 -08:00
Jenny Tam d6c8cc2e15
Changed version 5.6.0 (#918) 2019-01-16 10:19:01 -08:00
Jenny Tam 9a372582f9
Support for Managed Identity for Azure resources (#875) 2019-01-11 17:17:45 -08:00
Jenny Tam 25d6812087
Skipped the non-applicables tests against Azure Data Warehouse (#913) 2019-01-07 15:36:59 -08:00
Jenny Tam 5801edd5c6
Dropped dbname variable and set QUOTED_IDENTIFIER to ON (#911) 2019-01-04 12:53:35 -08:00
Jannes Jeising 4efb54e45a Enable compiling extensions statically into PHP (#904) 2018-12-20 11:49:06 -08:00
Jenny Tam d4f840f630
Initialize output param buffer when allocating extra space (#907) 2018-12-17 12:25:37 -08:00
Jenny Tam e30ebfabe8
Drop tests related to fake passwords (#905) 2018-12-10 16:11:39 -08:00
Jenny Tam b65e28ccb6
5.5.0-preview (#903) 2018-12-07 15:03:48 -08:00
David Puglielli 5d2a653b90
Merge pull request #899 from david-puglielli/php-7.3-update
updated docs for php 7.3
2018-12-06 16:50:36 -08:00
David Puglielli a8b561511f Added back Ubuntu 18.10 ODBC instruction 2018-12-06 16:28:17 -08:00
David Puglielli 21241765bd Fixed broken links 2018-12-06 16:06:16 -08:00
David Puglielli fb55bb7e37 updated docs for php 7.3 2018-12-06 15:23:19 -08:00
Jenny Tam 94c5a67403
Change log 5.5.0-preview (#895) 2018-12-06 08:35:19 -08:00
Jenny Tam ac8ea11126
Update sqlsrv_statement_format_money_scales.phpt
Do not encrypt money / smallmoney fields in the test table
2018-12-04 15:43:57 -08:00
David Puglielli 2f92a262dc Improve performance of Unicode conversions (#891) 2018-12-04 13:00:34 -08:00
Jenny Tam 9195f84f60
Removed warning messages while compiling extensions (#892) 2018-12-03 12:08:21 -08:00
Jenny Tam cbdc01c007
Fixed the error in the pdo decimal test (#890) 2018-11-29 08:55:09 -08:00
Jenny Tam ae29f73aee
Version update for 5.5.0-preview (#889) 2018-11-29 08:54:45 -08:00
Jenny Tam 76c595fc2b
Decimal places for money types only (#886) 2018-11-27 17:18:38 -08:00
Jenny Tam 8e6c181c59
Changed sample code to adhere to PSR standard (#887) 2018-11-22 19:25:30 -08:00