Age | Commit message (Expand) | Author | Files | Lines |
2008-10-07 | Added support for empty connection strings, based on bug # 3135 | Rick Ellis | 1 | -7/+32 |
2008-10-07 | There was a call to $this->input->_remove_invisible_characters($str); It shou... | Rick Ellis | 3 | -3/+3 |
2008-09-30 | Did a little clean up. Nothing that affected functionality | Rick Ellis | 7 | -25/+28 |
2008-09-30 | Added backticks to column names when using insert_string and update_string. ... | Rick Ellis | 7 | -16/+122 |
2008-09-26 | removed some legacy escaping code from _backup() in the MySQL utility, fixing... | Derek Jones | 1 | -9/+0 |
2008-09-24 | added removal of non-printing characters to escape_str() of drivers that do n... | Derek Jones | 3 | -3/+3 |
2008-09-13 | updated copyright | Rick Ellis | 16 | -16/+16 |
2008-09-13 | updated copyright | Rick Ellis | 12 | -12/+12 |
2008-08-21 | whitespace fixes | Derek Allard | 2 | -13/+15 |
2008-06-27 | Fixed a double opening <p> tag in the index pages of each system direct... | Derek Allard | 8 | -64/+24 |
2008-05-29 | made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify m... | Derek Jones | 7 | -25/+93 |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 28 | -140/+140 |
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end o... | Derek Jones | 28 | -28/+84 |
2008-05-11 | Undoing change committed in r1115 | Derek Jones | 28 | -0/+28 |
2008-05-11 | removed closing PHP tag from all framework files | Derek Jones | 28 | -28/+0 |
2008-05-07 | Added checks for objects in DB driver instead of just resources to accommodat... | Derek Jones | 1 | -1/+1 |
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th... | Derek Allard | 9 | -28/+28 |
2008-04-29 | Added a valid_emails rule to the Validation class. | Derek Allard | 1 | -4/+1 |
2008-04-11 | The MySQLi forge class is now in sync with MySQL forge. | Derek Allard | 1 | -60/+65 |
2008-04-07 | Added rename_table() into DBForge. | Derek Allard | 7 | -1/+133 |
2008-04-04 | added constants.php file and implemented constants for file system modes | Derek Jones | 1 | -2/+2 |
2008-02-25 | Fixed an AR_caching error where it wasn't tracking table aliases (#3463) | Derek Allard | 7 | -7/+7 |
2008-02-13 | reapplied implementation of db_set_charset() for MySQLi... | Derek Jones | 1 | -2/+1 |
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 | 6 | -11/+11 |
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 | 5 | -22/+58 |
2008-02-07 | added functionality for setting client character set and collation in MySQLi ... | Derek Jones | 1 | -2/+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 | 7 | -1/+50 |
2008-02-01 | remove parenthesis from postrgre _from_tables | Derek Allard | 1 | -1/+1 |
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 | 7 | -0/+154 |
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 an "unsupported" error to insert_id() in oracle | Derek Allard | 1 | -1/+1 |
2008-01-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 28 | -84/+84 |
2008-01-18 | ExpressionEngine Dev Team in credit | Derek Allard | 28 | -63/+63 |
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 | fix for count_all | Derek Allard | 7 | -11/+9 |
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 | 23 | -401/+2653 |