Age | Commit message (Expand) | Author | Files | Lines |
2016-01-11 | [ci skip] Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -1/+1 |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -2/+2 |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -2/+2 |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 |
2015-12-08 | Remove CI_DB_driver::load_rdriver() | Andrey Andreev | 1 | -1/+4 |
2015-08-28 | Change if is not set or count equals zero into if empty | Tomasz Turkowski | 1 | -1/+1 |
2015-02-19 | Fix postgre driver config | Andrey Andreev | 1 | -0/+1 |
2015-02-19 | Remove 'autoinit' DB setting | Andrey Andreev | 1 | -5/+0 |
2015-02-05 | Allow a database to be loaded before controller instantiation | Andrey Andreev | 1 | -9/+14 |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 |
2015-01-14 | var_export in DB.php outputting string | João | 1 | -1/+1 |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 |
2014-02-27 | Call db_connect(TRUE) instead of db_pconnect() + some style changes | Andrey Andreev | 1 | -12/+8 |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 |
2013-12-10 | Fix a bug where DB() tried to set the MySQL-specific 'sql_mode' on all drivers | Andrey Andreev | 1 | -5/+0 |
2013-07-18 | More verbose error messages for incorrect/missing database groups (based on P... | Andrey Andreev | 1 | -2/+6 |
2013-02-21 | Disable autoloader call from class_exists() occurences to improve performance | Andrey Andreev | 1 | -2/+2 |
2013-01-28 | Remove unnecessary defined('ENVIRONMENT') checks | Andrey Andreev | 1 | -1/+1 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 |
2012-11-12 | Let's follow the style guide... | vkeranov | 1 | -13/+13 |
2012-11-02 | DocBlocks for base DB classes | Andrey Andreev | 1 | -2/+15 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
2012-07-05 | Merge upstream branch | Andrey Andreev | 1 | -2/+17 |
2012-07-05 | Move _insert() and _update() defaults from Query Builder to DB_driver so that... | Andrey Andreev | 1 | -4/+7 |
2012-07-05 | code cleanup and changelog added | Rene Brokholm | 1 | -13/+13 |
2012-07-05 | I added so the DB.php is aware of database config files in packages. | Rene Brokholm | 1 | -1/+16 |
2012-06-25 | Some fixes | Andrey Andreev | 1 | -2/+2 |
2012-06-23 | Fix the subdriver check | Andrey Andreev | 1 | -1/+1 |
2012-06-23 | Alter DB() to check if a subdriver is available | Andrey Andreev | 1 | -1/+17 |
2012-06-12 | Change file permissions for system/core/*.php and system/database/DB.php so t... | Andrey Andreev | 1 | -0/+0 |
2012-06-04 | Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792 | Andrey Andreev | 1 | -2/+2 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/database | Alex Bilbie | 1 | -5/+5 |
2012-05-24 | Add backwards compatibility work-around for the configuration setting | Andrey Andreev | 1 | -0/+7 |
2012-05-24 | Remove the DB destructor (db->close()) | Andrey Andreev | 1 | -1/+1 |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 1 | -20/+21 |
2012-03-30 | Multi database setup | Taufan Aditya | 1 | -7/+3 |
2012-03-28 | Travis setup and minor cleanup | Taufan Aditya | 1 | -1/+6 |
2012-03-26 | Rename a variable and style fixes in system/database/DB.php | Andrey Andreev | 1 | -12/+12 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 |
2012-02-19 | Renaming Active Record to Query Builder across the system | Jamie Rumbelow | 1 | -9/+9 |
2012-02-09 | Fixed PDO | Taufan Aditya | 1 | -0/+1 |
2012-01-08 | Improve database classes | Andrey Andreev | 1 | -34/+20 |
2012-01-05 | Merge pull request #839 from GDmac/develop | Greg Aker | 1 | -2/+2 |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 |
2011-12-26 | No need for eval to extend a class | GDmac | 1 | -2/+2 |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 |
2011-08-15 | Added some docs to CI core files | David Behler | 1 | -1/+3 |