A few more tests failing with dotConnect for Oracle 9.2.172

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
azabluda
Posts: 35
Joined: Thu 10 Sep 2009 14:45

A few more tests failing with dotConnect for Oracle 9.2.172

Post by azabluda » Fri 06 Jan 2017 14:51

Pushed to my repo

Code: Select all

Revision: 65c959ee27b116a3f947ddb62cf60687cc5ecfee
Date: 06.01.2017 15:47:32
Message:
A few more tests failing with dotConnect for Oracle 9.2.172

- DbContext_Model_Caching ignores model differences of two DbContexts, because the 2nd DbContext apparently picks the model created for the 1st one
- SqlGenerator_DropForeignKey and SqlGenerator_DropUniqueConstraint crash with NPE
- ModelDiffer_ColumnType_Explicit_Vs_Conventional detects false changes in identical datamodels
----
Modified: Tests/DevArt.Tests.dotConnect/UnitTest.cs

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: A few more tests failing with dotConnect for Oracle 9.2.172

Post by Shalex » Fri 06 Jan 2017 19:57

Thank you for your report. We will investigate the issues and notify you about the result.

Post Reply