Age | Commit message (Collapse) | Author | Files | Lines |
|
from most of the drivers
|
|
one can't handle arrays
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(column lengths are not supported)
|
|
file_get_contents() respectively
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Escaping boolean data type, some DBMS (e.g., postgre) need it
|
|
|
|
|