Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: David Wosnitza <david@druul.in>
|
|
Related: #3395
|
|
Close #2512
Related: #3396
|
|
Userguide/query builder
|
|
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>
|
|
Removed attributes from class reference.
Added square brackets for optional parameters.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Fleshing out the API reference
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Fleshing out the API reference
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
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>
|
|
Added attributes to the class reference.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Added class reference subsection to the "Generating query results" page in the Database Reference section of the User Guide.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
[ci skip] User Guide - consolidate table & field metadata pages
|
|
|
|
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
|
|
userguide/database_utilities
|
|
User Guide update - Database Forge
|
|
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Fixed the return types
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
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>
|
|
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>
|
|
Made section levels consistent with the other database reference docs.
Added return value writeups.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
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>
|
|
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>
|
|
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>
|
|
Fixed the structure of the results page..
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
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>
|
|
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>
|
|
Updated the queries page, making heading levels consistent with each other.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Changed the name on the TOC page to match the main user guide TOC.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
|
|
feature.
|
|
|
|
|
|
Supersedes PRs #989, #2776
Related issue: #41
|
|
|
|
|
|
|
|
for Fix #2406 query builder cache
Signed-off-by: GDmac <grdalenoort@gmail.com>
|
|
get_compile_select(null,false) without reset also preserves LIMIT settings
|
|
|
|
change log
Signed-off-by:Andrew Podner <a.podner@me.com>
|
|
and re-enable foreign key checks in a MySQL database backup output statement.
|
|
(as requested in #2050)
|
|
|
|
(feature request #1987)
|
|
(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).
|
|
Also, their property is no longer public and the utility class no longer extends CI_DB_forge.
|
|
- 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.
|
|
|