D17336: Restore support for date/time constants in KEXI SQL

Adam Pigg noreply at phabricator.kde.org
Mon Dec 31 19:09:27 GMT 2018


piggz added inline comments.

INLINE COMMENTS

> KDbUtils.cpp:147
>      //  ).toString(Qt::ISODate);
> -    return QDateTime(QDate(0, 1, 2), QTime::fromString(s, Qt::ISODate));
> +    return QDateTime(QDate(0, 1, 2), QTime::fromString(s, Qt::ISODateWithMs));
>  }

whats this QDate(0,1,2) ?

REPOSITORY
  R15 KDb

REVISION DETAIL
  https://phabricator.kde.org/D17336

To: staniek, piggz, dczechowicz, wkosowicz
Cc: Kexi-Devel-list, barman, wicik, staniek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kexi-devel/attachments/20181231/08f7a291/attachment-0001.html>


More information about the Kexi-devel mailing list