summaryrefslogtreecommitdiffstats
path: root/system/database/DB.php
AgeCommit message (Expand)AuthorFilesLines
2018-01-09[ci skip] Merge pull request #5376 from jim-parry/copyright-updateAndrey Andreev1-2/+2
2017-01-03Update copyright data to 2017Master Yoda1-2/+2
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-2/+2
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2015-02-19Fix postgre driver configAndrey Andreev1-0/+1
2015-02-19Remove 'autoinit' DB settingAndrey Andreev1-5/+0
2015-02-05Allow a database to be loaded before controller instantiationAndrey Andreev1-9/+14
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-14var_export in DB.php outputting stringJoão1-1/+1
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-14/+25
2014-02-27Call db_connect(TRUE) instead of db_pconnect() + some style changesAndrey Andreev1-12/+8
2014-02-112013 > 2014darwinel1-1/+1
2013-12-10Fix a bug where DB() tried to set the MySQL-specific 'sql_mode' on all driversAndrey Andreev1-5/+0
2013-07-18More verbose error messages for incorrect/missing database groups (based on P...Andrey Andreev1-2/+6
2013-02-21Disable autoloader call from class_exists() occurences to improve performanceAndrey Andreev1-2/+2
2013-01-28Remove unnecessary defined('ENVIRONMENT') checksAndrey Andreev1-1/+1
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-11-12Let's follow the style guide...vkeranov1-13/+13
2012-11-02DocBlocks for base DB classesAndrey Andreev1-2/+15
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-07-05Merge upstream branchAndrey Andreev1-2/+17
2012-07-05Move _insert() and _update() defaults from Query Builder to DB_driver so that...Andrey Andreev1-4/+7
2012-07-05code cleanup and changelog addedRene Brokholm1-13/+13
2012-07-05I added so the DB.php is aware of database config files in packages.Rene Brokholm1-1/+16
2012-06-25Some fixesAndrey Andreev1-2/+2
2012-06-23Fix the subdriver checkAndrey Andreev1-1/+1
2012-06-23Alter DB() to check if a subdriver is availableAndrey Andreev1-1/+17
2012-06-12Change file permissions for system/core/*.php and system/database/DB.php so t...Andrey Andreev1-0/+0
2012-06-04Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792Andrey Andreev1-2/+2
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/databaseAlex Bilbie1-5/+5
2012-05-24Add backwards compatibility work-around for the configuration settingAndrey Andreev1-0/+7
2012-05-24Remove the DB destructor (db->close())Andrey Andreev1-1/+1
2012-04-26Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow1-20/+21
2012-03-30Multi database setupTaufan Aditya1-7/+3
2012-03-28Travis setup and minor cleanupTaufan Aditya1-1/+6
2012-03-26Rename a variable and style fixes in system/database/DB.phpAndrey Andreev1-12/+12
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-02-19Renaming Active Record to Query Builder across the systemJamie Rumbelow1-9/+9
2012-02-09Fixed PDOTaufan Aditya1-0/+1
2012-01-08Improve database classesAndrey Andreev1-34/+20
2012-01-05Merge pull request #839 from GDmac/developGreg Aker1-2/+2
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-26No need for eval to extend a classGDmac1-2/+2
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-08-15Added some docs to CI core filesDavid Behler1-1/+3
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-8/+8
2011-04-25Fixed double-space typo.Razican1-8/+8
2011-04-19Removing internal references to the EXT constant. Additionally, marked the c...Greg Aker1-6/+6