Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
utility drivers.
|
|
|
|
|
|
|
|
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).
|
|
|
|
reserved characters were used
|
|
prefixed correctly.
|
|
report: #4436
|
|
|
|
Relates to this bug report: http://codeigniter.com/bug_tracker/bug/4509/
|
|
|
|
directory.
|
|
multi-column non-primary keys in table creation
|
|
(! foo) changed to ( ! foo)
|| changed to OR
changed newline standardization code in various places from preg_replace to str_replace
|
|
of the file
|
|
|
|
|
|
the File Helper.
Changed ( ! condition) into (! condition) within the code
|
|
|
|
|
|
|
|
removed space between table name and parenthesis
added version check for IF NOT EXISTS
|
|
|
|
|
|
optional (#3395)
|
|
Made AR fully database-prefix aware
|
|
support parenthetic grouping of tables to explicitly define operator precedence
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Record.
|
|
|
|
|
|
|
|
|
|
update copyright year
update Code Igniter to CodeIgniter
|
|
|
|
|