chore(deps): update dependency mysqlconnector to 1.3.14 #21
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.0
->1.3.14
Release Notes
mysql-net/MySqlConnector (MySqlConnector)
v1.3.14
Compare Source
v1.3.13
Compare Source
UnableToConnectToHost
exception: #1035.v1.3.12
Compare Source
v1.3.11
Compare Source
MySqlError.ErrorCode
: #1011.MySqlDataReader.GetDateTime
to read aVARCHAR
column as aDateTime
: #980.NEWDATE
column type: #1007.v1.3.10
Compare Source
NoBackslashEscapes
for binary parameter values: #999.NotSupportedException
when cancelling aMySqlCommand
in aTransactionScope
: #1001.InvalidOperationException
thrown fromMySqlConnection.Cancel
: #1002.DeferConnectionReset
totrue
; this disables background connection reset and restores the pre-1.3 behavior.v1.3.9
Compare Source
StringBuilder.GetChunks
(in .NET 5.0) forMySqlParameter
: #977.MySqlBulkCopy
: #974.StringBuilder
MySqlParameter
values in .NET 5.0.v1.3.8
Compare Source
v1.3.7
Compare Source
v1.3.6
Compare Source
v1.3.5
Compare Source
StringBuilder
,Memory<char>
, andReadOnlyMemory<char>
asMySqlParameter.Value
values: #975.ArgumentException
inMySqlBulkCopy
: #974.v1.3.4
Compare Source
ER_CLIENT_INTERACTION_TIMEOUT
error packet sent to timed-out connections: #970.UseCompression=true
may throw aMySqlProtocolException
when timed out.v1.3.3
Compare Source
Enum
parameters in prepared commands: #965.OverflowException
readingOkPayload
: #966.v1.3.2
Compare Source
QueryInterrupted
MySqlException
instead ofCommandTimeoutExpired
.v1.3.1
Compare Source
Info
log messages added in 1.3.0: #956.Debug
level.Adler32
classinternal
.v1.3.0
Compare Source
MySqlConnection.Open(Async)
but still cleans up connections between uses.DeferConnectionReset=true
in the connection string to revert to the old behaviour.ConnectionIdlePingTime=300
in the connection string to avoid any network I/O when retrieving a connection from the pool; this is fastest but may return invalid connections fromOpen
. This setting is experimental and may change in the future.IgnorePrepare
tofalse
: #929.MySqlCommand.Prepare(Async)
will have an effect by default.MemoryStream
as a value forMySqlParameter.Value
: #943.MySqlException.IsTransient
: #849.IComparable<MySqlDateTime>
andIEquatable<MySqlDateTime>
onMySqlDateTime
.public
constructor forMySqlConversionException
.public
.CommandTimeoutExpired
consistently: #939.MySqlException.ErrorCode
fromQueryInterrupted
toCommandTimeoutExpired
.CancellationTimeout
connection string option: #951.OperationCanceledException
fromOpenAsync
when theCancellationToken
is cancelled: #931.MySqlException.ErrorCode
property.MySqlTransaction.Dispose
: #923.MySqlException
(thrown in some scenarios fromExecuteReader
).v1.2.1
Compare Source
v1.2.0
Compare Source
TlsCipherSuites
connection string option for fine-grained control of TLS cipher suites: #904.MySqlBulkCopy
.v1.1.0
Compare Source
CommandTimeout
expires: #455.CancellationTimeout
connection string option.null
fromMySqlDataReader.GetSchemaTable
when there is no result set: #877.DisposeAsync
fully async: #876.ObjectDisposedException
thrown inTryResetConnectionAsync
: #897.MySqlCommand.Cancel
: #820.v1.0.1
Compare Source
ENUM
columns that use theMYSQL_TYPE_ENUM
type in their column metadata: #850.MySqlCommand.CommandText
and.Connection
to be changed while another command is executing: #867.MySqlConnection.GetSchema(collectionName)
) case-insensitive: #852.MySqlBulkLoader
with Azure Database for MySQL/MariaDB: #853.MySqlParameterCollection.Insert
implementation: #869.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.