Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-09 | Alter CI_DB_pdo_result::num_rows() | Andrey Andreev | 1 | -11/+12 | |
2012-06-29 | Bumping version number to 2.1.2. | Wes Baker | 4 | -4/+4 | |
2012-06-11 | Fixed conflicts | Phil Sturgeon | 2 | -11/+31 | |
Why were there conflicts merging into master? | |||||
2012-05-19 | Fix a issue with CI_DB_pdo_result::num_rows() | Rogerio Prado de Jesus | 1 | -1/+12 | |
In case of SELECT queries PDOStatement::rowCount doesn't work as expected. This commit makes it returns the expected value. | |||||
2012-05-19 | Fix a issue with affect_rows in CI_DB_pdo_driver::_execute() | Rogerio Prado de Jesus | 1 | -2/+11 | |
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> | |||||
2012-05-19 | Fix issue #726 | Andrey Andreev | 1 | -8/+8 | |
2012-05-17 | Added upgrade for 2.1.1 and updated version. | Phil Sturgeon | 4 | -4/+4 | |
2011-11-22 | Readded PDO drivers. | Phil Sturgeon | 5 | -15/+565 | |
2011-10-31 | Misc formatting fixes | Timothy Warren | 1 | -7/+8 | |
2011-10-31 | Set charset in DSN if PHP >= 5.3.6 | Timothy Warren | 1 | -1/+7 | |
2011-10-31 | Changed mysql charset to PDO option | Timothy Warren | 1 | -4/+7 | |
2011-10-27 | Fixed LIKE statement escaping issues | Timothy Warren | 1 | -12/+13 | |
2011-10-27 | if statment code style update | Timothy Warren | 1 | -0/+792 | |