Version 3.1.0
Features
#3 Support AnsiString, AnsiStringFixedLength when converting DbType to SFDataType
ANSI strings are fully supported by SnowflakeDbDataType.Text
.
Added constructor overload for Command and Connection #4
These constructors are standard for ADO.NET implementations.
#5 Add asynchronous query abilities
This allows queries to continue to run after a connection is close. Later the result can be read from a separate connection.
#10 Add strongly named properties to SnowflakeDbConnectionStringBuilder](#10)