Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-27 | Merge upstream branch | Andrey Andreev | 123 | -7246/+6007 | |
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 branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch | Timothy Warren | 18 | -291/+305 | |
2012-04-26 | Merge pull request #1262 from Korri/develop | Phil Sturgeon | 1 | -2/+2 | |
Fix Issue #627 | |||||
2012-04-26 | Fixed conflicts. | Phil Sturgeon | 61 | -3242/+930 | |
2012-04-26 | Fixed issue #122 - ruri_string() in subdirs. | Phil Sturgeon | 2 | -3/+6 | |
2012-04-26 | Merge pull request #1061 from jamierumbelow/develop | Phil Sturgeon | 16 | -286/+297 | |
Renamed Active Record class to Query Builder | |||||
2012-04-26 | PDO patch and run the test | Taufan Aditya | 1 | -1/+1 | |
2012-04-26 | A couple more documentation updates | Jamie Rumbelow | 2 | -2/+2 | |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 136 | -7246/+6020 | |
Conflicts: system/core/Loader.php system/database/DB_query_builder.php system/database/drivers/cubrid/cubrid_driver.php system/database/drivers/mssql/mssql_driver.php system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php system/database/drivers/oci8/oci8_driver.php system/database/drivers/odbc/odbc_driver.php system/database/drivers/pdo/pdo_driver.php system/database/drivers/postgre/postgre_driver.php system/database/drivers/sqlite/sqlite_driver.php user_guide_src/source/changelog.rst user_guide_src/source/database/query_builder.rst | |||||
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch | Timothy Warren | 1 | -1/+1 | |
2012-04-24 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch | Timothy Warren | 1 | -1/+1 | |
2012-04-24 | Update system/helpers/file_helper.php | st2 | 1 | -1/+1 | |
2012-04-24 | Update system/database/drivers/sqlsrv/sqlsrv_driver.php | st2 | 1 | -1/+1 | |
2012-04-23 | Use tabs to separate class properties | Timothy Warren | 14 | -55/+54 | |
2012-04-23 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch | Timothy Warren | 5 | -18/+19 | |
2012-04-23 | Tweak to comments to conform to style guide. | Sam Li | 1 | -1/+1 | |
2012-04-23 | Added fix for issue: https://github.com/EllisLab/CodeIgniter/issues/1277 | Sam Li | 1 | -0/+3 | |
2012-04-23 | Merge upstream | Timothy Warren | 1 | -3/+1 | |
2012-04-23 | Merge pull request #1271 from dixy/develop-microtime | Andrey Andreev | 2 | -11/+8 | |
Use parameter 'get_as_float' of microtime() | |||||
2012-04-23 | Fix issue #1265 | Andrey Andreev | 1 | -8/+8 | |
2012-04-23 | Merge pull request #1272 from king724/develop | Phil Sturgeon | 1 | -0/+1 | |
Adding in .ics MIME type for calendar invites. | |||||
2012-04-21 | Use parameter 'get_as_float' of microtime() | dixy | 2 | -11/+8 | |
2012-04-19 | Fix syntax error | Timothy Warren | 1 | -1/+1 | |
2012-04-19 | Additional formatting fixes | Timothy Warren | 13 | -204/+243 | |
2012-04-19 | Normalize comments in core files | Timothy Warren | 11 | -184/+217 | |
2012-04-17 | Adding a package adds configuration folder to the end of the list. | Korri | 1 | -2/+2 | |
2012-04-15 | Added the ability to insert objects with insert_batch() in Active Reccord. | Iban Eguia | 1 | -1/+2 | |
2012-04-13 | Switch erroneously declared protected properties in Output class to public | Andrey Andreev | 1 | -7/+7 | |
2012-04-12 | Adding in .ics MIME type for calendar invites. | Kevin King | 1 | -0/+1 | |
2012-04-12 | Changed default CI_DB_result::_data_seek() return value to FALSE and removed ↵ | Andrey Andreev | 13 | -83/+9 | |
the method from drivers that don't support it | |||||
2012-04-10 | Add back an unused argument to _delete() due to CI_DB_driver being abstract | Andrey Andreev | 1 | -1/+1 | |
2012-04-10 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Andrey Andreev | 2 | -2/+4 | |
develop-db-postgre | |||||
2012-04-09 | Merge upstream branch | Andrey Andreev | 41 | -1678/+404 | |
2012-04-09 | Add a parameter to SQLite3 and PDO _close() due to CI_DB_driver being abstract | Andrey Andreev | 2 | -2/+4 | |
2012-04-09 | Merge upstream branch | Andrey Andreev | 41 | -1689/+403 | |
2012-04-09 | DB Utility improvements | Andrey Andreev | 14 | -631/+101 | |
- Replaced driver methods _list_databases(), _optimize_table() and _repair_table() with properties - Added defaults for optimize_table() and repair_table() SQL strings (FALSE, as those are mostly MySQL-specific) - Added MSSQL/SQLSRV support for optimize_table() (actually rebuilds table indexes) - Switched public driver methods to protected - Improved CUBRID support for list_databases() as it used to only return the currently used database - Minor speed improvements | |||||
2012-04-09 | Switched public driver methods in DB forge to protected | Andrey Andreev | 11 | -22/+22 | |
2012-04-09 | Multiple DB Forge improvements | Andrey Andreev | 15 | -659/+108 | |
- Replaced driver methods _create_database(), _drop_database(), _drop_table() and _rename_table() with properties - Added defaults for the above mentioned platform-specific queries, so that not all drivers need to define them - Improved support for the SQLite, ODBC and PDO drivers | |||||
2012-04-09 | Add back limit parameter to Interbase and PostgreSQL _delete() due to ↵ | Andrey Andreev | 2 | -2/+4 | |
CI_DB_active_record being abstract | |||||
2012-04-09 | Added a default _delete() method to CI_DB_active_record | Andrey Andreev | 11 | -251/+38 | |
2012-04-09 | Fix AR delete() for MSSQL and SQLSRV | Andrey Andreev | 2 | -16/+20 | |
2012-04-09 | Fix AR delete() for Oracle | Andrey Andreev | 1 | -11/+6 | |
2012-04-09 | Extend fix for #798 to work across all DB drivers instead of just mysql | Andrey Andreev | 6 | -51/+76 | |
2012-04-06 | Some minor improvements to the PDO driver | Andrey Andreev | 1 | -33/+26 | |
2012-04-06 | Fix a CI_DB_pdo_driver::trans_commit() bug | Andrey Andreev | 1 | -24/+5 | |
2012-04-06 | Merge upstream branch | Andrey Andreev | 96 | -3890/+4443 | |
2012-04-06 | Update _delete() and _update() with removal of unsupported LIMIT and ORDER BY | Andrey Andreev | 1 | -8/+4 | |
2012-04-06 | Merge upstream branch | Andrey Andreev | 27 | -1496/+707 | |