Commit graph

450 commits

Author SHA1 Message Date
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 81ff0851ea
Removed win32 ifdefs re connection resiliency (#802) 2018-06-21 14:29:09 -07:00
Jenny Tam 44d1bb39ba Use SQLSRV_ASSERT for checking NULL ptrs 2018-06-06 13:18:58 -07:00
Jenny Tam 10ff344fca Fixed the potential error reported by Prefast code analysis 2018-06-05 13:09:51 -07:00
David Puglielli 13144d9c5e
Merge pull request #783 from david-puglielli/type-conversion-for-ae
Added select type conversion test
2018-05-28 15:48:18 -07:00
David Puglielli c348aadd68 Addressed review comments 2018-05-28 15:08:46 -07:00
David Puglielli d35575b164 Added select type conversion test and updated values 2018-05-25 21:47:25 -07:00
Jenny Tam 45f422abba
Merge pull request #780 from yitam/version
Modified version.h for 5.2.1-preview
2018-05-25 16:48:13 -07:00
David Puglielli 1747df1ced addressed review comments 2018-05-25 14:42:32 -07:00
Jenny Tam 6817c7b4d4 Modified the comments to clarify things 2018-05-25 09:38:23 -07:00
Jenny Tam d26440b207 Modified version.h for 5.2.1-preview 2018-05-24 16:30:12 -07:00
David Puglielli e0f9afae2f
Merge pull request #768 from david-puglielli/azure-key-vault-support
Azure key vault support
2018-05-18 14:43:36 -07:00
David Puglielli e2ed131b41 Final style fixes 2018-05-18 14:05:18 -07:00
David Puglielli 10ea9286d8 Fixed coding style 2018-05-18 12:24:37 -07:00
David Puglielli 757a84fd4c Added constant for AKV name 2018-05-17 16:24:40 -07:00
Jenny Tam 64e2241ba2 Extend output buffer sizes with SQL decimals or numerics 2018-05-17 13:06:22 -07:00
David Puglielli 079c4ea0fe Fixed tests, fixed wide char name in keystore struct 2018-05-16 15:14:47 -07:00
Jenny Tam 4747537a96 Fixed the formatting 2018-05-15 16:13:36 -07:00
Jenny Tam 0b5ceb001d Reverted the changes 2018-05-15 15:57:47 -07:00
Jenny Tam 4c7c08515d Added workaround for the test plus use BIGINT for 64-bit systems 2018-05-15 14:28:26 -07:00
Jenny Tam bca311081d Modified the output param initial value 2018-05-15 12:41:28 -07:00
Jenny Tam 9a82e9daa3 Used sizeof not INT_MAX 2018-05-15 10:00:36 -07:00
Jenny Tam 999312be8b Tried using INT_MAX instead 2018-05-15 09:33:52 -07:00
David Puglielli 2239511f80 Workaround for error returned in Linux 2018-05-14 12:04:25 -07:00
David Puglielli 3b94eb4726 Merging 2018-05-08 17:56:28 -07:00
David Puglielli 2aaae26f55 Minor fixes 2018-05-08 17:09:58 -07:00
David Puglielli fb1a2ecb70 Changes according to PR review comments 2018-05-08 14:12:14 -07:00
Jenny Tam 5a842c9b32
Merge pull request #761 from yitam/vso2823
Made changes to output param handling code to convert doubles to ints, if necessary
2018-05-08 13:13:14 -07:00
David Puglielli 2fe0b5a2bc Removed more unnecessary comments 2018-05-05 17:24:34 -07:00
David Puglielli 52cd004b79 Removed unnecessary comments 2018-05-05 17:22:02 -07:00
David Puglielli 977e5309dd Support for Azure Key Vault 2018-05-05 17:08:01 -07:00
Jenny Tam 5f6c3994ca A huge negative number is out of range too 2018-04-26 08:57:22 -07:00
Jenny Tam 5bb3f1a2ec Modified the error message to indicate value out of range 2018-04-26 08:48:41 -07:00
Jenny Tam 218497c642 Made changes to output param handling code to convert doubles to ints if necessary 2018-04-25 15:43:56 -07:00
Jenny Tam 3033a26c51 Added a comment to address the issue 2018-04-25 07:56:58 -07:00
Jenny Tam 72ca1cd1eb Fixed incorrect error when binding inout PDO STR with binary encoding 2018-04-24 15:38:53 -07:00
Jenny Tam 93b9938e02 Replace most strlen with strnlen_s 2018-04-13 15:06:10 -07:00
David Puglielli 454bc2739f
Merge pull request #744 from david-puglielli/Revert-bigint-change
Reverted change handling bigint output parameters
2018-04-11 14:21:20 -07:00
David Puglielli 2960738883 Reverted change handling bigint output parameters 2018-04-09 17:15:58 -07:00
Jenny Tam 812db3da38 Increase LAST_INSERT_ID_BUFF_LEN for other data types for identity columns 2018-04-06 11:35:32 -07:00
Jenny Tam 88f0bcfc92 Added bigint into the options 2018-04-04 13:37:41 -07:00
Jenny Tam 4740ed25b8 Fix issue 705 by including the possible negative sign 2018-04-02 15:41:54 -07:00
Jenny Tam db56c0344e Removed support for Custom Keystore provider 2018-02-08 09:00:16 -08:00
Yuki Wong 3bc2c74fd3
Merge pull request #676 from v-kaywon/versionh
change version.h and config flags for debug mode
2018-01-29 21:06:13 -08:00
v-kaywon 13d6f9129e change version.h and config flags for debug mode 2018-01-29 16:38:09 -08:00
Jenny Tam 6d5763abd6 Replace SQL_IS_SMALLINT with SQL_IS_INTEGER 2018-01-29 16:34:57 -08:00
Jenny Tam 9e2c080dda Replace 0 with SQL_IS_SMALLINT 2018-01-29 15:56:25 -08:00
v-kaywon 253a0f3d44 fix typo 2018-01-17 10:12:31 -08:00
v-kaywon abd2c65348 fix indentation 2018-01-16 16:50:17 -08:00