summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/sqlsrv/sqlsrv_driver.php
AgeCommit message (Collapse)AuthorFilesLines
2014-05-31Changelog messages, bump year in copyright noticesAndrey Andreev1-1/+1
2013-10-18Bugfix on truncate commandtino1-1/+1
2011-10-27Fixed a bug (#200) where MySQL queries would be malformed after calling ↵Greg Aker1-0/+1
db->count_all() then db->get()
2011-03-18UpdatesAlex Bilbie1-135/+71
2011-03-18Renamed some classes in the driverAlex Bilbie1-2/+2
2011-03-13Updated affected_rowsAlex Bilbie1-1/+1
2011-03-13Added flag to return dates as strings instead of PHP date objects. Updated ↵Alex Bilbie1-3/+3
db_select
2011-03-10Think I've finished converting mssql commands to sqlsrv where appropriateAlex Bilbie1-3/+1
2011-03-10Added sqlsrv folder, added necessary files, started altering queries in ↵Alex Bilbie1-0/+664
sqlsrv_driver.php