summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/mssql
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Removed the parameter use in database drivers' _close() and added a default _...Andrey Andreev1-4/+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-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-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-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-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-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-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-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-01-02Updating copyright date to 2012Greg Aker4-4/+4
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones4-16/+64
2011-08-20Fixed a bug (#200) where MySQL queries would be malformed after calling db->c...Greg Aker1-0/+1
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones4-6/+6
2011-04-25Fixed double-space typo.Razican4-6/+6
2011-04-02Fixed issue #153 Escape Str Bug in MSSQL driverPhil Sturgeon1-3/+5
2011-03-08Fixed bug in escaping underscores etc in MSSQL LIKE conditions.davidhart1-3/+3
2011-02-14Whitespace cleanup in db classesPascal Kriete1-2/+2
2011-01-05Hey look, it's 2011Greg Aker4-4/+4
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker4-4/+4
2010-10-04Cleanup of stray spaces and tabsBarry Mieny4-90/+90
2010-08-06Removed deprecated _drop_database() and _create_database() functions from db ...Greg Aker1-35/+0
2010-04-15Fixing a bug where odbc/mssql/oci8 db drivers would encounter a PHP error due...Greg Aker1-4/+1
2010-01-26Misspelled class property in db class. _like_escape_chr, not _like_escape_charGreg Aker1-1/+1
2010-01-05updated copyrightsDerek Jones4-4/+4
2009-08-17Modified MSSQL driver to use mssql_get_last_message() for error messages.Derek Allard1-2/+1