objectcache: SqlBagOStuff cleanups for sqlite and postgres
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 15 Aug 2019 13:26:51 +0000 (09:26 -0400)
committerKrinkle <krinklemail@gmail.com>
Mon, 26 Aug 2019 16:26:26 +0000 (16:26 +0000)
commit3298a9db9021705a3ebd42ec820f8962a6482974
tree017003554c62fe6a04cfbf46a76bc1677e3eccdb
parentc63a37679c8e96940702fa84e4def02484dd8e24
objectcache: SqlBagOStuff cleanups for sqlite and postgres

Make createTables() work for Postgres. Also add and use new
initSqliteDatabase() method for SQLite.

Also use ConvertibleTimestamp instead of wfTimestamp

Change-Id: I8e4505775e57fc6cd7380afa015fc0901a1bfc1b
includes/installer/SqliteInstaller.php
includes/objectcache/SqlBagOStuff.php