Age | Commit message (Expand) | Author | Files | Lines |
2012-07-05 | Move _insert() and _update() defaults from Query Builder to DB_driver so that... | Andrey Andreev | 1 | -52/+0 |
2012-06-26 | Fix get_where() test | Andrey Andreev | 1 | -1/+1 |
2012-06-25 | Fix issues #1529 & #1530 | Andrey Andreev | 1 | -3/+3 |
2012-06-25 | Change where() to skip dbprefix (until a better solution is available) | Andrey Andreev | 1 | -4/+12 |
2012-06-24 | Add a default _limit() method to the Query Builder class | Andrey Andreev | 1 | -0/+17 |
2012-06-23 | Add _where() changes from pull #1517 to the PostgreSQL driver | Andrey Andreev | 1 | -2/+4 |
2012-06-22 | fixed query grouping when using where($array) syntax | WanWizard | 1 | -10/+4 |
2012-06-18 | Changed limit() and offset() to ignore NULL values | Andrey Andreev | 1 | -7/+3 |
2012-06-17 | Add join() USING support | Andrey Andreev | 1 | -3/+11 |
2012-06-17 | Improve escaping, support for table names with spaces and fix where() for str... | Andrey Andreev | 1 | -2/+2 |
2012-06-16 | Spelling fixes - `wether` to `whether` | Alex Bilbie | 1 | -1/+1 |
2012-06-16 | All Query Builder methods to respect _protect_identifiers by default | Andrey Andreev | 1 | -18/+24 |
2012-06-16 | Added an escape parameter to where_in(), or_where_in(), where_not_in(), or_wh... | Andrey Andreev | 1 | -12/+14 |
2012-06-16 | Changed order_by() default escaping to _protect_identifiers | Andrey Andreev | 1 | -2/+3 |
2012-06-15 | Fix having() | Andrey Andreev | 1 | -4/+3 |
2012-06-15 | Fix issue #1483 | Andrey Andreev | 1 | -1/+1 |
2012-06-15 | Fix issue #1482 | Andrey Andreev | 1 | -1/+1 |
2012-06-12 | join() with multiple conditions and optional escape parameter | Andrey Andreev | 1 | -8/+44 |
2012-06-11 | Fix an issue introduced in 88cb278a1e52dd7db5b0ebe2037c12f0dd69c0c1 | Andrey Andreev | 1 | -1/+1 |
2012-06-11 | Fix a join() issue | Andrey Andreev | 1 | -1/+1 |
2012-06-11 | Fix issue #1456 | Andrey Andreev | 1 | -2/+6 |
2012-06-11 | Remove unused qb_order property + other minor changes | Andrey Andreev | 1 | -29/+17 |
2012-06-10 | Fix _where() with multiple condition custom query | Andrey Andreev | 1 | -1/+1 |
2012-06-10 | Fix _where() escaping operators | Andrey Andreev | 1 | -5/+4 |
2012-06-10 | Merge branch 2.1-stable into develop | Andrey Andreev | 1 | -1/+1 |
2012-06-08 | Return $this when values ($key OR $values) is NULL | Rafael Queiroz | 1 | -1/+1 |
2012-06-08 | Add a default _from_tables() method to CI_DB_query_builder and remove it from... | Andrey Andreev | 1 | -0/+18 |
2012-06-04 | Alter SQLite3's version() method and clear some spaces | Andrey Andreev | 1 | -1/+1 |
2012-06-04 | Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792 | Andrey Andreev | 1 | -3/+3 |
2012-06-03 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 1 | -30/+30 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/database | Alex Bilbie | 1 | -30/+30 |
2012-05-27 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 1 | -25/+18 |
2012-05-24 | Fix issue #1273 and some cleanup in Query Builder | Andrey Andreev | 1 | -25/+18 |
2012-05-23 | Fixed conflicts with 2.1-stable merge. | Phil Sturgeon | 1 | -6/+6 |
2012-04-28 | Minor assignment fix. | George Petsagourakis | 1 | -1/+1 |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 1 | -39/+163 |
2012-03-08 | Just the method, not the property | Jamie Rumbelow | 1 | -2/+2 |
2012-03-06 | accounting for the rename of protect_identifiers | Jamie Rumbelow | 1 | -22/+22 |
2012-03-06 | Updating a couple more references to the AR class in documentation [#1061] | Jamie Rumbelow | 1 | -20/+20 |
2012-03-06 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 1 | -13/+18 |
2012-02-21 | Fixing an error in #1061 | Jamie Rumbelow | 1 | -25/+25 |
2012-02-19 | Renaming Active Record to Query Builder across the system | Jamie Rumbelow | 1 | -0/+2217 |