Open GoogleCodeExporter opened 8 years ago
Are you sure the DB column is defined as 'date' (not datetime). I had a
similar issue, solved by changing the type from Datetime.date to
Datetime.datetime, consistent with the database definition (MySQL, in my case).
Original comment by marc.van...@gmail.com
on 15 Sep 2014 at 11:26
I'm not sure how to check further, I did try passing the Datetime.datetime and
it gives back ('22008', '[22008] [DataDirect][ODBC Progress OpenEdge Wire
Protocol driver]Datetime field overflow. Error in parameter 10.')
Looking at the OpenEdge documents, they mention the ODBC date type is
SQL_TYPE_DATE. I tried a bunch of variations, even the date literal recommended
by OpenEdge of {d 'yyyy-mm-dd'}.
Original comment by john.mar...@gmail.com
on 22 Sep 2014 at 10:50
Original issue reported on code.google.com by
john.mar...@gmail.com
on 15 Aug 2014 at 11:26