Skip to content

Commit

Permalink
Merge pull request microsoft#616 from Microsoft/preSendTime
Browse files Browse the repository at this point in the history
Change back 'sendTimeAsDatetime' property's default value to 'true'
  • Loading branch information
cheenamalhotra committed Jan 31, 2018
2 parents 5856172 + d44a5f0 commit 6c79be8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ enum SQLServerDriverBooleanProperty
MULTI_SUBNET_FAILOVER ("multiSubnetFailover", false),
SERVER_NAME_AS_ACE ("serverNameAsACE", false),
SEND_STRING_PARAMETERS_AS_UNICODE ("sendStringParametersAsUnicode", true),
SEND_TIME_AS_DATETIME ("sendTimeAsDatetime", false),
SEND_TIME_AS_DATETIME ("sendTimeAsDatetime", true),
TRANSPARENT_NETWORK_IP_RESOLUTION ("TransparentNetworkIPResolution", true),
TRUST_SERVER_CERTIFICATE ("trustServerCertificate", false),
XOPEN_STATES ("xopenStates", false),
Expand Down

0 comments on commit 6c79be8

Please sign in to comment.