summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/mssql
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-27Fixed a db_set_charset() bugAndrey Andreev1-16/+0
2012-02-24Merge upstream branchAndrey Andreev1-2/+14
2012-02-24Update database property when switching to a new oneAndrey Andreev1-1/+12
2012-02-22Add an optional database name parameter to db_select()Andrey Andreev1-5/+5
2012-02-19Renaming Active Record to Query Builder across the systemJamie Rumbelow1-2/+2
2012-02-12Added port handling support for UNIX systems and moved it to the constructorAndrey Andreev1-10/+10
2012-01-27Merge upstream branchAndrey Andreev2-8/+8
2012-01-26Replace array_key_exists() with isset() and ! empty()Andrey Andreev1-5/+5
2012-01-26A minor improvement to insert_id()Andrey Andreev1-4/+4
2012-01-26Make _escape_identifiers() public, so DB_forge can use itAndrey Andreev1-1/+1
2012-01-25Switch a few properties from public to protectedAndrey Andreev1-5/+5