DatabaseMssql: Don't duplicate body of makeList()
authorKevin Israel <pleasestand@live.com>
Sat, 3 Jan 2015 10:06:35 +0000 (05:06 -0500)
committerKevin Israel <pleasestand@live.com>
Thu, 19 Feb 2015 09:10:02 +0000 (04:10 -0500)
commiteb1a5c0b936cb4fae6e58f283b7a78be8ad4ad1b
treeffbedeadffa2e2e4c6ab303308a4858b2ff6e0dc
parent4858e5878ab19a582304a05c6269bd09dba98b78
DatabaseMssql: Don't duplicate body of makeList()

Instead keep only the code that creates blobs for specific columns
and call DatabaseBase:makeList() to handle the rest.

This will allow the fix made in 26235c73376b to work also for MSSQL.

Change-Id: I74ae55a52fcd1dad8b857385396bd8f5d81370ba
includes/db/DatabaseMssql.php