Unidac and SQLITE DateTime Problem

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Dunkelmann
Posts: 13
Joined: Fri 05 Apr 2013 08:43

Unidac and SQLITE DateTime Problem

Post by Dunkelmann » Sun 14 Jul 2013 06:41

Hello Devart Team, I have a Problem with Datetime Format and SQLITE.

- Drop UniConnection + SQLite Provider on Form.
- Drop UniQuery on Form

enter

select current_timestamp as d1,datetime('now') as d2 ,datetime('now','localtime') as d3

in Uniquery SQL and open result in Dataeditor.

When connection is in Direct=false mode, everything is fine, and all three values are as expected.
After changing Connection to Direct=true, the d3 value is something like '58357-1403576-02 20:44:32', completely strange.

Is this a Bug or am I missing something here ?

I am using UniDAC 4.6.11 / XE3

thanks
MV

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Unidac and SQLITE DateTime Problem

Post by AlexP » Mon 15 Jul 2013 07:45

Hello,

Thank you for the information. We have reproduced the problem and will fix it as soon as possible.

Post Reply