Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
main Driver. Fixed...
|
|
|
|
|
|
|
|
should have been: $this->input->CI->_remove_invisible_characters($str);
|
|
|
|
Relates to this bug report: http://codeigniter.com/bug_tracker/bug/4509/
|
|
fixing bug 4536
http://codeigniter.com/bug_tracker/bug/4536/
|
|
not have native PHP escaping mechanisms
|
|
|
|
|
|
a minor re-ordering of the changelog
|
|
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
|
|
|
|
|
|
accommodate MySQLi, and fixed check in mysqli_result.php checking for a resource.
http://codeigniter.com/bug_tracker/bug/3461/
|
|
the File Helper.
Changed ( ! condition) into (! condition) within the code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
removed space between table name and parenthesis
added version check for IF NOT EXISTS
|
|
is_resource() to test $this->conn_id
|
|
|
|
|
|
|
|
|
|
|
|
|
|
driver
|
|
optional (#3395)
|
|
Made AR fully database-prefix aware
|
|
|
|
|
|
support parenthetic grouping of tables to explicitly define operator precedence
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|