Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
with backticks (`) so fields like "default" and "order" will not cause SQL errors.
|
|
|
|
|
|
|
|
|
|
numeric, enum and set.
|
|
Gifford for the patch. http://codeigniter.com/forums/viewthread/73392/
|
|
|
|
|
|
utility drivers.
|
|
due to a function being moved from the input to security class.
Moving remove_invisible_characters() to Common.php so the entire class does not need to be instantiated in those database drivers.
|
|
|
|
|
|
|
|
|
|
http://codeigniter.com/bug_tracker/bug/9518/
|
|
that can't accept it in the list_fields() function.
http://codeigniter.com/bug_tracker/bug/5865/
http://codeigniter.com/bug_tracker/bug/11218/
|
|
|
|
|
|
|
|
|
|
|
|
updated all DB drivers to accept arrays in escape_str()
|
|
fixed to
$CI->input->_remove_invisible_characters($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
|
|
doesn't like being sent an empty string.
|
|
report: 5172
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
database, in the event that reserved characters are used in the name (bug report: 4915)
|
|
prefixed correctly.
|
|
prefixed correctly.
|
|
report: #4436
|
|
|
|
|
|
main Driver. Fixed...
|
|
|
|
|