Search found 1 match

by podtalje
18.05.2014, 16:50
Forum: ZeosLib 7.1 stable Forum
Topic: Sqlite and inserting dates without seconds
Replies: 0
Views: 1280

Sqlite and inserting dates without seconds

The problem is when you insert datetime into sqlite and you don't use seconds, then there is no way to display time part of the datetime when retrieving data. Description: When you insert a new DateTime field and you don't use seconds, e.g. insert into test values('2013-01-02 18:33') This data is st...