Fixed as per Tim's comments on r61179:
authorJure Kajzer <freakolowsky@users.mediawiki.org>
Thu, 28 Jan 2010 14:58:45 +0000 (14:58 +0000)
committerJure Kajzer <freakolowsky@users.mediawiki.org>
Thu, 28 Jan 2010 14:58:45 +0000 (14:58 +0000)
commit8fcb7e42a11a0629b79c6953a4c28f92c823e3e2
tree3d9a3f9782183a11f6208d925f77109990b5aa4c
parent10b733518d4f84375376db2468d8f4fa8dae52bb
Fixed as per Tim's comments on r61179:
* made insertOneRow and getSequenceData private
* renamed fieldInfo to fieldInfoMulti and made it private (for internal use on Oracle only)
* wrapped fieldInfoMulti in fieldInfo with error if $table parameter is an array
* reverted tableName function to only support a non-array parameter
* wrapped all tableName calls with array parameter with array_map with callback
* wrapped fieldInfo into textFieldSize function to avoid reimplementation of functionality
* fixed unnessesary multiple calls to tableName with same parameter inside a single procedure
includes/db/DatabaseOracle.php