gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[3/3]: Patch smsd/sqlite: Several bug fixes / optimizations


From: Pedro Aguilar
Subject: [3/3]: Patch smsd/sqlite: Several bug fixes / optimizations
Date: Sat, 23 Mar 2013 11:02:08 +0100

Hi,

This patch fixes a corrupted date/time insert in table outbox.
Without this patch the inserted date had this format:
13-03-23 10:26:09
instead of
2013-03-23 10:26:09

Given that the 'insertdate' column in the same table outbox and the date/time columns in the inbox tables use the format YYYY-MM-DD hh:mm:ss, I assumed that the format YY-MM-DD hh:mm:ss was not valid.

Regards,
--
Pedro Aguilar
http://www.paguilar.org/blog

Attachment: 03_sqlite_corrupted_insert_date.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]