#At file:///C:/work/connector-net/trunk/ based on revid:gabry.martinez@stripped
1066 Reggie Burnett 2011-10-19 [merge]
merged
modified:
CHANGES
Source/MySql.Web/MembershipProvider.cs
=== modified file 'CHANGES'
=== modified file 'CHANGES'
--- a/CHANGES 2011-10-13 22:26:08 +0000
+++ b/CHANGES 2011-10-19 17:27:46 +0000
@@ -31,7 +31,7 @@
- Fix to correctly Map Entity Primitive Type Byte to utinyint when using Code First. (MySQL bug #62135 , Oracle bug #13061713).
- Added Map Entity Primitive Type SByte missed on ProviderManifest.
- Added quotation mark to Escape Character on MySQLHelper class (MySQLbug #62585, Oracle bug #13092886).
-
+- Removed check for hashed passwords when run on Mono. It supports it now (MySQL bug #62203, Oracle bug #13041618)
6.4.3 (ga)
- Modified SqlFragment.QuoteIdentifier to add MySQL quotes around identifiers (MySQL bug #61635, Oracle bug #12707285).
=== modified file 'Source/MySql.Web/MembershipProvider.cs'
--- a/Source/MySql.Web/MembershipProvider.cs 2011-09-29 18:19:23 +0000
+++ b/Source/MySql.Web/MembershipProvider.cs 2011-10-19 17:27:13 +0000
@@ -141,8 +141,6 @@
{
if (EnablePasswordRetrieval)
throw new ProviderException(Resources.CannotRetrieveHashedPasswords);
- if (Runtime.IsMono)
- throw new ProviderException(Resources.MonoDoesNotSupportHash);
}
ConnectionStringSettings ConnectionStringSettings = ConfigurationManager.ConnectionStrings[
Attachment: [text/bzr-bundle] bzr/reggie.burnett@oracle.com-20111019172746-5f1uugi4hfeypkit.bundle
| Thread |
|---|
| • bzr commit into connector-net-trunk branch (reggie.burnett:1066) | Reggie Burnett | 20 Oct |