Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-04 | Alter SQLite3's version() method and clear some spaces | Andrey Andreev | 2 | -2/+2 | |
2012-06-04 | Fix an SQLite3 pconnect() bug + other minor changes | Andrey Andreev | 3 | -5/+5 | |
2012-06-04 | Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792 | Andrey Andreev | 9 | -25/+25 | |
2012-06-03 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 30 | -162/+162 | |
2012-06-02 | Fixing final SQLite bug introduced in 48a2baf0e288accd206f5da5031d29076e130792 | Alex Bilbie | 1 | -1/+1 | |
2012-06-02 | Fix for bug in SQLite introduced in 48a2baf0e288accd206f5da5031d29076e130792 | Alex Bilbie | 1 | -1/+1 | |
2012-06-02 | Fixing PDO bug introduced in 48a2baf0e288accd206f5da5031d29076e130792 | Alex Bilbie | 1 | -1/+1 | |
2012-06-02 | Fixed bug in MySQL driver introduced in 48a2baf0e288accd206f5da5031d29076e130792 | Alex Bilbie | 1 | -1/+1 | |
2012-06-02 | Fixed bug in PostgreSQL introduced in 48a2baf0e288accd206f5da5031d29076e130792 | Alex Bilbie | 1 | -1/+1 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/database | Alex Bilbie | 31 | -167/+167 | |
2012-05-27 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 21 | -484/+163 | |
2012-05-26 | Fix issue #862 | Andrey Andreev | 2 | -54/+24 | |
2012-05-26 | Move count_all() from the drivers to CI_DB_driver | Andrey Andreev | 13 | -349/+30 | |
2012-05-25 | Apply fix for issue #136 on PDO+MySQL as well | Andrey Andreev | 1 | -3/+3 | |
2012-05-25 | Fix issue #136 (MySQL escape_like_str()) | Andrey Andreev | 2 | -4/+8 | |
2012-05-24 | Added update_batch() support for PostgreSQL (issue #356) | Andrey Andreev | 2 | -2/+43 | |
2012-05-24 | Fix issue #319 | Andrey Andreev | 1 | -6/+4 | |
2012-05-24 | Fix issue #121 | Andrey Andreev | 3 | -23/+25 | |
2012-05-24 | Fix issue #1273 and some cleanup in Query Builder | Andrey Andreev | 1 | -25/+18 | |
2012-05-24 | Add backwards compatibility work-around for the configuration setting | Andrey Andreev | 1 | -0/+7 | |
2012-05-24 | Remove the DB destructor (db->close()) | Andrey Andreev | 2 | -18/+1 | |
2012-05-23 | Fixed conflicts with 2.1-stable merge. | Phil Sturgeon | 1 | -6/+6 | |
2012-05-23 | Added ability to _like paramater side to use 'none', in case one wants to ↵ | Nithin | 1 | -2/+6 | |
query like instead of where without case being sensitive | |||||
2012-05-23 | Removed the parameter use in database drivers' _close() and added a default ↵ | Andrey Andreev | 14 | -60/+48 | |
_close() method in CI_DB_driver + some changelog fixes | |||||
2012-05-22 | Removed a space after comment line | Gints Murans | 1 | -1/+1 | |
2012-05-22 | Moved destruct to the end of file | Gints Murans | 1 | -7/+17 | |
2012-05-22 | Move closing of database connection to CI_DB_driver->__destruct - #1376 | Root | 1 | -0/+7 | |
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 | Fixed return line and comments | Juan Ignacio Borda | 1 | -8/+3 | |
2012-05-19 | Fix issue #726 | Andrey Andreev | 1 | -8/+8 | |
2012-05-18 | added unbuffered_row() to DB_result.php to avoid memory exhausting when ↵ | Juan Ignacio Borda | 1 | -0/+18 | |
dealing with large results. | |||||
2012-05-15 | Minor changes on the pull #1355 additions | Andrey Andreev | 1 | -4/+4 | |
2012-05-15 | Merge pull request #1355 from shidec/develop | Andrey Andreev | 1 | -0/+93 | |
Escaping boolean data type, some DBMS (e.g., postgre) need it | |||||
2012-05-15 | Escaping boolean data type for postgre | Soesapto Joeni Hantoro | 1 | -10/+2 | |
2012-05-15 | Escaping boolean data type for postgre | Soesapto Joeni Hantoro | 1 | -2/+2 | |
2012-05-15 | Rollback changes, move it to postgre_driver | Soesapto Joeni Hantoro | 1 | -4/+0 | |
2012-05-15 | Rollback changes, move it to postgre_driver | Soesapto Joeni Hantoro | 1 | -1/+1 | |
2012-05-15 | Escaping boolean data type on postgre | Soesapto Joeni Hantoro | 1 | -0/+101 | |
2012-05-15 | Merge pull request #1324 from toopay/db-tests | Phil Sturgeon | 1 | -12/+7 | |
Improved DB tests | |||||
2012-05-11 | Escaping boolean data type, some DBMS (e.g., postgre) need it | Soesapto Joeni Hantoro | 1 | -1/+1 | |
2012-05-11 | simpler script, add boolean handling on DB_driver/escape | Soesapto Joeni Hantoro | 1 | -14/+4 | |
2012-05-11 | Generate better conditions statement on boolean field type. Actually boolean ↵ | Soesapto Joeni Hantoro | 1 | -1/+15 | |
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. | |||||
2012-05-05 | Merge pull request #1325 from st2/develop | Andrey Andreev | 1 | -1/+1 | |
Update system/database/drivers/interbase/interbase_utility.php | |||||
2012-05-04 | Update system/database/drivers/interbase/interbase_utility.php | Cusco | 1 | -1/+1 | |
2012-05-04 | PDO SQLite bug fixed, for result_object | Taufan Aditya | 1 | -12/+7 | |
2012-04-28 | Minor assignment fix. | George Petsagourakis | 1 | -1/+1 | |
Can not use $array[] for reading. | |||||
2012-04-26 | Merge pull request #981 from narfbg/develop-db-postgre | Phil Sturgeon | 2 | -81/+56 | |
Improve the PostgreSQL database driver | |||||
2012-04-26 | Merge pull request #979 from narfbg/develop-db-cubrid | Phil Sturgeon | 4 | -166/+70 | |
Improve the CUBRID database driver | |||||
2012-04-26 | Merge pull request #1061 from jamierumbelow/develop | Phil Sturgeon | 15 | -280/+291 | |
Renamed Active Record class to Query Builder |