Rilasci di dotConnect for Oracle

Released: Jan 17, 2024

Aggiornamenti in 10.3.10

Funzionalità

  • Added support for Microsoft .NET 8.
  • Microsoft Visual Studio 2022 version 17.9 Preview is now supported.
  • Added support for connecting to servers with enabled Security Banners in Direct mode.

Entity Framework support

  • Entity Framework Core 8.0.0 is now supported.
  • Entity Framework Core 7.0.14 is now supported.
  • Entity Framework Core 6.0.25 is now supported.

LinqConnect (formerly known as LINQ to Oracle)

  • Added support for Microsoft .NET 8.

Entity Developer

  • EF Core 8 has been added to the...

Released: Nov 16, 2023

Aggiornamenti in 10.2.0

Funzionalità

  • Added support for Oracle 23c.
  • Microsoft Visual Studio 2022 version 17.8 Preview is now supported.

Entity Framework support

  • Entity Framework Core 7.0.10 is now supported.
  • Entity Framework Core 6.0.21 is now supported.
  • Changed behavior: No additional connection is opened to the database before the first query in EF Core when config.Workarounds.ProviderManifestToken is set explicitly.

Correzioni

  • Fixed the error during installation on the 32-bit version of Windows.

Entity Framework...

Released: Jun 1, 2023

Aggiornamenti in 10.1.151

Funzionalità

  • Added support for Microsoft Visual Studio 2022 version 17.7 Preview.
  • Added IOracleCommandAdapter interface to access OracleCommand in IDbCommandInterceptor in Entity Framework 6.
  • Added config.QueryOptions.InitialLobFetchSize option for Entity Framework 4/5/6 and Entity Framework Core.

Entity Framework support

  • Entity Framework Core 7.0.5 is now supported.
  • Entity Framework Core 6.0.16 is now supported.

Entity Developer

  • The behavior has been changed: The primitive properties by default...

Released: Mar 1, 2023

Aggiornamenti in 10.1.134

Funzionalità

  • Microsoft Visual Studio 2022 version 17.5 Preview is now supported.
  • Added Microsoft .NET 7 compatibility.

Microsoft Entity Framework support

  • Entity Framework Core 7.0.2 is now supported.
  • Entity Framework Core 6.0.13 is now supported.
  • Entity Framework Core 3.1.32 is now supported.

Entity Developer

  • Added new extended properties 'Do Not Generate Serializable Attribute' and 'Do Not Serialize' for complex types in Entity Framework Core Model.

Correzioni

Entity Developer

  • Fixed the bug...

Released: Jun 30, 2022

Aggiornamenti in 10.0.0

Funzionalità

  • Added Microsoft .NET 6 compatibility.
  • Added support for Apple macOS 11 Arm64 (or "Apple Silicon" or "Apple M1").
  • Added support for Microsoft Windows 11.
  • Added support for Microsoft Visual Studio 2022 version 17.2 and 17.3 Preview.

Entity Framework support

  • Added Entity Framework Core 6.0.5, 5.0.17 and 3.1.25 support.

Entity Developer

  • Added a 64-bit version of standalone Entity Developer application.
  • Added a 64-bit version of console Entity Developer application.

Correzioni

  • Fixed bug...

Released: Jan 25, 2022

Aggiornamenti in V9.16.1434

Funzionalità

  • Added support for Microsoft .NET 6.0.

Entity Developer

  • Changed behavior: Turning off the "Save connection to" option in Model Settings of Entity Framework Core Model wipes out connection string literal from the generated code.

Entity Framework support

  • The SQL translation of the following class members used in LINQ query is now supported in Entity Framework Core 3, 5 and 6:
    • static method IsNullOrWhiteSpace() of the String class.
    • static property Today and instance property DayOfWeek...

Released: Dec 21, 2021

Aggiornamenti in V9.15.1410

Funzionalità

  • Improved OracleTimeStamp type converter when converting to/from DateTime and DateTimeOffset.

Entity Developer

  • Improved model validation: the errors are generated for all entities with QueryType=True in Entity Framework Core Model when Entity Framework Core version=EF Core 1 in Model Settings.

Entity Framework support

  • Entity Framework Core 6.0.1 is now supported.
  • Entity Framework Core 5.0.13 is now supported.
  • Entity Framework Core 3.1.22 is now supported.
  • The config.SpatialOptions...

Released: Nov 9, 2021

Aggiornamenti in V9.14.1382

Funzionalità

Entity Framework support

  • Added support for Entity Framework Core 5.0.12.
  • Added support for Entity Framework Core 3.1.21.

Correzioni

Entity Developer

  • Fixed the bug with parsing discriminator value as string, even when its type is different, in TPH inheritance of Entity Framework Core Model.

Entity Framework support

  • Fixed the bug with incomplete SQL generation by update-database -script in Entity Framework 6.4.4.

Released: Oct 21, 2021

Aggiornamenti in V9.14.1369

Funzionalità

  • Microsoft Visual Studio 2019 Preview support has been discontinued.

Entity Framework support

  • Added support for Entity Framework Core 5.0.11.
  • Added support for Entity Framework Core 3.1.20.
  • The implementation of config.CodeFirstOptions.TruncateLongDefaultNames in Entity Framework 6 Microsoft .NET Standard compliant assemblies has been improved: the generated names are constant, independent on a current domain and workstation.
  • The config.CodeFirstOptions.DropConstraintsByColumns...

Released: Sep 28, 2021

Aggiornamenti in V9.14.1353

Funzionalità

Entity Developer

  • Added new Validation Framework property to the Data Transfer Object template for generating DataAnnotation attributes.
  • Added new "Save connection to" option to Microsoft Entity Framework Core Model Settings which adds the ability to store the connection string in "Model file", "Entity Developer storage" and "Environment variable".
  • Added new "Enum Output" option to the Entity Framework Core template to specify the output for generated enums.
  • Added new property...