Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
At current the documentation does not distinguish between DROP TABLE IF EXISTS table_name and DROP TABLE table_name. As seen by the DB_forge.php class in system/database; the function accepts a Boolean as the second parameter as to whether or not to apply the IF EXISTS mysql condition.
|
|
|
|
to 3 tabs.
|
|
reference section in userguide
Signed-off-by: Mattias Hedman <mattias.hedman@stopp.se>
|
|
Missed variable..
|
|
|
|
It doesn't make sense to do a load->database() call
but not connect to the database. IIRC there was more
stuff in CI_DB_driver::initialize() at some point,
so that was probably the reason why the setting
existed in the first place. However, now it only
results in users making invalid bug reports because
they don't understand the feature ...
Examples during just the past 2 weeks: #3571 #3601 #3607
|
|
|
|
Corrected a grammatical error in "CodeIgniter's Approach to Transactions"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
First stab at DB driver reference. Methods are listed in order encountered in the source file.
Parameter or return types in DB_driver updated as needed, and reflected here.
TOC entry added to bottom of database index page.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
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.
|
|
|