Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-25 | Database guide update | James L Parry | 1 | -19/+15 | |
Updated the results writeup. The formatting was inconsistent -> fixed. The terminology was inconsistent, often calling a method a function -> fixed. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-25 | Database guide update | James L Parry | 1 | -8/+12 | |
Updated the queries page, making heading levels consistent with each other. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-25 | Database guide update | James L Parry | 1 | -1/+1 | |
Changed the name on the TOC page to match the main user guide TOC. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-10-22 | Reword change log and add the resulting query in the manual. | clawoo | 1 | -1/+4 | |
2014-10-21 | Update the change log and the documentation with the array values binding ↵ | clawoo | 1 | -0/+6 | |
feature. | |||||
2014-05-15 | Typo boolen => boolean | Kit Sunde | 1 | -1/+1 | |
2014-05-14 | [ci skip] Add a note about QB escaping field names | Andrey Andreev | 1 | -4/+8 | |
2014-01-20 | Add support for optional table attributes to CI_DB_forge::create_table() | Andrey Andreev | 1 | -0/+9 | |
Supersedes PRs #989, #2776 Related issue: #41 | |||||
2014-01-20 | Polish changes from PR #2830 | Andrey Andreev | 1 | -13/+14 | |
2014-01-07 | Add a more clear note about query builder caching (issue #2721) | Andrey Andreev | 1 | -1/+6 | |
2013-12-19 | [ci skip] Add notes to get_compiled_insert(), get_compiled_update() docs | Andrey Andreev | 1 | -4/+7 | |
2013-11-11 | Cleanup PR #2719 | GDmac | 1 | -1/+1 | |
for Fix #2406 query builder cache Signed-off-by: GDmac <grdalenoort@gmail.com> | |||||
2013-11-09 | docs: get_compile_select | GDmac | 1 | -3/+3 | |
get_compile_select(null,false) without reset also preserves LIMIT settings | |||||
2013-02-15 | Various cosmetic fixes | vlakoff | 1 | -1/+1 | |
2012-12-20 | fixes #2081 : change parameter/variable name to 'foreign_key_checks', update ↵ | Andrew Podner | 1 | -14/+14 | |
change log Signed-off-by:Andrew Podner <a.podner@me.com> | |||||
2012-12-19 | Resolves issue #2081 : provides an option to include statements to disable ↵ | Andrew Podner | 1 | -13/+14 | |
and re-enable foreign key checks in a MySQL database backup output statement. | |||||
2012-12-04 | Rename DB_result _data_seek() to data_seek() and make it publicly available | Andrey Andreev | 1 | -9/+34 | |
(as requested in #2050) | |||||
2012-11-29 | Fix #2041 | Andrey Andreev | 1 | -18/+19 | |
2012-11-13 | Add seed values support for Query Builder order_by | Andrey Andreev | 1 | -7/+23 | |
(feature request #1987) | |||||
2012-11-12 | Bring back the AFTER clause for DB Forge add_column() | Andrey Andreev | 1 | -4/+19 | |
(it was temporarily removed due to multiple inconsistencies with other drivers) This commit also fixes issue #1988. Also added support for the FIRST clause (again, MySQL and CUBRID only). | |||||
2012-11-06 | Added possibility to pass custom database objects to DB Forge and DB Utilities | Andrey Andreev | 2 | -45/+65 | |
Also, their property is no longer public and the utility class no longer extends CI_DB_forge. | |||||
2012-11-05 | Refactored DB Forge | Andrey Andreev | 1 | -10/+4 | |
- PDO subdrivers are isolated from each other now. - Added compatibility for pretty much all of the features, for every DB platform. - Unified the way that stuff works in general. - Fixes issue #1005. | |||||
2012-10-30 | [ci skip] Fix a note in the QB documentation | Andrey Andreev | 1 | -2/+2 | |
2012-10-27 | Add database schema configuration support (used by PostgreSQL, fix #158) | Andrey Andreev | 1 | -0/+1 | |
2012-10-24 | [ci skip] Document Query Builder method replace() (fix #1651) | Andrey Andreev | 1 | -1/+30 | |
2012-10-24 | An alternative to affected_rows() for insert_batch() and update_batch() (ref ↵ | Andrey Andreev | 1 | -0/+4 | |
#126) | |||||
2012-10-12 | Set MySQL client compression to FALSE by default (problems reported with ↵ | Andrey Andreev | 1 | -5/+10 | |
it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting | |||||
2012-08-21 | driver fix + userguide + changelog | Michiel Vugteveen | 1 | -1/+6 | |
2012-07-04 | Some user guide updates | Andrey Andreev | 2 | -69/+87 | |
2012-06-26 | Fixing various Sphinx bugs and syntax errors in docs | Derek Jones | 1 | -2/+2 | |
2012-06-16 | Documentation: remaining PHP "var" declarations changed to "public" | vlakoff | 1 | -9/+9 | |
Since PHP 4 isn't supported anymore, let's clean up these few PHP "var" declarations which were remaining in the documentation. According to my checks, there is no more PHP "var" left. | |||||
2012-06-15 | Update simple_query() documentation (issue #1484) | Andrey Andreev | 1 | -5/+25 | |
2012-05-19 | Fixed typo | Juan Ignacio Borda | 1 | -1/+1 | |
2012-05-19 | Fixed some spaces | Juan Ignacio Borda | 1 | -1/+1 | |
2012-05-18 | Added doc notes for unbuffered_row() function | Juan Ignacio Borda | 1 | -0/+20 | |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 3 | -11/+11 | |
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-02 | Merge upstream branch | Andrey Andreev | 1 | -1/+1 | |
2012-03-26 | Commas, not tabs, are the default delimiter in dbutil->csv_from_result. | mrw | 1 | -1/+1 | |
2012-03-20 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Andrey Andreev | 1 | -5/+5 | |
develop-db-sqlite3 | |||||
2012-03-13 | Active Record documentation cleanup | Timothy Warren | 1 | -5/+5 | |
2012-03-12 | Postgres to PostgreSQL | Andrey Andreev | 1 | -6/+6 | |
2012-03-12 | Postgre to Postgres | Andrey Andreev | 1 | -1/+1 | |
2012-03-09 | Merge upstream branch | Andrey Andreev | 1 | -2/+7 | |
2012-03-06 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 4 | -6/+32 | |
Conflicts: system/database/DB_driver.php system/database/DB_query_builder.php | |||||
2012-03-05 | Fixed note in documentation | Timothy Warren | 1 | -1/+1 | |
2012-03-05 | Add a note to the num_rows() documentation | Andrey Andreev | 1 | -2/+7 | |
2012-03-03 | Merge upstream branch | Andrey Andreev | 3 | -4/+25 | |
2012-03-02 | Merge upstream | Timothy Warren | 1 | -0/+17 | |
2012-03-02 | Replaced DB methods _error_message() and _error_number() with error() (issue ↵ | Andrey Andreev | 1 | -0/+17 | |
#1097) | |||||
2012-02-28 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 1 | -0/+6 | |