Parameter 'timestamp' is missing

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
andrewAtCognito
Posts: 9
Joined: Fri 01 Aug 2008 10:27
Location: Crediton

Parameter 'timestamp' is missing

Post by andrewAtCognito » Wed 03 Sep 2008 15:59

We see in release 3.75.30 20-Aug-08 that the PostgreSQL types TIME, TIME WITH TIME ZONE, and INTERVAL are now mapped to System.TimeSpan.
We use in some of our tables the Postgres type 'time without time zone' which in our EDM is mapped to the System.TimeSpan. When we run our application an exception is raised from within corelab.postgresql of Parameter 'timestamp' is missing. Does the latest release handle time without time zone? Would be very grateful of any help/light you can shed on this matter.

Kind regards
Cognito Software

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

Post by Shalex » Thu 04 Sep 2008 08:51

Please post here in the forum or send me (alexsh at devart.com):
1. SQL script to create the table and fill it with data;
2. code example where the exception arises.

Post Reply