Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-27 | Update copyright date to 2019 | Jim Parry | 1 | -2/+2 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 1 | -2/+2 | |
2018-01-09 | Annual copyright update | Master Yoda | 1 | -2/+2 | |
2017-01-16 | spelling fixes | klemens | 1 | -2/+2 | |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 | |
2015-10-19 | Fix #4171 and a number of other transaction bugs | Andrey Andreev | 1 | -27/+3 | |
2015-07-04 | fix SQlite3 list_fields | ftwbzhao | 1 | -1/+1 | |
2015-04-29 | Add list_fields() support for SQLite3 | Andrey Andreev | 1 | -8/+22 | |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-12 | Change CI_DB_driver::field_data() signature | Andrey Andreev | 1 | -6/+1 | |
The parameter is mandatory, it doesn't make sense to have a default empty string value only to check for it. | |||||
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -15/+25 | |
2014-06-19 | Fix #3112 | Andrey Andreev | 1 | -1/+1 | |
2014-02-25 | Make db_pconnect an alias for db_connect(TRUE) and reduce code repetition | Andrey Andreev | 1 | -15/+8 | |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2013-01-10 | Unify escape_str() array input and LIKE logic | Andrey Andreev | 1 | -25/+4 | |
Added protected method _escape_str() to deal with quote escaping. | |||||
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 | |
2012-11-16 | Improve DB field_data() for SQLite | Andrey Andreev | 1 | -6/+31 | |
2012-11-13 | Add seed values support for Query Builder order_by | Andrey Andreev | 1 | -2/+2 | |
(feature request #1987) | |||||
2012-11-02 | [ci skip] DocBlocks for DB drivers' driver classes | Andrey Andreev | 1 | -13/+24 | |
Partially fixes issue #1295. | |||||
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 1 | -3/+3 | |
2012-10-05 | Fix SQLite3 DB error handling | Andrey Andreev | 1 | -15/+6 | |
2012-10-04 | Fix issue #1789 | Andrey Andreev | 1 | -4/+0 | |
Signed-off-by: Andrey Andreev <narf@bofh.bg> | |||||
2012-07-05 | Add a default _count_string property | Andrey Andreev | 1 | -6/+0 | |
2012-06-24 | Add a default _limit() method to the Query Builder class | Andrey Andreev | 1 | -17/+0 | |
2012-06-08 | Add a default _from_tables() method to CI_DB_query_builder and remove it ↵ | Andrey Andreev | 1 | -21/+0 | |
from most of the drivers | |||||
2012-06-04 | Alter SQLite3's version() method and clear some spaces | Andrey Andreev | 1 | -1/+1 | |
2012-06-04 | Fix an SQLite3 pconnect() bug + other minor changes | Andrey Andreev | 1 | -1/+1 | |
2012-05-26 | Move count_all() from the drivers to CI_DB_driver | Andrey Andreev | 1 | -24/+0 | |
2012-05-23 | Removed the parameter use in database drivers' _close() and added a default ↵ | Andrey Andreev | 1 | -2/+1 | |
_close() method in CI_DB_driver + some changelog fixes | |||||
2012-04-26 | A couple more documentation updates | Jamie Rumbelow | 1 | -1/+1 | |
2012-04-09 | Add a parameter to SQLite3 and PDO _close() due to CI_DB_driver being abstract | Andrey Andreev | 1 | -1/+2 | |
2012-04-09 | Added a default _delete() method to CI_DB_active_record | Andrey Andreev | 1 | -29/+0 | |
2012-04-06 | Renamed _escape_identifiers() to escape_identifiers() and moved it to ↵ | Andrey Andreev | 1 | -37/+0 | |
CI_DB_driver | |||||
2012-04-05 | Added a default _truncate() method to CI_DB_active_record | Andrey Andreev | 1 | -4/+5 | |
2012-04-05 | Add replace() support for SQLite/SQLite3 | Andrey Andreev | 1 | -8/+26 | |
2012-04-05 | Added a default _update() method to CI_DB_active_record | Andrey Andreev | 1 | -27/+0 | |
2012-04-05 | Replaced driver instances of _insert() with one in CI_DB_active_record | Andrey Andreev | 1 | -17/+0 | |
2012-04-02 | Merge upstream branch | Andrey Andreev | 1 | -13/+0 | |
2012-03-23 | Remove no longer needed reconnect() method | Andrey Andreev | 1 | -15/+0 | |
2012-03-20 | Remove unused _prep_query() method | Andrey Andreev | 1 | -16/+1 | |
2012-03-12 | Fix escape_str() and change _prep_query() to just return the query | Andrey Andreev | 1 | -4/+3 | |
2012-03-12 | Fix _limit() | Andrey Andreev | 1 | -1/+1 | |
2012-03-09 | _protect_identifiers() to protect_identifier() | Andrey Andreev | 1 | -2/+2 | |
2012-03-03 | Merge upstream branch | Andrey Andreev | 1 | -3/+9 | |
2012-03-02 | Change SQLite3 _execute to use is_write_type() | Andrey Andreev | 1 | -6/+4 | |