Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-29 | Add list_fields() support for SQLite3 | Andrey Andreev | 1 | -1/+1 | |
2015-02-19 | Fix postgre driver config | Andrey Andreev | 1 | -1/+0 | |
2015-02-19 | Remove 'autoinit' DB setting | Andrey Andreev | 1 | -9/+1 | |
It doesn't make sense to do a load->database() call but not connect to the database. IIRC there was more stuff in CI_DB_driver::initialize() at some point, so that was probably the reason why the setting existed in the first place. However, now it only results in users making invalid bug reports because they don't understand the feature ... Examples during just the past 2 weeks: #3571 #3601 #3607 | |||||
2015-02-04 | Fixed inconsistent return types | Gabriel Potkány | 1 | -1/+1 | |
2015-01-29 | fix typo in comments | Claudio Galdiolo | 1 | -1/+1 | |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -1/+1 | |
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated. | |||||
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 | |||||
2015-01-05 | Fix #3460 | Andrey Andreev | 1 | -1/+1 | |
2015-01-05 | Polish changes following PR #3416 | Andrey Andreev | 1 | -22/+26 | |
2014-12-16 | User Guide - DB Driver Reference | James L Parry | 1 | -5/+5 | |
First stab at DB driver reference. Methods are listed in order encountered in the source file. Parameter or return types in DB_driver updated as needed, and reflected here. TOC entry added to bottom of database index page. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-12-02 | Regressions ... #3380 #3194 ab9217e316a79bc8fab2840c8f5bd2b9bc7a4dc0 | Andrey Andreev | 1 | -2/+3 | |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-10-20 | Escape the array elements separately and join them in compile_binds() | clawoo | 1 | -2/+7 | |
2014-10-18 | Escape arrays sent as binding values for database queries. | clawoo | 1 | -1/+6 | |
2014-09-17 | Fix #3238 | Andrey Andreev | 1 | -3/+2 | |
Close #3239 | |||||
2014-04-30 | Added `_trans_failure` property to fix PHP Warning. | Ahmedul Haque Abid | 1 | -0/+9 | |
2014-04-09 | Removed BOM | Etki | 1 | -1/+1 | |
2014-04-09 | Microfix | Etki | 1 | -7/+1 | |
cleaned `return true; return true;` construction | |||||
2014-03-13 | Partially revert PR #2190 | Andrey Andreev | 1 | -1/+1 | |
The core shouldn't depend on constants that are not defined by itself | |||||
2014-02-27 | Call db_connect(TRUE) instead of db_pconnect() + some style changes | Andrey Andreev | 1 | -18/+22 | |
2014-02-26 | More removal of error suppression usage | Andrey Andreev | 1 | -7/+4 | |
2014-02-25 | Make db_pconnect an alias for db_connect(TRUE) and reduce code repetition | Andrey Andreev | 1 | -0/+12 | |
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. | |||||
2014-01-07 | A tiny regexp improvement for CI_DB_driver::is_write_type() | Andrey Andreev | 1 | -1/+1 | |
2013-12-20 | Polishing changes from #PR #2781 | Andrey Andreev | 1 | -3/+3 | |
Looks like an unnecessary commit was made by the author just as I was clicking the Merge button. :) | |||||
2013-12-19 | so we need \sNOT EXISTS | Tufan Barış YILDIRIM | 1 | -1/+1 | |
2013-12-19 | changed EXISTS / NOT EXISTS pattern | Tufan Barış YILDIRIM | 1 | -3/+3 | |
@narfbg "It has parenthesis, so use the IN / NOT IN pattern as a base." | |||||
2013-12-19 | EXISTS / NOT EXISTS clause support for DB_driver | Tufan Barış YILDIRIM | 1 | -3/+3 | |
2013-12-19 | EXISTS / NOT EXISTS clause support for DB_driver | Tufan Barış YILDIRIM | 1 | -2/+4 | |
2013-12-19 | EXISTS / NOT EXISTS clause support for DB_query_builder. | Tufan Barış YILDIRIM | 1 | -2/+4 | |
2013-12-14 | DB call_function() bug : funny typo -or- smart autocomplete? | Kakysha | 1 | -1/+1 | |
2013-10-21 | Fix #2691 | Andrey Andreev | 1 | -1/+8 | |
2013-10-17 | Replace the last rand() with mt_rand() | vlakoff | 1 | -1/+1 | |
Better entropy, faster. Also fixed a few "it's" typos. | |||||
2013-08-06 | Fix #2501 & another -related bug | Andrey Andreev | 1 | -1/+3 | |
2013-07-17 | Cherry-picking some changes from PR #2425: | Andrey Andreev | 1 | -1/+0 | |
- Session events logging (debug) - Bug fix for OCI8 method stored_procedure() | |||||
2013-05-12 | Do not trigger a possible custom autoloader, as it is irrelevant here | vlakoff | 1 | -1/+1 | |
These were the last two calls of class_exists() without the $autoloader = FALSE argument. | |||||
2013-04-04 | Merge pull request #2343 from QOX/develop | Andrey Andreev | 1 | -1/+1 | |
Fixed problem for transaction test mode. | |||||
2013-04-03 | Fixed for styleguide. | Katsumi Honda | 1 | -1/+1 | |
2013-04-03 | fixed for styleguide. | Katsumi Honda | 1 | -2/+2 | |
|| to OR remove the empty line at EOF | |||||
2013-03-29 | Merge pull request #2365 from vlakoff/develop | Andrey Andreev | 1 | -1/+1 | |
Documentation: fix some outdated paths | |||||
2013-03-29 | Documentation: fix some outdated paths | vlakoff | 1 | -1/+1 | |
2013-03-29 | Fix #2353 | Andrey Andreev | 1 | -1/+4 | |
2013-03-21 | Making a performance modification to DB_driver list_fields() | RJ garcia | 1 | -7/+2 | |
Signed-off-by: RJ garcia <rj@bighead.net> | |||||
2013-03-19 | Fixed problem for transaction test mode. | Katsumi Honda | 1 | -2/+2 | |
trans_complete function is committed in test mode. Because any database drivers are set _trans_failure in test_mode, And trans_complete function is not evaluate _trans_failure. | |||||
2013-02-23 | Updated exit codes as constant values | Daniel Hunsaker | 1 | -1/+1 | |
Re-allocated exit status codes according to three references, which follow: BSD sysexits.h:http://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits GNU recomendations:http://www.gnu.org/software/libc/manual/html_node/Exit-Status.html Bash scripting:http://tldp.org/LDP/abs/html/exitcodes.html The GNU recommendations stem from and expand upon the standard C/C++ library (stdlibc) definitions, while also suggesting some best-practice conventions which happen to prevent exit status code collisions with bash, and probably other shells. The re-allocated codes are now mapped to constant values, set in *application/config/constants.php*, and used throughout the CodeIgniter core. They would additionally be used in *index.php*, but the constants file hasn't been loaded at that point, so the integer values are used instead, and a comment follows each such use with amplifying information on why that particular value was selected. Finally, the errors documentation has been updated accordingly. Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com> | |||||
2013-02-22 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Daniel Hunsaker | 1 | -2/+2 | |
feature/exit-status | |||||
2013-02-21 | Merge pull request #2266 from dionysiosarvanitis/fix/trans_complete | Andrey Andreev | 1 | -1/+1 | |
DB_driver's trans_complete exception fix | |||||
2013-02-21 | DB_result tests seem to also depend on autoloading via the class_exists() ↵ | Andrey Andreev | 1 | -1/+1 | |
checks ... | |||||
2013-02-21 | Disable autoloader call from class_exists() occurences to improve performance | Andrey Andreev | 1 | -2/+2 | |
Note: The Driver libary tests seem to depend on that, so one occurence in CI_Loader is left until we resolve that. |