Age | Commit message (Expand) | Author | Files | Lines |
2008-04-03 | syntax error: extraneous closing parenthesis | Derek Jones | 1 | -1/+1 |
2008-04-03 | replaced isset() with array_key_exists() in row() to allow retrieval of indiv... | Derek Jones | 1 | -1/+2 |
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 | 8 | -8/+8 |
2008-02-14 | little protection in case an array is provided as the $params for the DB class | Derek Jones | 1 | -1/+1 |
2008-02-13 | reapplied implementation of db_set_charset() for MySQLi... | Derek Jones | 1 | -2/+1 |
2008-02-13 | fixed bug #3419, moved DSN parsing to DB.php so the driver could properly be ... | Derek Jones | 2 | -24/+24 |
2008-02-13 | fixes to _create_table() in sqlite_forge.php: | Derek Jones | 1 | -2/+3 |
2008-02-13 | changed escape_str() in mysqli_driver() to use is_object() instead of is_reso... | Derek Jones | 1 | -1/+1 |
2008-02-11 | remove backticks from ODBC | Derek Allard | 1 | -8/+4 |
2008-02-11 | database enhancements, compatibility additions and bugfixes | Derek Allard | 7 | -21/+29 |
2008-02-11 | driver escape_table fixes | Derek Allard | 5 | -10/+10 |
2008-02-11 | escape_table made consistent with mysql driver across all drivers | Derek Allard | 5 | -10/+10 |
2008-02-11 | clarifying comment on sqlite escape table | Derek Allard | 1 | -5/+3 |
2008-02-10 | changes for enhanced database compatibility | Derek Allard | 6 | -23/+58 |
2008-02-07 | added functionality for setting client character set and collation in MySQLi ... | Derek Jones | 1 | -2/+1 |
2008-02-06 | cache_stop() fix... | Derek Allard | 1 | -4/+1 |
2008-02-05 | Changed the behaviour of Active Record's update() to make the WHERE clause op... | Derek Allard | 7 | -7/+35 |
2008-02-05 | Added and documented Active Record caching. | Derek Allard | 8 | -42/+322 |
2008-02-01 | remove parenthesis from postrgre _from_tables | Derek Allard | 1 | -1/+1 |
2008-01-30 | fix orlike to call or_like | Derek Allard | 1 | -1/+1 |
2008-01-30 | added default value for $active_record when it's not set | Derek Jones | 1 | -1/+1 |
2008-01-30 | removed 'active_r' db config variable, replaced with global $active_record se... | Derek Jones | 1 | -4/+4 |
2008-01-29 | Removed support for db_backup in MySQLi due to incompatible functions. | Derek Allard | 1 | -135/+3 |
2008-01-29 | Abstracted FROM table listing in Active Record for databases that do not supp... | Derek Jones | 8 | -1/+155 |
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 |