Devart is glad to present the new version of LinqConnect 4.3 - an enhanced LINQ to SQL compatible ORM solution with extended functionality and support for SQL Server, Oracle, MySQL, PostgreSQL, and SQLite.
New version of LinqConnect offers a new version of Entity Developer 5.6 and Oracle 12c support.
With new version of LinqConnect you can now use such new Oracle 12c features as implicitly returned result sets, new connection modes (SYSBACKUP, SYSDG, SYSKM), autoincrement Identity columns and other.
Here is the complete list of LinqConnect 4.3.355 features:
- Oracle 12c is supported
- VARCHAR2/NVARCHAR2/RAW types with length increased to 32KB are supported for Oracle 12c
- Oracle 12c specific SQL generation for paging is supported
- The Collate method of the SqlMethods class is implemented
- The behaviour is changed: CreateDatabase functionality generates columns with the identity clause 'GENERATED AS IDENTITY' for primary key properties with 'IsDbGenerated=True' (only for Oracle 12c)
- The bug with ignoring 'IsDbGenerated = True' when using Attach(TEntity entity, bool asModified) method is fixed
- The bug with the compiled query cache when query contains parameters with the same values is fixed
- The bug related to working with LinqConnect for Metro in WinJS applications is fixed
- The predefined templates are improved: new template setting, "Use Compiled Query Cache", is added
- The behaviour is changed: "Generate Database Script"/"Update Database From Model" wizards generate columns with the identity clause 'GENERATED AS IDENTITY' for properties with 'Auto Generated Value=True' (only for Oracle 12c)
http://www.devart.com/linqconnect/