Fix some issues with Microsoft SQL Server Driver
authorU-REDMOND\emadelw <emadelwany@hotmail.com>
Thu, 18 Sep 2014 20:36:46 +0000 (13:36 -0700)
committerLegoktm <legoktm.wikipedia@gmail.com>
Fri, 19 Sep 2014 17:09:38 +0000 (17:09 +0000)
commit90e64c325abdf618438c084b7838fa77a4baeef8
treed037e376d68fe3a59975ed212267771a90b532c2
parentc223f9030f01cbfe5ead79593d6da03db6ec5d67
Fix some issues with Microsoft SQL Server Driver

* INSERT IGNORE now works properly
* Only return an inserted id if the INSERT was actually successful
* Fix syntax error when doing LIMIT queries

Bug: 71024
Change-Id: I4dddc5c9c234b17040a28937987406511ec6ea9f
includes/db/DatabaseMssql.php