-
Notifications
You must be signed in to change notification settings - Fork 348
Closed
Labels
Description
Software versions
MySqlConnector version: 2.5.0-beta.1
Describe the bug
Trying to add float[] value results in
System.NotSupportedException: 'Type Single[] not currently supported. Value: System.Single[]'
As workaround, conversion to byte[] could be used
Exception
System.NotSupportedException
HResult=0x80131515
Message=Type Single[] not currently supported. Value: System.Single[]
Source=MySqlConnector
StackTrace:
at MySqlConnector.MySqlBulkCopy.<SendDataReaderAsync>g__WriteValue|32_0(MySqlConnection connection, Object value, Int32& inputIndex, Encoder& utf8Encoder, Span`1 output, Int32& bytesWritten) in /_/src/MySqlConnector/MySqlBulkCopy.cs:line 597