summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/mssql/mssql_driver.php
AgeCommit message (Expand)AuthorFilesLines
2012-11-02[ci skip] DocBlocks for DB drivers' driver classesAndrey Andreev1-20/+38
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev1-2/+3
2012-10-23Fix issue #1917Andrey Andreev1-2/+21
2012-10-12Merge changes from developAndrey Andreev1-20/+0
2012-10-11Fix issue #1875Andrey Andreev1-1/+1
2012-10-06Fix issue #1257Andrey Andreev1-16/+0
2012-10-04Fix issue #1789Andrey Andreev1-4/+0
2012-07-19Implement _compile_order_by()Andrey Andreev1-3/+3
2012-07-19Remove _limit()'s extra parameters and qb_limit, qb_offset unneeded typecasts...Andrey Andreev1-14/+6
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-05Add a default _count_string propertyAndrey Andreev1-6/+0
2012-07-02Fix MSSQL & SQLSRV db_connect()Andrey Andreev1-28/+16
2012-06-24Some fixes to the SQLSRV and MSSQL driversAndrey Andreev1-25/+9
2012-06-11Add OFFSET support for SQL Server 2005+ in MSSQL/SQLSRVAndrey Andreev1-1/+24
2012-06-08Added MSSQL/SQLSRV field escaping support with QUOTE_IDENTIFIER detection (is...Andrey Andreev1-4/+45
2012-06-08Add a default _from_tables() method to CI_DB_query_builder and remove it from...Andrey Andreev1-6/+1
2012-06-07Merge upstream branchAndrey Andreev1-34/+4
2012-06-04Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792Andrey Andreev1-2/+2
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/databaseAlex Bilbie1-3/+3
2012-05-26Move count_all() from the drivers to CI_DB_driverAndrey Andreev1-29/+0
2012-05-23Removed the parameter use in database drivers' _close() and added a default _...Andrey Andreev1-4/+3
2012-04-27Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-mssqlAndrey Andreev1-2/+2
2012-04-26Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow1-204/+79
2012-04-09Merge upstream branchAndrey Andreev1-8/+42
2012-04-09Fix AR delete() for MSSQL and SQLSRVAndrey Andreev1-14/+8
2012-04-09Extend fix for #798 to work across all DB drivers instead of just mysqlAndrey Andreev1-0/+32
2012-04-06Merge upstram branchAndrey Andreev1-85/+4
2012-04-06Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_d...Andrey Andreev1-41/+0
2012-04-05Fixed MSSQL and SQLSrv truncate()Andrey Andreev1-0/+18
2012-04-05Added a default _truncate() method to CI_DB_active_recordAndrey Andreev1-17/+0
2012-04-05Added a default _update() method to CI_DB_active_recordAndrey Andreev1-35/+0
2012-04-05Replaced driver instances of _insert() with one in CI_DB_active_recordAndrey Andreev1-17/+0
2012-03-28Merge upstream branchAndrey Andreev1-23/+4
2012-03-28Added random ordering support for MSSQL and SQLSRV drivers and removed an unu...Andrey Andreev1-2/+2
2012-03-26Add visibility declarations where they remain missingAndrey Andreev1-2/+1
2012-03-23Add dummy method reconnect() method to CI_DB_driver and remove it from driver...Andrey Andreev1-15/+0
2012-03-20Merge upstream branchAndrey Andreev1-39/+24
2012-03-20Visibility declarations and cleanup for CI_DB_mssql_driverAndrey Andreev1-80/+56
2012-03-20Remove extraneous newlinesTimothy Warren1-3/+1
2012-03-20Revert "Added access modifiers for MSSQL driver"Timothy Warren1-28/+53
2012-03-19Added access modifiers for MSSQL driverTimothy Warren1-53/+28
2012-03-19Removed pointless _prep_sql methodsTimothy Warren1-17/+0
2012-03-09Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-2/+1
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-03-09Merge upstream branchAndrey Andreev1-17/+9
2012-03-06Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow1-40/+12
2012-03-06Resolve _protect_identifiers()/protect_identifiers() usage issuesAndrey Andreev1-2/+1
2012-03-03Improve DB version() implementation and add pg_version() supportAndrey Andreev1-4/+3