Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
$this->db->select(), column names in subsequent queries would not be properly escaped.
|
|
|
|
insert/update.
|
|
|
|
|
|
|
|
|
|
|
|
groupby, orhaving, orderby, getwhere.
|
|
|
|
|
|
http://codeigniter.com/bug_tracker/bug/9518/
|
|
|
|
|
|
|
|
updated all DB drivers to accept arrays in escape_str()
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
commit.
|
|
|
|
|
|
prefixed correctly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removed some unused variables from the code (#4563).
Fixed a bug where having() was not adding an = into the statement (#4568).
|
|
|
|
(! 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).
|
|
of the file
|
|
|
|
|
|
http://codeigniter.com/bug_tracker/bug/4171/
|
|
the File Helper.
Changed ( ! condition) into (! condition) within the code
|
|
|
|
query was NULL.
|
|
|
|
|
|
|