Age | Commit message (Expand) | Author | Files | Lines |
2009-02-20 | added LIKE condition escaping to all drivers and Active Record | Derek Jones | 1 | -1/+7 |
2009-02-03 | DB count_all() not returns an integer always | Derek Allard | 1 | -1/+1 |
2008-11-20 | Added where_in to the list of expected arguments received by delete() | Derek Allard | 1 | -1/+1 |
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -1813/+1813 |
2008-10-27 | Fixed order_by bug #5704 | Rick Ellis | 1 | -10/+54 |
2008-10-18 | Added AR caching features to update and delete functions | Rick Ellis | 1 | -1/+7 |
2008-10-18 | Removed limit and order from the AR caching routine, as these are not supported. | Rick Ellis | 1 | -35/+5 |
2008-10-18 | Oops! I missed resetting the cache array in the flush function in my last co... | Rick Ellis | 1 | -2/+3 |
2008-10-18 | Fixed an AR caching bug: 4995 | Rick Ellis | 1 | -9/+22 |
2008-10-18 | (no commit message) | Rick Ellis | 1 | -7/+14 |
2008-10-17 | Fixed a number of bug reports related to table/db names not being escaped or ... | Rick Ellis | 1 | -268/+301 |
2008-09-30 | Swiched to escape() rather then escape_str(), as per bug report #4680 | Rick Ellis | 1 | -2/+2 |
2008-09-30 | Added backticks around column names in where clause. Bug report number: 4668 | Rick Ellis | 1 | -1/+1 |
2008-09-30 | Did a little clean up. Nothing that affected functionality | Rick Ellis | 1 | -2/+1 |
2008-09-13 | updated copyright | Rick Ellis | 1 | -1/+1 |
2008-06-04 | whitespace, whitespace, schmeitespace | Derek Jones | 1 | -1/+1 |
2008-06-04 | compacting some whitespace | Derek Jones | 1 | -5/+1 |
2008-06-04 | bit of a code cleanup | Derek Allard | 1 | -6/+5 |
2008-06-04 | change AR behaviour so that blank values result in empty quotes | Derek Allard | 1 | -6/+4 |
2008-05-22 | Fixed a bug (#4561) where orhaving() wasn't properly passing values. | Derek Allard | 1 | -2/+6 |
2008-05-18 | Moved the _has_operators() function into DB_driver from DB_active_rec. | Derek Allard | 1 | -20/+0 |
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 |