summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/pdo/subdrivers/pdo_sqlsrv_driver.php
AgeCommit message (Collapse)AuthorFilesLines
2012-07-05Replace localhost with 127.0.0.1 and remove the PDO::ERRMODE_SILENT option - ↵Andrey Andreev1-1/+1
it's the default anyway
2012-07-02Fix pdo_dblib and pdo_sqlsrv db_connect() and suppress warning messages for ↵Andrey Andreev1-5/+5
subdrivers that don't support certain option attributes
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