SubmitChanges under Mono does not work with DateTime

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
JBonsack
Posts: 3
Joined: Fri 10 Dec 2010 15:13
Location: Germany
Contact:

SubmitChanges under Mono does not work with DateTime

Post by JBonsack » Fri 10 Dec 2010 15:20

Hi,

we have currently a problem.

Our table has a varchar2 and a datetime field.
Updateing on the varchar2 field doesn't work.
Without the datetime field the update works.

It works under Windows.
In a Mono Environment it fails with the error above.

Under mono it fails on the SubmitChanges method without any exceptions and the application quits.

We are using DevArts dotConnect for Oracle with Linq2SQL.

Can anybody help me?


Regards from Germany,
Joerg

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Mon 13 Dec 2010 17:18

Thank you for the report, we have reproduced the problem. We will investigate it and inform you about the results as soon as possible.

Post Reply