Age | Commit message (Expand) | Author | Files | Lines |
2011-08-21 | Fix for issue #106 | Dan Montgomery | 1 | -1/+1 |
2011-08-21 | Added ability to _like paramater side to use 'none', in case one wants to que... | Nithin | 1 | -2/+6 |
2011-08-10 | Typecast limit and offset in the Database Driver to integers. Fixes https://b... | Phil Sturgeon | 1 | -2/+2 |
2011-08-10 | Fixed typo in ActiveRecord. | Phil Sturgeon | 1 | -1/+1 |
2011-08-10 | Fixed a bug where using this->db->select_max(), this->db->select_min(), etc c... | Phil Sturgeon | 1 | -1/+2 |
2011-07-23 | Fixed having method to insert quotes. | Adam Jackett | 1 | -1/+1 |
2011-07-15 | ... set_dbprefix(). Programatically set the prefix, great for multi-site syst... | Phil Sturgeon | 1 | -0/+15 |
2011-07-15 | Was working on this file so PHP5ified the method visibility scopes. Pointless... | Phil Sturgeon | 1 | -154/+106 |
2011-07-02 | hand merged remaining unresolved files following the backout of 648b42a75739,... | Derek Jones | 1 | -11/+15 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -16/+16 |
2011-05-06 | Fix #275 -- regression in db::_compile_select(). Thanks @patwork for the patch | Greg Aker | 1 | -11/+15 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -16/+16 |
2011-04-20 | Fixed a bug (Core #340) where when passing in the second parameter to $this->... | Greg Aker | 1 | -12/+8 |
2011-03-22 | ->db->count_all_results() will now return an integer instead of a string. | Phil Sturgeon | 1 | -2/+2 |
2011-02-15 | Better potential fix for escaping MySQL keywords with backticks on insert/upd... | Phil Sturgeon | 1 | -2/+2 |
2011-02-14 | Whitespace cleanup in db classes | Pascal Kriete | 1 | -3/+3 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -189/+189 |
2010-09-16 | Added $ar_keys clearing out to _reset_write(). | Robin Sowell | 1 | -2/+4 |
2010-08-06 | Removing the following deprecated database methods: orwhere, orlike, groupby... | Greg Aker | 1 | -73/+1 |
2010-03-11 | full on scaffolding removal | Derek Jones | 1 | -2/+2 |
2010-03-03 | added batch insert/update and a replace method to active record | Derek Jones | 1 | -2/+325 |
2010-01-26 | Misspelled class property in db class. _like_escape_chr, not _like_escape_char | Greg Aker | 1 | -1/+1 |
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 |
2009-05-03 | bug fix and typo fixes | Derek Allard | 1 | -1/+1 |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 |
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 |