This is a new Beta development release, fixing recently discovered bugs.
Bugs fixed:
An incorrect
ConstraintExceptioncould be raised on anINSERTwhen adding rows to a table with a multiple-column unique key index. (Bug#30204)A
DATEfield would be updated with a date/time value, causing aMySqlDataAdapter.Update()exception. (Bug#30077)The Saudi Hijri calendar was not supported. (Bug#29931)
Calling
SHOW CREATE PROCEDUREfor routines with a hyphen in the catalog name produced a syntax error. (Bug#29526)Connecting to a MySQL server earlier than version 4.1 would raise a
NullException. (Bug#29476)The availability of a MySQL server would not be reset when using pooled connections (
pooling=true). This would lead to the server being reported as unavailable, even if the server become available while the application was still running. (Bug#29409)A
FormatExceptionerror would be raised if a parameter had not been found, instead ofResources.ParameterMustBeDefined. (Bug#29312)An exception would be thrown when using the Manage Role functionality within the web administrator to assign a role to a user. (Bug#29236)
Using the membership/role providers when
validationKeyordecryptionKeyparameters are set toAutoGenerate, an exception would be raised when accessing the corresponding values. (Bug#29235)Certain operations would not check the
UsageAdvisorsetting, causing log messages from the Usage Advisor even when it was disabled. (Bug#29124)Using the same connection string multiple times would result in
Database=appearing multiple times in the resulting string. (Bug#29123)dbnameVisual Studio Plugin: Adding a new query based on a stored procedure that uses the
SELECTstatement would terminate the query/TableAdapter wizard. (Bug#29098)Using
TransactionScopewould cause anInvalidOperationException. (Bug#28709)