Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Read more about this change here:
http://codeigniter.com/forums/viewthread/215833
|
|
Update system/libraries/Cart.php - To enable integrity when using associative arrays
|
|
Remove set_time_limit() call. Fixes #1346
|
|
Move errors to views folder
|
|
If we want E_STRICT, don't suppress it.
|
|
query like instead of where without case being sensitive
|
|
|
|
_close() method in CI_DB_driver + some changelog fixes
|
|
|
|
|
|
|
|
|
|
In case of SELECT queries PDOStatement::rowCount doesn't work as expected. This commit
makes it returns the expected value.
|
|
In case of SELECT queries PDOStatement::rowCount doesn't work as expected. This commit
makes affect_rows be initialized properly.
Signed-off-by: Rogerio Prado de Jesus <rogeriopradoj@gmail.com>
|
|
|
|
|
|
dealing with large results.
|
|
|