Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
(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
|
|
|
|
|
|
|
|
|
|
|
|
Improved DB tests
|
|
|
|
|
|
field type need TRUE or FALSE value. Common DBMS (e.g., MySQL) can substite this value with 1 or 0, but it can't be implemented on PostgreSQL. So, its better to use TRUE or FALSE value for boolean field type.
|
|
Update system/database/drivers/interbase/interbase_utility.php
|
|
|