summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/pdo/subdrivers/pdo_sqlsrv_driver.php
AgeCommit message (Expand)AuthorFilesLines
2012-07-18Merge where() and having() logic - it's structurally identical and only the k...Andrey Andreev1-1/+1
2012-07-18Remove dependancies on qb_like and remove unneeded parameters from _delete(),...Andrey Andreev1-31/+10
2012-07-05Replace localhost with 127.0.0.1 and remove the PDO::ERRMODE_SILENT option - ...Andrey Andreev1-1/+1
2012-07-02Fix pdo_dblib and pdo_sqlsrv db_connect() and suppress warning messages for s...Andrey Andreev1-5/+5
2012-06-25Add a default _truncate() method to PDOAndrey Andreev1-18/+0
2012-06-25Add pdo_odbc subdriverAndrey Andreev1-16/+3
2012-06-25Add pdo_4d subdriverAndrey Andreev1-1/+1
2012-06-24Add pdo_dblib subdriverAndrey Andreev1-0/+35
2012-06-24Add pdo_sqlsrv subdriverAndrey Andreev1-0/+295