summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/sqlsrv/sqlsrv_driver.php
AgeCommit message (Collapse)AuthorFilesLines
2012-02-19Renaming Active Record to Query Builder across the systemJamie Rumbelow1-1/+1
2012-01-26Another minor improvement and fix a possible false-positiveAndrey Andreev1-1/+1
2012-01-26Improve the SQLSRV (MSSQL) database driverAndrey Andreev1-164/+121
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-25Merge branch 'patch-4' of https://github.com/kylefarris/CodeIgniter into ↵Greg Aker1-1/+1
kylefarris-patch-4 Conflicts: user_guide_src/source/changelog.rst
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change
2011-09-07Fix for issue #406Kyle Farris1-1/+1
2011-08-20Fixed 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