Age | Commit message (Expand) | Author | Files | Lines |
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 | Set primary key to zero, since there isn't a good way to retrieve it. Bug re... | Rick Ellis | 1 | -1/+1 |
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-18 | Added port support to MS SQL | Rick Ellis | 1 | -0/+10 |
2008-10-18 | Added port support to mysqli | Rick Ellis | 1 | -1/+1 |
2008-10-18 | Added support for the port setting in mysql | Rick Ellis | 1 | -0/+10 |
2008-10-17 | (no commit message) | Rick Ellis | 1 | -1/+1 |
2008-10-17 | Added backticks to field names | Rick Ellis | 1 | -1/+1 |
2008-10-17 | Fixed bug: 5043 | Rick Ellis | 1 | -1/+1 |
2008-10-17 | Fixed an error reporting bug: 4900 | Rick Ellis | 1 | -1/+1 |
2008-10-17 | Fixed a tab issue | Rick Ellis | 1 | -5/+5 |
2008-10-17 | Fixed a bug (4718) in which the path to the files was being set in correctly. | Rick Ellis | 1 | -8/+10 |
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 | 11 | -655/+601 |
2008-10-09 | moved call to $RES->num_rows() further down in code so that oracle-specific c... | Derek Jones | 1 | -1/+3 |
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 | Fixed a bug (#2985) in which multiple queries using a single request were not... | 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 | 4 | -4/+4 |
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 | Removed some spaces | Rick Ellis | 1 | -3/+3 |
2008-09-30 | Did a little clean up. Nothing that affected functionality | Rick Ellis | 9 | -27/+39 |
2008-09-30 | Added backticks to column names when using insert_string and update_string. ... | Rick Ellis | 8 | -19/+124 |
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 | 18 | -18/+18 |
2008-09-13 | updated copyright | Rick Ellis | 17 | -17/+17 |
2008-08-22 | fixed a missing semi colon | Derek Allard | 1 | -1/+2 |
2008-08-21 | whitespace fixes | Derek Allard | 5 | -28/+29 |
2008-06-27 | Fixed a double opening <p> tag in the index pages of each system direct... | Derek Allard | 9 | -72/+27 |
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-29 | made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify m... | Derek Jones | 7 | -25/+93 |
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 | 2 | -20/+22 |
2008-05-14 | set $DB->char_set and $DB->dbcollat defaults to utf8 and utf8_general_ci resp... | Derek Jones | 1 | -2/+2 |
2008-05-14 | fixed bug #3419 where the 'database' setting for DSN connections was using th... | Derek Jones | 2 | -2/+25 |
2008-05-13 | hotfix for a bug in database error display introduced by 1.6.2 fix for bugs #... | Derek Jones | 1 | -3/+8 |