Give SQLite a translation for MySQL's UNIX_TIMESTAMP() functions. Pg will probably...
authorMark A. Hershberger <mah@users.mediawiki.org>
Thu, 25 Nov 2010 07:39:51 +0000 (07:39 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Thu, 25 Nov 2010 07:39:51 +0000 (07:39 +0000)
commit028d32b0ff5af3ef09879dc1b4e7407d235cbced
treeae187b580406b7b04c57b31572558296f796063a
parentf73704c36b101b66844dea6ff1d224318436d330
Give SQLite a translation for MySQL's UNIX_TIMESTAMP() functions. Pg will probably need something similar.
includes/db/Database.php
includes/db/DatabaseSqlite.php