Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
a minor re-ordering of the changelog | |||||
2008-06-27 | Fixed a double opening <p> tag in the index pages of each system ↵ | Derek Allard | 9 | -72/+27 | |
directory. | |||||
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 ↵ | Derek Jones | 7 | -25/+93 | |
multi-column non-primary keys in table creation | |||||
2008-05-22 | Fixed a bug (#4561) where orhaving() wasn't properly passing values. | Derek Allard | 1 | -2/+6 | |
Removed some unused variables from the code (#4563). Fixed a bug where having() was not adding an = into the statement (#4568). | |||||
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 ↵ | Derek Jones | 1 | -2/+2 | |
respectively | |||||
2008-05-14 | fixed bug #3419 where the 'database' setting for DSN connections was using ↵ | Derek Jones | 2 | -2/+25 | |
the host portion of the URL instead of the path. Added ability to set other db config values in DSN connections via query string | |||||
2008-05-13 | hotfix for a bug in database error display introduced by 1.6.2 fix for bugs ↵ | Derek Jones | 1 | -3/+8 | |
#4451, #4299, and #4339 | |||||
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 35 | -205/+205 | |
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace | |||||
2008-05-12 | Escape behaviour in where() clauses has changed; values in those with the ↵ | Derek Allard | 1 | -19/+22 | |
"FALSE" argument are no longer escaped (ie: quoted). | |||||
2008-05-12 | (no commit message) | Rick Ellis | 1 | -22/+57 | |
2008-05-12 | Fixed a bug in AR compiling, where select statements with arguments got ↵ | Derek Allard | 1 | -3/+10 | |
incorrectly escaped (#3478). | |||||
2008-05-12 | passed db object by reference to DB Cache class, and changed the cache class ↵ | Derek Jones | 2 | -15/+17 | |
to use that db object instead of $CI->db, to support returned db objects and multiple db connections http://codeigniter.com/bug_tracker/bug/4223/ | |||||
2008-05-12 | changed class instantiations to reference global $LANG and fetch existing ↵ | Derek Jones | 1 | -14/+7 | |
Exceptions class, and added language variable for database error heading http://codeigniter.com/bug_tracker/bug/4421/ | |||||
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end ↵ | Derek Jones | 35 | -35/+105 | |
of the file | |||||
2008-05-11 | Undoing change committed in r1115 | Derek Jones | 35 | -0/+35 | |
2008-05-11 | removed closing PHP tag from all framework files | Derek Jones | 35 | -35/+0 | |
2008-05-08 | added SET to the list of write type queries | Derek Jones | 1 | -1/+1 | |
2008-05-08 | flipped the $not flag for or_where_not_in() | Derek Jones | 1 | -5/+1 | |
http://codeigniter.com/bug_tracker/bug/4171/ | |||||
2008-05-07 | Added checks for objects in DB driver instead of just resources to ↵ | Derek Jones | 2 | -3/+3 | |
accommodate MySQLi, and fixed check in mysqli_result.php checking for a resource. http://codeigniter.com/bug_tracker/bug/3461/ | |||||
2008-05-06 | Fixed a bug in DB Forge, when inserting an id field (#3456). | Derek Allard | 1 | -6/+7 | |
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵ | Derek Allard | 15 | -88/+88 | |
the File Helper. Changed ( ! condition) into (! condition) within the code | |||||
2008-04-29 | Added a valid_emails rule to the Validation class. | Derek Allard | 1 | -4/+1 | |
2008-04-15 | Fixed an AR bug when joining with a table alias and table prefix (#4400). | Derek Allard | 1 | -1/+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 | 8 | -1/+154 | |
2008-04-06 | Fixed a bug that wasn't allowing escaping to be turned off if the value of a ↵ | Derek Allard | 1 | -2/+7 | |
query was NULL. | |||||
2008-04-06 | testing an escape issue | Derek Allard | 1 | -1/+4 | |
2008-04-06 | Added the ability to prevent escaping in having() clauses. | Derek Allard | 1 | -8/+13 | |
2008-04-04 | added constants.php file and implemented constants for file system modes | Derek Jones | 2 | -5/+5 | |
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 ↵ | Derek Jones | 1 | -1/+2 | |
individual fields with MySQL NULL values | |||||
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 | |
set to instantiate the correct db driver class. | |||||
2008-02-13 | fixes to _create_table() in sqlite_forge.php: | Derek Jones | 1 | -2/+3 | |
removed space between table name and parenthesis added version check for IF NOT EXISTS | |||||
2008-02-13 | changed escape_str() in mysqli_driver() to use is_object() instead of ↵ | Derek Jones | 1 | -1/+1 | |
is_resource() to test $this->conn_id | |||||
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 | |