Releases: mysql-net/MySqlConnector
Releases · mysql-net/MySqlConnector
0.69.2
14 Jun 01:01
Compare
Sorry, something went wrong.
No results found
Remove Console.WriteLine debugging code that was inadvertently added in 0.69.1 .
0.69.1
10 Jun 19:13
Compare
Sorry, something went wrong.
No results found
Fix OverflowException when calling MySqlDataReader.GetInt32 on a DECIMAL column: #832 .
0.69.0
08 Jun 15:24
Compare
Sorry, something went wrong.
No results found
Breaking Change MySqlGeometry.Value from returning ReadOnlySpan<byte> to byte[]: #829 .
Thanks to @lauxjpn for contributions to this release.
0.68.1
08 Jun 04:00
Compare
Sorry, something went wrong.
No results found
Fix SQL syntax error when calling BeginTransaction(IsolationLevel.Snapshot, isReadOnly: true);: #817 .
0.68.0
06 Jun 21:29
Compare
Sorry, something went wrong.
No results found
Add MySqlConnection.BeginTransaction overload with isReadOnly parameter: #817 .
Support MySqlCommand.Prepare for CommandType.StoredProcedure: #742 .
0.67.0
30 May 23:00
Compare
Sorry, something went wrong.
No results found
Breaking Add new implementations of MySqlCommand.ExecuteReaderAsync that return Task<MySqlDataReader>: #822 .
Breaking MySqlBulkCopy.DestinationTableName must be quoted if it contains reserved keywords or characters: #818 .
Automatically create expressions for BIT and binary columns in MySqlBulkCopy: #816 .
Throw an exception from MySqlBulkCopy if not all rows were inserted: #814 .
Add logging to MySqlBulkCopy.
Detect simple column mapping errors in MySqlBulkCopy.
0.66.0
07 May 15:51
Compare
Sorry, something went wrong.
No results found
Breaking Add MySqlBulkCopy.RowsCopied property: #809 .
The RowsCopied event is renamed to MySqlRowsCopied.
The MySqlRowsCopied event is no longer guaranteed to be raised at the end of copying.
Fix NullReferenceException when calling a stored procedure with an ENUM parameter: #812 .
Track MySqlParameter name changes (when added to a MySqlParameterCollection): #811 .
0.65.0
07 May 15:51
Compare
Sorry, something went wrong.
No results found
Add ColumnMappings to MySqlBulkCopy: #773 .
0.64.2
29 Apr 01:20
Compare
Sorry, something went wrong.
No results found
Restore COLUMN_TYPE column to GetSchema("COLUMNS"): #807 .
This was a regression in 0.64.1
Fix ignored CancellationToken in MySqlBulkCopy.WriteToServerAsync(DataTable).
Thanks to @mitchydeath for contributions to this release.
0.64.1
26 Apr 23:42
Compare
Sorry, something went wrong.
No results found
Fix timeout for named pipe connections: #804 .
Fix ArgumentException calling MySqlConnection.GetSchema("COLUMNS"): #802 .
Fix Unknown column 'SRS_ID' exception calling MySqlConnection.GetSchema("COLUMNS"): #805 .