Age | Commit message (Expand) | Author | Files | Lines |
2008-01-28 | added is_really_writable() to Common.php, replaced is_writable() throughout a... | Derek Jones | 1 | -3/+0 |
2008-01-27 | fix extraneous returns and variables | Derek Allard | 1 | -5/+0 |
2008-01-27 | fixed an overwritten parameter in protect_identifiers | Derek Allard | 1 | -2/+2 |
2008-01-27 | fixed a variable call to $this-> | Derek Allard | 1 | -1/+1 |
2008-01-26 | fix a postgre escape error | Derek Allard | 1 | -2/+2 |
2008-01-23 | added $query_times property to DB driver for profiling | Derek Jones | 1 | -0/+6 |
2008-01-23 | added an "unsupported" error to insert_id() in oracle | Derek Allard | 1 | -1/+1 |
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-22 | added enclosures to csv_from _result() | Derek Jones | 1 | -4/+5 |
2008-01-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 35 | -105/+105 |
2008-01-21 | added dbprefix to dbforge functions | Derek Allard | 1 | -5/+5 |
2008-01-18 | ExpressionEngine Dev Team in credit | Derek Allard | 35 | -77/+77 |
2008-01-18 | Fixed the bugfix for #3260! | Derek Jones | 2 | -19/+19 |
2008-01-18 | fixed bug #3260 tightened type checking before outputting MySQL field as NULL | Derek Jones | 2 | -2/+2 |
2008-01-18 | reset where_in array after a call (bug# 3259) | Derek Allard | 1 | -1/+2 |
2008-01-18 | fix for count_all | Derek Allard | 7 | -11/+9 |
2008-01-17 | orderby fix | Derek Allard | 1 | -1/+2 |
2008-01-16 | (no commit message) | Derek Allard | 5 | -35/+40 |
2008-01-16 | special fix for $first_word_only to work with other changes to _protect_ident... | Derek Jones | 1 | -5/+2 |
2008-01-16 | === instead of !== ::blush:: | Derek Jones | 1 | -1/+1 |
2008-01-16 | fix for single word identifiers with no spaces that need protecting in _prote... | Derek Jones | 1 | -1/+5 |
2008-01-16 | Many new Active Record functions, and another whack of stuff | Derek Allard | 30 | -586/+3463 |
2008-01-15 | Fixed a bug in the Oracle driver that prevented num_rows from working. | Derek Allard | 1 | -2/+3 |
2008-01-14 | fix a segment db cache bug | Derek Allard | 1 | -1/+1 |
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 | fixed typo: $field_names[] vs $Ffield_names[] | Derek Allard | 2 | -2/+2 |
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 | 8 | -19/+38 |
2007-12-19 | Added support for limit() into update() statements in Active Record. | Derek Allard | 8 | -17/+37 |
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 | 8 | -24/+36 |
2007-12-18 | Added count_all_results() function to Active Record. | Derek Allard | 9 | -21/+163 |
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-13 | Added a check for NULL fields in the MySQL database backup utility | Derek Allard | 1 | -4/+21 |
2007-10-04 | Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. | Derek Allard | 27 | -480/+480 |
2007-08-10 | Removed "rand()" as a listed option from orderby in the Active Record, as it ... | Derek Allard | 1 | -1/+1 |
2007-07-17 | (no commit message) | Rick Ellis | 1 | -1/+5 |
2007-07-14 | Fixed a bug in database driver where num_rows property wasn't getting updated | Derek Allard | 1 | -1/+2 |
2007-07-12 | sacked duplicate and incorrect version of _version()! | Derek Jones | 1 | -13/+0 |
2007-07-12 | csv_from_result buggy. revert to old function until rewrite | Derek Allard | 1 | -470/+454 |
2007-07-12 | fixed undefined function in insert_id() of PostgreSQL driver | Derek Jones | 1 | -1/+1 |
2007-07-12 | csv_from_result() move robust against data with "," in it. | Derek Allard | 1 | -19/+35 |