PostgreSQL: Add quotes to timestamp
authorJeff Janes <jeff.janes@gmail.com>
Thu, 17 Dec 2015 05:30:46 +0000 (21:30 -0800)
committerReedy <reedy@wikimedia.org>
Sun, 27 Dec 2015 19:45:34 +0000 (19:45 +0000)
commit0623aeb922e49b866bf3a56e7590623fd39c23d1
tree8800b316ef209b2c03489def26998e3d6b225304
parent7664470358e31011eaa21410e1f8e1f9f73603a8
PostgreSQL: Add quotes to timestamp

The fix for bug T114806 doesn't quote timestamps it sends
directly to the database (i.e. not in bind variables). Timestamps
in PostgreSQL require quotes.  Add addQuotes call.

Bug: T121743
Change-Id: If8da1a0171f55d59c63f5501c854aa8fa48d5992
includes/Import.php