Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
updated all DB drivers to accept arrays in escape_str()
|
|
fixed to
$CI->input->_remove_invisible_characters($str);
|
|
|
|
http://codeigniter.com/bug_tracker/bug/6662/
|
|
'list_fields' which is the correct method.
http://codeigniter.com/bug_tracker/bug/5787/
|
|
Added some syntactical improvements within DB (braces)
Fixed a bug when doing 'random' on order_by() (#5706).
Fixed a bug where adding a primary key through Forge could fail (#5731).
Fixed a bug when using DB cache on multiple databases (#5737).
|
|
wasn't handled correctly with database prefixes.
|
|
|
|
|
|
|
|
reserved characters were used
|
|
|
|
doesn't like being sent an empty string.
|
|
|
|
|
|
|
|
report: 5172
|
|
commit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
database, in the event that reserved characters are used in the name (bug report: 4915)
|
|
prefixed correctly.
|
|
prefixed correctly.
|
|
class variables would be set properly as needed before executing
|
|
report: #4436
|
|
|
|
|
|
main Driver. Fixed...
|
|
|
|
not being honored
|
|
|
|
|
|
should have been: $this->input->CI->_remove_invisible_characters($str);
|
|
|
|
|
|
|
|
|
|
Relates to this bug report: http://codeigniter.com/bug_tracker/bug/4509/
|