You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

78 lines
5.0 KiB

  1. 6.9.9
  2. - Fix for Nested transactions are not supported in Entity Framework (MySQL Bug #71502, Oracle Bug #22366266).
  3. - Fix for EF5 and EF6 wrong SQL statement to set primary key (MySQL Bug 76292, Oracle Bug #20711384)
  4. - Fixed problem where mysql.proc tables would not be used for metadata even though access was available (MySQL Bug #74116, Oracle Bug #20960373)
  5. - Added support for TLSv1.1 and TLSv1.2
  6. - Fixed Fix for "Aborted connection" (MySQL Bug #80997, Oracle Bug # 23346197).
  7. 6.9.8
  8. - Added support for Chinese character set gb18030. (Oracle bug # 21098546).
  9. - Added support for Json type. (WL # 8132).
  10. - Added changes for metadata information in generated columns with 5.7 (WL #411)
  11. 6.9.7
  12. - Changed default SSL mode to Preferred in connection string. Now the server connections will be using SSL if server allows it by default but it's possible to override this configuration.
  13. - Changed handshake process to use bytes instead of encoded strings.
  14. - Fix for Fabric connections (Oracle Bug #20983968).
  15. - Fix for Fabric plugin: fabric server selection is broken when master is faulty (Oracle Bug #21203824).
  16. 6.9.6
  17. - Fix for Incorrect query result with Entity Framework 6 (MySql bug #74918, Oracle bug #20129927).
  18. - Fix for GetTimeZoneOffset to use date and time to calculate timediff (MySQL Bug #74905, Oracle Bug #20065691).
  19. - Fix for MySqlSimpleMembershipProvider keeps database connections open on some operations (MySQL Bug #74662, Oracle Bug #20109419)
  20. - Fix for Any Call to RoleExists() returns true whether or not the role exists (MySql bug #75397, Oracle bug #20325391).
  21. - Fix for all dateTimes set as UTC Kind (MySQL Bug #74134, Oracle Bug #20200662).
  22. - Fix for Invalid SQL query when eager loading two nested collections (MySQL Bug #70941, Oracle bug #18049862).
  23. - Fix for chinese characters used in the connection string when connecting to MySql Server (MySQL Bug #70041, Oracle Bug #18141356).
  24. 6.9.5
  25. - Disabled installation on-demand in Installer (Oracle Bug #19670596).
  26. - Fix for Generated SQL requests column that doesn't exist in LINQ to Entities (MySql bug #72004, Oracle bug #19681348).
  27. - Fix for MySQL Connector/NET generates incorrect SQL for LINQ 'StartsWith' queries (MySql bug #72058, Oracle bug #19680236).
  28. - Fix for Exception when using IEnumerable.Contains(model.property) in Where predicate (MySql bug #73643, Oracle bug #19690370).
  29. - Fix for Generated Sql does not contain ORDER BY statement whose is requested by LINQ (MySql bug #73549, Oracle bug #19698010).
  30. - Fix for Web providers registration in machine.config (removed v20 suffix) (MySQL Bug #74080, Oracle Bug #19715398)
  31. - Fix for Error of "Every derived table must have an alias" in LINQ to Entities when using EF6 + DbFirst + View + Take
  32. (MySql Bug #72148, Oracle bug #19356006).
  33. - Fix for 'the method or operation is not implemented' when using linq with orderby (MySQL Bug #70722, Oracle Bug #19681723).
  34. - Fix for Exception "The given key was not present in the dictionary" when using utf16le charset in a query. (MySql #72737, Oracle Bug #19355906)
  35. - Fix for Memory leak in a loop opening a connection to the database and executing a command (MySql Bug #73122, Oracle Bug #19467233).
  36. - Fix for Multiple issues caused by trailing and leading white space character in params using MySql Membership Provider (MySql Bug #73411, Oracle Bug #19453313)
  37. - Fix for bad assumption leads to modify query adding CALL statement to the beginning of the sql query even when CommandType.Text is specified (MySql Bug #72736, Oracle Bug #19325120).
  38. 6.9.4
  39. - Added a new plugin for MySql Fabric 1.5 support
  40. 6.9.3
  41. - Fix for Web Parts Personalization provider
  42. - Fix for changing the PK between two int columns (MySql Bug #71418, Oracle bug #18923294).
  43. - Fix for Error when Calling MySqlConnection.GetSchema("PROCEDURES WITH PARAMETERS", ...) (Oracle bug #19285959).
  44. - Fix for EF provider reports ManifestProviderToken = 5.6 for server 5.7 (Oracle bug #19453814).
  45. - Fix for Fluent API DbModelBuilder.HasColumnType is ignored in EF6 (Oracle bug #19456229).
  46. - Fix for Setting a PK GUID identity in Code First in EF6 no longer works in Server 5.7 (Oracle bug #19456452).
  47. - Non PKs declared as Identity GUID have no GUID autogenerated (Oracle bug #19456415).
  48. 6.9.2
  49. - Add async/await compatible methods
  50. - Fix for Unable to read geometry column when it has been set with a SRID value. (MySql Bug #71869, Oracle Bug #19137999)
  51. - Fix for Exception adding a new column to an existing model as identity and PK fails when applying the migration (MySql Bug #71418, Oracle bug #18923294).
  52. - Added SiteMap and Personalization configuration web providers to MySql.Web Nuget Package.
  53. 6.9.1
  54. - Fix for Exception of "duplicate entry" in MySqlSessionProvider (MySql Bug #70409, Oracle bug #18657550).
  55. 6.9.0
  56. - Added implementation of MySQLPersonalizationProvider.
  57. - Added SiteMap Web provider.
  58. - Added Simple Membership Web Provider.
  59. - Fix for open sockets connections left when connection open fails, the error happens when the client try to get a connection when the max number of connections is reached in the server. (MySql #72025, Oracle Bug #18665388).