Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-28 | Really fix #2703 | Andrey Andreev | 1 | -1/+1 | |
2013-10-28 | Fix #2703 | Andrey Andreev | 1 | -1/+17 | |
2013-10-28 | Fixing the dumbest parser error ever | Andrey Andreev | 1 | -1/+1 | |
2013-10-28 | Fix CI_DB_query_builder::_merge_cache() triggering E_WARNINGs | Andrey Andreev | 1 | -3/+5 | |
Kudos to kakysha for noting the bug & providing initial fix in PR #2698 | |||||
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-09-13 | Fix a PostgreSQL string escaping bug and use pg_escape_literal() when possible | Andrey Andreev | 1 | -2/+6 | |
2013-09-13 | Update MySQLi to use the PHP API for transactions, where possible | Andrey Andreev | 1 | -9/+18 | |
2013-09-11 | Really fix #2490, rel: #2629 | Andrey Andreev | 2 | -2/+2 | |
2013-09-10 | Add support for UPDATE ... RETURNING statements in PostgreSQL | Andrey Andreev | 2 | -2/+2 | |
An improved version of PR #2629. Also removes REPLACE from the regular expression, as it is not supported by PostgreSQL. | |||||
2013-09-08 | Merge pull request #2627 from vlakoff/develop-3 | Andrey Andreev | 3 | -3/+3 | |
Adjust a few phpdoc in query builder code | |||||
2013-09-08 | Adjust a few phpdoc in query builder code | vlakoff | 3 | -3/+3 | |
2013-09-08 | Code cleanup in db->order_by() | vlakoff | 1 | -1/+1 | |
2013-08-06 | Various typos and tabs adjustments | vlakoff | 2 | -2/+2 | |
2013-08-06 | Fix #2585 | Andrey Andreev | 1 | -1/+1 | |
2013-08-06 | Fix #2501 & another -related bug | Andrey Andreev | 2 | -1/+4 | |
2013-07-29 | Fix #2568 | Andrey Andreev | 1 | -2/+2 | |
2013-07-18 | More verbose error messages for incorrect/missing database groups (based on ↵ | Andrey Andreev | 1 | -2/+6 | |
PR #2040) | |||||
2013-07-17 | Fix #2490 (an improved version of PR #2534) | Andrey Andreev | 2 | -0/+26 | |
2013-07-17 | [ci skip] Remove some empty lines | Andrey Andreev | 1 | -1/+1 | |
2013-07-17 | Merge pull request #2447 from rlerdorf/develop | Andrey Andreev | 1 | -2/+2 | |
A few minor fixes and cleanups | |||||
2013-07-17 | Cherry-picking some changes from PR #2425: | Andrey Andreev | 2 | -7/+2 | |
- Session events logging (debug) - Bug fix for OCI8 method stored_procedure() | |||||
2013-05-18 | It looks like this should be $alter_type here | Rasmus Lerdorf | 1 | -2/+2 | |
Signed-off-by: Rasmus Lerdorf <rasmus@php.net> | |||||
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 | Merge pull request #2350 from ragboyjr/develop | Andrey Andreev | 1 | -7/+2 | |
Making a performance modification to DB_driver list_fields() | |||||
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-03-15 | Fix MSSQL ALTER TABLE ADD statement | Andrey Andreev | 1 | -1/+5 | |
An improved version of PR #2329 | |||||
2013-03-12 | Add a (default) CI_DB_query_builder::_update_batch() method | Andrey Andreev | 5 | -164/+41 | |
An improved version of PR #2324, which only targets ODBC. | |||||
2013-03-04 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Daniel Hunsaker | 2 | -8/+5 | |
feature/exit-status | |||||
2013-03-04 | Fix #2298 | Andrey Andreev | 1 | -6/+3 | |
2013-03-01 | Optimize changes from PR #2290 | Andrey Andreev | 1 | -4/+2 | |
2013-02-28 | added spaces after the parameter separators | Michelle Jones | 1 | -2/+2 | |
2013-02-27 | Remove trailing delimiters from csv_from_result | Michelle Jones | 1 | -1/+3 | |
When using the csv_from_result function, the returned string includes an extra delimiter at the end of every line, usually a comma unless another delimiter is specified. A simple addition of a couple of lines to remove the extra delimiter from the column names and the data rows is included. (Lines 241 and 251) | |||||
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 | 7 | -13/+10 | |
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 | 2 | -4/+4 | |
Note: The Driver libary tests seem to depend on that, so one occurence in CI_Loader is left until we resolve that. | |||||
2013-02-21 | Manually apply PR #2234 | Andrey Andreev | 1 | -0/+1 | |
2013-02-20 | Remove CI_DB_pdo_driver:: | Andrey Andreev | 1 | -7/+0 | |
Improving on PR #2265, the property is inherited with the same value and doesn't need to be set. | |||||
2013-02-19 | DB_driver's trans_complete exception fix | Dionysis Arvanitis | 1 | -1/+1 | |
2013-02-19 | Set transaction enabled flag default to TRUE | Dionysis Arvanitis | 1 | -1/+1 | |
2013-01-29 | Fix list_fields seek bug | Chris Buckley | 3 | -0/+3 | |
On the first list_fields call, the field pointer is moved to the end of the list of fields. This change ensures that the pointer is positioned at the start of the field list before grabbing the names. Signed-off-by: Chris Buckley <chris@cmbuckley.co.uk> |