Age | Commit message (Expand) | Author | Files | Lines |
2012-06-08 | Fix issue #1447 | Andrey Andreev | 1 | -1/+1 |
2012-06-08 | Update OFFSET implementation for SQL Server 2012 | Andrey Andreev | 1 | -6/+3 |
2012-06-08 | Add OFFSET support for SQL Server 2012 | Andrey Andreev | 1 | -0/+6 |
2012-06-08 | escape_identifiers() to accept arrays as well | Andrey Andreev | 14 | -34/+37 |
2012-06-08 | Added MSSQL/SQLSRV field escaping support with QUOTE_IDENTIFIER detection (is... | Andrey Andreev | 3 | -16/+73 |
2012-06-08 | Add a default _from_tables() method to CI_DB_query_builder and remove it from... | Andrey Andreev | 12 | -157/+23 |
2012-06-08 | Revert back some escape_identifiers() to proect_identifiers() as the first on... | Andrey Andreev | 12 | -28/+25 |
2012-06-08 | Resolve formatting differences between DB forge drivers | Andrey Andreev | 10 | -222/+209 |
2012-06-07 | Merge upstream branch | Andrey Andreev | 40 | -948/+606 |
2012-06-07 | Merge upstream branch | Andrey Andreev | 38 | -871/+581 |
2012-06-07 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-mssql | Andrey Andreev | 1 | -1/+1 |
2012-06-07 | Fix a syntax error | Andrey Andreev | 1 | -1/+1 |
2012-06-07 | Merge upstream branch | Andrey Andreev | 36 | -786/+537 |
2012-06-07 | Some more minor improvements | Andrey Andreev | 2 | -13/+8 |
2012-06-07 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sqlite | Andrey Andreev | 3 | -3/+3 |
2012-06-07 | Fix issue #861 (and previous commit, for that matter) | Andrey Andreev | 2 | -4/+2 |
2012-06-07 | Added a work-around for MSSQL/SQLSRV create_table() with INT column types (co... | Andrey Andreev | 2 | -0/+2 |
2012-06-07 | Deprecated do_hash() and read_file() in favor of hash() and file_get_contents... | Andrey Andreev | 1 | -1/+1 |
2012-06-06 | Merge upstream branch and some changes for better readability | Andrey Andreev | 36 | -698/+493 |
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 que... | Nithin | 1 | -2/+6 |
2012-05-23 | Removed the parameter use in database drivers' _close() and added a default _... | Andrey Andreev | 14 | -60/+48 |
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 |
2012-05-19 | Fix a issue with affect_rows in CI_DB_pdo_driver::_execute() | Rogerio Prado de Jesus | 1 | -2/+11 |
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 |