Page 1 of 1

Parameter 'timestamp' is missing

Posted: Wed 03 Sep 2008 15:59
by andrewAtCognito
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

Posted: Thu 04 Sep 2008 08:51
by Shalex
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.