Age | Commit message (Collapse) | Author | Files | Lines |
|
necessary
|
|
is not LIMIT 0.
|
|
|
|
|
|
query like instead of where without case being sensitive
|
|
https://bitbucket.org/ellislab/codeigniter-reactor/issue/341/active-record-limit-function-have-sql#comment-597403
|
|
|
|
could throw notices. Thanks to w43l for the patch.
|
|
|
|
systems that "namespace" with prefixes.
|
|
Pointless, but was adding...
|
|
648b42a75739, which was a NON-trivial whitespace commit
|
|
broke the Typography class's string replacements, for instance
|
|
|
|
|
|
$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).
|