Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Made AR fully database-prefix aware
|
|
|
|
support parenthetic grouping of tables to explicitly define operator precedence
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
better left elsewhere.
|
|
|
|
|
|
|
|
Active Record.
|
|
values to auto set "IS NULL"
Added parenthesis around table names in SQL FROM
|
|
for consistency
Added not_like() and or_not_like()
|
|
Record.
|
|
|
|
Active Record.
|
|
|
|
|
|
|
|
|
|
the wildcard goes.
Deprecated from Active Record; getwhere() for get_where(); groupby() for group_by(); orderby() for order_by; orwhere() for or_where(); and orlike() for or_like().
|
|
|