Age | Commit message (Expand) | Author | Files | Lines |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -29/+29 |
2008-05-12 | Escape behaviour in where() clauses has changed; values in those with the "FA... | Derek Allard | 1 | -19/+22 |
2008-05-12 | Fixed a bug in AR compiling, where select statements with arguments got incor... | Derek Allard | 1 | -3/+10 |
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end o... | Derek Jones | 1 | -1/+3 |
2008-05-11 | Undoing change committed in r1115 | Derek Jones | 1 | -0/+1 |
2008-05-11 | removed closing PHP tag from all framework files | Derek Jones | 1 | -1/+0 |
2008-05-08 | flipped the $not flag for or_where_not_in() | Derek Jones | 1 | -5/+1 |
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th... | Derek Allard | 1 | -22/+22 |
2008-04-15 | Fixed an AR bug when joining with a table alias and table prefix (#4400). | Derek Allard | 1 | -1/+1 |
2008-04-06 | Fixed a bug that wasn't allowing escaping to be turned off if the value of a ... | Derek Allard | 1 | -2/+7 |
2008-04-06 | testing an escape issue | Derek Allard | 1 | -1/+4 |
2008-04-06 | Added the ability to prevent escaping in having() clauses. | Derek Allard | 1 | -8/+13 |
2008-03-06 | change to the way AR handles aliased tables | Derek Allard | 1 | -5/+3 |
2008-03-04 | fix silly copy-paste error in active record | Derek Allard | 1 | -1/+1 |
2008-03-02 | added or_having, deprecated orhaving | Derek Allard | 1 | -2/+14 |
2008-02-25 | Fixed an AR_caching error where it wasn't tracking table aliases (#3463) | Derek Allard | 1 | -1/+1 |
2008-02-06 | cache_stop() fix... | Derek Allard | 1 | -4/+1 |
2008-02-05 | Added and documented Active Record caching. | Derek Allard | 1 | -41/+272 |
2008-01-30 | fix orlike to call or_like | Derek Allard | 1 | -1/+1 |
2008-01-29 | Abstracted FROM table listing in Active Record for databases that do not supp... | Derek Jones | 1 | -1/+1 |
2008-01-27 | fix extraneous returns and variables | Derek Allard | 1 | -5/+0 |
2008-01-23 | fixing www.codeigniter.com to codeigniter.com | Derek Allard | 1 | -3/+3 |
2008-01-23 | Added $this->db->dbprefix() to manually add database prefixes. | Derek Allard | 1 | -3/+24 |
2008-01-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 1 | -3/+3 |
2008-01-18 | ExpressionEngine Dev Team in credit | Derek Allard | 1 | -2/+2 |
2008-01-18 | reset where_in array after a call (bug# 3259) | Derek Allard | 1 | -1/+2 |
2008-01-17 | orderby fix | Derek Allard | 1 | -1/+2 |
2008-01-16 | Many new Active Record functions, and another whack of stuff | Derek Allard | 1 | -48/+273 |
2008-01-14 | removed raw_where and raw_or_where. They duplicated existing functionality b... | Derek Allard | 1 | -38/+0 |
2008-01-12 | added raw_where() and raw_or_where() into AR | Derek Allard | 1 | -0/+38 |
2007-12-31 | Fixed a bug in _object_to_array that broke some types of inserts and updates. | Derek Allard | 1 | -1/+3 |
2007-12-28 | Added the ability to use aliases with joins in Active Record. | Derek Allard | 1 | -13/+94 |
2007-12-20 | Added the ability to pass an array of tables to the delete() statement in Act... | Derek Allard | 1 | -4/+19 |
2007-12-20 | Changed the behaviour of variables submitted to the where() clause with no va... | Derek Allard | 1 | -8/+16 |
2007-12-19 | where_in_or became or_where_in(), where_not_in_or() became or_where_not_in() ... | Derek Allard | 1 | -10/+47 |
2007-12-19 | Added support for limit() into update() and delete() statements in Active Rec... | Derek Allard | 1 | -5/+10 |
2007-12-19 | Added support for limit() into update() statements in Active Record. | Derek Allard | 1 | -2/+8 |
2007-12-19 | Added where_in(), where_in_or(), where_not_in(), and where_not_in_or() to Act... | Derek Allard | 1 | -3/+82 |
2007-12-19 | Added where_in() to Active Record. | Derek Allard | 1 | -3/+37 |
2007-12-18 | Added 'random' as an order_by() option in Active Record. | Derek Allard | 1 | -2/+9 |
2007-12-18 | Added count_all_results() function to Active Record. | Derek Allard | 1 | -1/+40 |
2007-12-17 | removed a duplicate function | Derek Allard | 1 | -12/+0 |
2007-12-17 | Added a third parameter to Active Record's like() clause to control where the... | Derek Allard | 1 | -14/+83 |
2007-10-04 | Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. | Derek Allard | 1 | -1/+1 |
2007-08-10 | Removed "rand()" as a listed option from orderby in the Active Record, as it ... | Derek Allard | 1 | -1/+1 |
2007-04-15 | update pMachine to EllisLab | Derek Allard | 1 | -2/+2 |
2007-02-14 | updated AR join() to accommodate database prefixes | Derek Allard | 1 | -886/+891 |
2007-02-05 | (no commit message) | Rick Ellis | 1 | -1/+11 |
2006-11-03 | (no commit message) | admin | 1 | -2/+4 |
2006-10-21 | (no commit message) | admin | 1 | -17/+17 |