Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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/
|
|
fixing bug 4536
http://codeigniter.com/bug_tracker/bug/4536/
|
|
not have native PHP escaping mechanisms
|
|
|
|
|
|
|
|
a minor re-ordering of the changelog
|
|
directory.
|
|
|
|
|
|
|
|
|
|
multi-column non-primary keys in table creation
|
|
Removed some unused variables from the code (#4563).
Fixed a bug where having() was not adding an = into the statement (#4568).
|
|
|
|
respectively
|
|
the host portion of the URL instead of the path.
Added ability to set other db config values in DSN connections via query string
|
|
#4451, #4299, and #4339
|
|
(! foo) changed to ( ! foo)
|| changed to OR
changed newline standardization code in various places from preg_replace to str_replace
|
|
"FALSE" argument are no longer escaped (ie: quoted).
|
|
|
|
incorrectly escaped (#3478).
|
|
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/
|