Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-08 | User Guide - query builder | James L Parry | 3 | -513/+501 | |
Integrated API reference with the regular query builder page. Added square brackets for optional parameters. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-12-06 | User Guide - query builder | James L Parry | 1 | -15/+282 | |
Fleshing out the API reference Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-12-06 | User Guide - query builder | James L Parry | 1 | -0/+217 | |
Fleshing out the API reference Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-12-06 | User Guide - query builder | James L Parry | 3 | -139/+63 | |
Removed API stuff from the query builder page. Added a new API reference page. Updated the index to include the API ref in the TOC. Started on the API reference page. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-12-04 | Merge pull request #3390 from jim-parry/userguide/fix-metadata | Andrey Andreev | 3 | -43/+61 | |
[ci skip] User Guide - consolidate table & field metadata pages | |||||
2014-12-04 | DB forge/utilities polishing (docs) following #3375, #3378 | Andrey Andreev | 2 | -98/+88 | |
2014-12-04 | User Guide - consolidate table & field metadata pages | James L Parry | 3 | -43/+61 | |
Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-12-03 | Remove duplicated method in database utilities documentation | Ahmad Anbar | 1 | -8/+0 | |
2014-12-03 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into ↵ | James L Parry | 1 | -13/+136 | |
userguide/database_utilities | |||||
2014-12-03 | Merge pull request #3375 from jim-parry/userguide/dbforge | Andrey Andreev | 1 | -13/+136 | |
User Guide update - Database Forge | |||||
2014-12-03 | Fix the user guide writeup for the DB forge | James L Parry | 1 | -9/+105 | |
Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-26 | User Guide update - Datbase Utilities | James L Parry | 1 | -2/+11 | |
Fixed the return types Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-26 | User Guide update - Datbase Utilities | James L Parry | 1 | -1/+3 | |
1) Updated TOC structure of the DB Utilities writeup 2) Added a class reference at the end, ordered by method name Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-26 | User Guide update - Datbase Utilities | James L Parry | 1 | -24/+97 | |
1) Updated TOC structure of the DB Utilities writeup 2) Added a class reference at the end, ordered by method name Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-25 | User Guide update - Database Forge | James L Parry | 1 | -13/+40 | |
Made section levels consistent with the other database reference docs. Added return value writeups. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-25 | User Guide update - Query Builder (fixes #2512) | James L Parry | 2 | -79/+154 | |
1) Changed the grouping for better readability, in the query builder writeup 2) Added return value descriptors for all methods 3) Added default setting to query builder configuration writeup. The TOC sidebar is much better than before, though still a bit messy. This will need fixing with the sphinx theme update, being done separately. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-25 | Database guide update | James L Parry | 1 | -1/+2 | |
Minor change to try to keep line lengths reasonable. Awkward with the example SQL queries. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-25 | Database guide update | James L Parry | 1 | -1/+3 | |
Minor change to try to keep line lengths reasonable. Awkward with the example SQL queries. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-25 | Database guide update | James L Parry | 1 | -0/+8 | |
Fixed the structure of the results page.. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-25 | Database guide update | James L Parry | 1 | -30/+31 | |
Updated the helpers writeup, making the format more consistene with the rest of the database writeups. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
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 | |