Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-06 | Fix #2579: Query Builder's "no escape" functionality didn't work properly ↵ | Andrey Andreev | 1 | -4/+17 | |
with query cache | |||||
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-18 | Use table name as a prefix for index names | mjnaderi | 1 | -3/+2 | |
2013-12-18 | Cleanup DB_forge _process_indexes | mjnaderi | 1 | -1/+2 | |
2013-12-18 | Cleanup DB_forge _process_indexes | mjnaderi | 1 | -1/+0 | |
2013-12-14 | DB call_function() bug : funny typo -or- smart autocomplete? | Kakysha | 1 | -1/+1 | |
2013-12-10 | Fix a bug where DB() tried to set the MySQL-specific 'sql_mode' on all drivers | Andrey Andreev | 4 | -5/+49 | |
Supersedes PR #2756 | |||||
2013-11-27 | [ci skip] Remove a few more spaces | Andrey Andreev | 1 | -1/+1 | |
2013-11-17 | Small docblock fix | vlakoff | 1 | -1/+1 | |
2013-11-12 | [ci skip] Remove some whitespace chars | Andrey Andreev | 1 | -3/+2 | |
2013-11-11 | Cleanup PR #2719 | GDmac | 1 | -5/+2 | |
for Fix #2406 query builder cache Signed-off-by: GDmac <grdalenoort@gmail.com> | |||||
2013-11-08 | Fix #2406 query builder cache | GDmac | 1 | -6/+10 | |
Signed-off-by: GDmac <grdalenoort@gmail.com> | |||||
2013-10-29 | Fix a bug when multiple calls to QB's _compile_wh() or _compile_group_by() ↵ | Andrey Andreev | 1 | -1/+12 | |
are required | |||||
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> |