summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/mssql
AgeCommit message (Expand)AuthorFilesLines
2012-06-11Add OFFSET support for SQL Server 2005+ in MSSQL/SQLSRVAndrey Andreev1-1/+24
2012-06-08escape_identifiers() to accept arrays as wellAndrey Andreev1-2/+2
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-08Revert back some escape_identifiers() to proect_identifiers() as the first on...Andrey Andreev1-2/+2
2012-06-08Resolve formatting differences between DB forge driversAndrey Andreev1-1/+1
2012-06-07Merge upstream branchAndrey Andreev2-58/+37
2012-06-07Fix issue #861 (and previous commit, for that matter)Andrey Andreev1-2/+1
2012-06-07Added a work-around for MSSQL/SQLSRV create_table() with INT column types (co...Andrey Andreev1-0/+1
2012-06-04Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792Andrey Andreev1-2/+2
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/databaseAlex Bilbie2-6/+6
2012-05-26Fix issue #862Andrey Andreev1-27/+12
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 Andreev2-3/+3
2012-04-26Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow4-358/+117
2012-04-12Changed default CI_DB_result::_data_seek() return value to FALSE and removed ...Andrey Andreev1-2/+2
2012-04-09Merge upstream branchAndrey Andreev3-110/+49
2012-04-09DB Utility improvementsAndrey Andreev1-42/+3
2012-04-09Switched public driver methods in DB forge to protectedAndrey Andreev1-2/+2
2012-04-09Multiple DB Forge improvementsAndrey Andreev1-55/+1
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 Andreev2-87/+6
2012-04-06Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_d...Andrey Andreev2-43/+2
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 Andreev4-47/+32
2012-03-20Visibility declarations and cleanup for MSSQL forge and utility classesAndrey Andreev2-41/+28
2012-03-20Visibility declarations and cleanup for CI_DB_mssql_resultAndrey Andreev1-23/+14
2012-03-20Visibility declarations and cleanup for CI_DB_mssql_driverAndrey Andreev1-80/+56
2012-03-20Remove extraneous newlinesTimothy Warren3-5/+2
2012-03-20Revert "Added access modifiers for MSSQL driver"Timothy Warren4-47/+90
2012-03-19Added access modifiers for MSSQL driverTimothy Warren4-90/+47
2012-03-19Removed pointless _prep_sql methodsTimothy Warren1-17/+0
2012-03-09Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon2-11/+9
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon4-4/+4
2012-03-09Merge upstream branchAndrey Andreev2-19/+10
2012-03-06Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow2-49/+20
2012-03-06Resolve _protect_identifiers()/protect_identifiers() usage issuesAndrey Andreev2-11/+9
2012-03-03Improve DB version() implementation and add pg_version() supportAndrey Andreev1-4/+3
2012-03-02Replaced DB methods _error_message() and _error_number() with error() (issue ...Andrey Andreev1-18/+8
2012-03-01Merge upstream branchAndrey Andreev1-15/+0
2012-02-28Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow1-5/+16