Page 1 of 1

[solved]DateTimeError - PostgreSQL

Posted: 23.10.2013, 00:11
by fhaut
@all

In D2009, PostgreSQL 9.3, Zeos Testing 7.2 Rev. 2858

Issue 1:
On open connection with no user name get Access Violation

Issue 2:
Error on get DateTime, sometimes returned date is '30/12/1899'

In attachment a sample project that simulates the error, there is a video file recorded in ScreenToExe in Zip with name "ZeosRefresh2.exe"
ZeosTimeField.zip

Re: DateTimeError - PostgreSQL

Posted: 23.10.2013, 20:43
by EgonHugeist
Thanks for the sample project.

Got both issues resolved. Patch done R2869 \testing-7.2

Added testcase too. The issue was the additional timezone, which PG returns for Now(): "2013-10-23 12:31:52.48+02"

[solved]Re: DateTimeError - PostgreSQL

Posted: 24.10.2013, 01:14
by fhaut
@EgonHugeist

:prog2: Solved!

thank you