Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
multi-column non-primary keys in table creation
|
|
Removed some unused variables from the code (#4563).
Fixed a bug where having() was not adding an = into the statement (#4568).
|
|
|
|
respectively
|
|
the host portion of the URL instead of the path.
Added ability to set other db config values in DSN connections via query string
|
|
#4451, #4299, and #4339
|
|
(! 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).
|
|
to use that db object instead of $CI->db, to support returned db objects and multiple db connections
http://codeigniter.com/bug_tracker/bug/4223/
|
|
Exceptions class, and added language variable for database error heading
http://codeigniter.com/bug_tracker/bug/4421/
|
|
of the file
|
|
|
|
|
|
|
|
http://codeigniter.com/bug_tracker/bug/4171/
|
|
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
|
|
|
|
|
|
|
|
|
|
query was NULL.
|
|
|
|
|
|
|
|
|
|
individual fields with MySQL NULL values
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set to instantiate the correct db driver class.
|
|
removed space between table name and parenthesis
added version check for IF NOT EXISTS
|
|
is_resource() to test $this->conn_id
|
|
|
|
|
|
|
|
|
|
|
|
|
|
driver
|