dotConnect for Oracle (英語版) のリリース
Released: Dec 21, 2021
V9.15.1410 での更新項目
機能
- 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 settings are...
Released: Nov 9, 2021
V9.14.1382 での更新項目
機能
Entity Framework support
- Added support for Entity Framework Core 5.0.12.
- Added support for Entity Framework Core 3.1.21.
不具合の修正
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
V9.14.1369 での更新項目
機能
- 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 configuration...
Released: Sep 28, 2021
V9.14.1353 での更新項目
機能
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 "Generate...
Released: Jul 8, 2021
V9.14.1298 での更新項目
機能
- Added support for Microsoft Visual Studio 2019 version 16.11 Preview 2.0.
Released: Jun 3, 2021
V9.14.1273 での更新項目
不具合の修正
- Fixed the bug with ORA-03106 error in the Direct mode.
Released: Apr 1, 2021
V9.14.1228 での更新項目
機能
- Added support for Microsoft Visual Studio 2019 version 16.10 Preview.
- Added an additional parameter substitution mode in queries in the SSIS Data Flow Source component: substitution as is, without escaping.
不具合の修正
- Fixed the bug with a DateTime variable in the SSIS Source component.
- Fixed the bug with calling OracleObject.ExecuteMethod(), when OracleObject is created in application code without assigned attributes.
- Fixed the bug with string conversion by OracleTimeStamp.ToString(), when...
Released: Feb 18, 2021
V9.14.1204 での更新項目
機能
- Added a new command line option /disablegac that disables adding assemblies to GAC.
Entity Developer
- Changed the behavior of Entity Developer embedded into Microsoft Visual Studio: lower versions in the Entity Framework Core version property of Model Settings are not hidden any more.
- Changed the behavior in Entity Framework Core Model: QueryType=True is now set for all classes without PK.
- Improved C# code generation: the using directives are generated instead of full namespaces in the names...
Released: Jan 14, 2021
V9.14.1180 での更新項目
機能
Entity Developer
- Added new attribute DisplayName for model objects' extended properties which are available via template properties.
- Added new options --ContextNamespace and --DefaultNamespace to the Create-Model command of Console Entity Developer.
- Added new extended model property Base Context Type for specifying a parent class for the generated context in Entity Framework Core Model.
- Added new extended properties Base Type for complex types and Base Complex Type for model in Entity...
Released: Dec 17, 2020
V9.14.1160 での更新項目
不具合の修正
- Fixed the bug with retrieving the TIMESTAMP WITH LOCAL TIME ZONE values in the TZR (time zone region) format in the Direct mode.
- Fixed the bug with throwing System.ArgumentOutOfRangeException, when OracleCommand.Prepare() has been called before and reader is reused with another query, in the Direct mode.
- Fixed the bug with throwing ORA-00918 by OracleCommand.ExecutePageReader(), when SQL query returns several columns with the same name in the case of multiple result sets/multiple tables...