Age | Commit message (Expand) | Author | Files | Lines |
2008-10-17 | Added backticks to field names | Rick Ellis | 1 | -1/+1 |
2008-10-17 | Fixed a tab issue | Rick Ellis | 1 | -5/+5 |
2008-10-17 | Added a call to the parent contructor, as this was causing errors. | Rick Ellis | 1 | -7/+1 |
2008-10-17 | Added brackets around database name in MS SQL driver when selecting the datab... | Rick Ellis | 1 | -1/+3 |
2008-10-17 | Fixed a number of bug reports related to table/db names not being escaped or ... | Rick Ellis | 16 | -383/+107 |
2008-10-17 | Fixed a number of bug reports related to table/db names not being escaped or ... | Rick Ellis | 7 | -269/+74 |
2008-10-07 | Explicitly added driver name variable in each DB driver, based on this bug re... | Rick Ellis | 7 | -1/+14 |
2008-10-07 | (no commit message) | Rick Ellis | 3 | -3/+3 |
2008-10-07 | Fixed bug (#3472) that was adding quotes incorrectly. | Rick Ellis | 1 | -2/+2 |
2008-10-07 | Oops! Didn't realize that the CI super object was not being used by the main... | Rick Ellis | 3 | -4/+13 |
2008-10-07 | Fixed Oracle bug (#3306) that was preventing multiple queries in one action | Rick Ellis | 1 | -0/+1 |
2008-10-07 | Added $params to ODBC constructor, based on bug report #3374 | Rick Ellis | 1 | -1/+9 |
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 |