Fetch string to pass through writeTemporary() in DatabaseOracle.php
authorwithoutaname <drevitchi@gmail.com>
Thu, 15 May 2014 05:52:24 +0000 (22:52 -0700)
committerwithoutaname <drevitchi@gmail.com>
Sun, 8 Jun 2014 09:45:46 +0000 (02:45 -0700)
commit176213b89849f849e2c8dad2f0a79747b18a8b9d
tree1260bd7617f50c1160ad681c04d1581d9ceaed0e
parent57a0864cece51b476d55116f9c65f0606a2f0df5
Fetch string to pass through writeTemporary() in DatabaseOracle.php

Pulled some code from insertOneRow() to fix the update() function
and prevent the error warnings in bugzilla 64970 from showing up.
Note that since insertOneRow() and update() contains a lot of
duplicate code, they may be candidates for merging, but that is
outside the scope of this request.

Bug: 64970
Change-Id: I9ff9077d68e77f05f878fc541f87e0a5ce86ecc2
includes/db/DatabaseOracle.php