summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/sqlsrv/sqlsrv_forge.php
AgeCommit message (Expand)AuthorFilesLines
2012-03-20Merge upstream branchAndrey Andreev1-4/+4
2012-03-20Visibility declarations and cleanup for SQLSRV forge and utility classesAndrey Andreev1-22/+14
2012-03-20Remove extraneous newlinesTimothy Warren1-1/+1
2012-03-20Revert "Sqlsrv driver visibility declarations"Timothy Warren1-7/+13
2012-03-20Revert "Fixed visibility declarations on dbforge and utility classes"Timothy Warren1-6/+6
2012-03-19Fixed visibility declarations on dbforge and utility classesTimothy Warren1-6/+6
2012-03-19Sqlsrv driver visibility declarationsTimothy Warren1-13/+7
2012-03-09Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-10/+9
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-03-09Merge upstream branchAndrey Andreev1-3/+2
2012-03-06Resolve _protect_identifiers()/protect_identifiers() usage issuesAndrey Andreev1-10/+9
2012-01-26Another minor improvement and fix a possible false-positiveAndrey Andreev1-4/+4
2012-01-26Replace array_key_exists() with isset()Andrey Andreev1-5/+5
2012-01-26Improve the SQLSRV (MSSQL) database driverAndrey Andreev1-96/+42
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-03-18Renamed some classes in the driverAlex Bilbie1-2/+2
2011-03-10Added sqlsrv folder, added necessary files, started altering queries in sqlsr...Alex Bilbie1-0/+248