Age | Commit message (Collapse) | Author | Files | Lines |
|
reserved characters were used
|
|
|
|
database, in the event that reserved characters are used in the name (bug report: 4915)
|
|
prefixed correctly.
|
|
report: #4436
|
|
|
|
|
|
main Driver. Fixed...
|
|
should have been: $this->input->CI->_remove_invisible_characters($str);
|
|
|
|
Relates to this bug report: http://codeigniter.com/bug_tracker/bug/4509/
|
|
not have native PHP escaping mechanisms
|
|
|
|
directory.
|
|
multi-column non-primary keys in table creation
|
|
(! foo) changed to ( ! foo)
|| changed to OR
changed newline standardization code in various places from preg_replace to str_replace
|
|
of the file
|
|
|
|
|
|
the File Helper.
Changed ( ! condition) into (! condition) within the code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
optional (#3395)
|
|
Made AR fully database-prefix aware
|
|
support parenthetic grouping of tables to explicitly define operator precedence
|
|
|
|
|
|
|
|
|
|
Record.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
update copyright year
update Code Igniter to CodeIgniter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|