dotConnect for PostgreSQL V7.20.1836
Released: Feb 18, 2021
Atualizações na V7.20.1836
Recursos
- 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 of attributes for DataAnnotations, NHibernate Validator and Enterprise Library validation frameworks.
- Improved Code generation: OnModelCreating(modelBuilder) of the base class is now invoked if the Base Context Type property of Entity Framework Core Model is initialized.
Entity Framework support
- Entity Framework Core 5.0.3 is now supported.
- Entity Framework Core 3.1.12 is now supported.
Correções
- The bug in PgSqlDependency when created a lot of dependences has been fixed.
- The bug with applying the "Unprepared Execute=True;" connection string parameter to the command object created with PgSqlCommand.Clone() has been fixed.
Entity Framework support
- The bug with translating Enum.HasFlag to SQL in Entity Framework Core 3 and Entity Framework Core 5 has been fixed.