Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-17 | [ci skip] Update docs to reflect escape_like_str() usage with ESCAPE '\!' | Andrey Andreev | 2 | -1/+14 | |
Closes #4462 | |||||
2016-02-04 | Add batch_size param to insert_batch(), update_batch() | Andrey Andreev | 1 | -4/+14 | |
This should resolve #42 | |||||
2016-02-02 | Merge pull request #4419 from EpicKris/hotfix/database-forge-unique-doc | Andrey Andreev | 1 | -4/+6 | |
[ci skip] Added docs for UNIQUE keys in DBForge | |||||
2015-12-10 | Merge pull request #4304 from scherepn/fix-doc-build-errors | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix mismatched brackets in documentation | |||||
2015-11-16 | Grammar correction in database configuration guide | Craig Johnson | 1 | -1/+1 | |
"it" changed to "in" on line 10. "in" seems like the correct word to be used there. Small change. | |||||
2015-10-19 | Fix #4171 and a number of other transaction bugs | Andrey Andreev | 1 | -2/+4 | |
2015-10-19 | [ci skip] Fix docs about QB caching | Andrey Andreev | 1 | -1/+1 | |
It doesn't support set() ... Related: #4175 | |||||
2015-09-22 | [ci skip] Remove an example from DB docs | Andrey Andreev | 1 | -17/+0 | |
Users shouldn't be encouraged to use num_rows() that way ... We had already decided on this awhile ago, this example just slipped through. | |||||
2015-09-14 | Fix #4032 | Andrey Andreev | 1 | -2/+2 | |
2015-07-29 | [ci skip] QB docs, consistent bool vs boolean | Andrey Andreev | 1 | -6/+6 | |
2015-07-29 | Revert "[ci skip] Fix where_in() docs" | Andrey Andreev | 1 | -4/+4 | |
This reverts commit c749bfbca99291fe64ca98d45a20d0735cb4e461. Related to #3989, #4001 | |||||
2015-07-29 | Merge pull request #4009 from aneasystone/doc-pro | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Correct notes about database_exists(), optimize_database() utils | |||||
2015-07-29 | fix mixed-up database and table | aneasystone | 1 | -2/+2 | |
Signed-off-by: aneasystone <aneasystone@gmail.com> | |||||
2015-07-28 | [ci skip] Remove a redundant example from DB result docs | Andrey Andreev | 1 | -12/+0 | |
2015-07-27 | [ci skip] Update some query builder examples | Andrey Andreev | 1 | -11/+21 | |
Related: #4001 | |||||
2015-07-24 | [ci skip] Remove some whitespace | Andrey Andreev | 1 | -7/+7 | |
2015-07-24 | Merge pull request #3993 from lonnieezell/f/dbnumrows | Andrey Andreev | 1 | -16/+13 | |
[ci skip] Removing use of num_rows() in DB results docs | |||||
2015-07-24 | Revamping to the tune of isset | Lonnie Ezell | 1 | -2/+2 | |
2015-07-23 | [ci skip] Polish changes from PR #3990 | Andrey Andreev | 1 | -15/+18 | |
2015-07-23 | Tabs vs Spaces and the forgotten rewrite. | Lonnie Ezell | 1 | -6/+6 | |
2015-07-23 | The little things. :) | Lonnie Ezell | 1 | -1/+0 | |
2015-07-22 | Removing use of ->num_rows() in DB results docs. | Lonnie Ezell | 1 | -16/+14 | |
2015-07-22 | Revamping User class example for Custom Result Objects | Lonnie Ezell | 1 | -8/+5 | |
2015-07-22 | Rewording and typos | Lonnie Ezell | 1 | -13/+14 | |
2015-07-21 | Added missing space. | Lonnie Ezell | 1 | -1/+1 | |
2015-07-21 | Adding Custom Result object documentation to Query Results docs. | Lonnie Ezell | 1 | -0/+87 | |
2015-07-16 | Add 'ssl_verify' option for mysqli driver | Andrey Andreev | 1 | -0/+1 | |
MYSQLI_OPT_SSL_VERIFY_SERVER_CERT is an undocumented option that may not always be available. Reference: http://svn.php.net/viewvc/php/php-src/trunk/ext/mysqli/tests/mysqli_constants.phpt?view=markup&pathrev=302897 | |||||
2015-07-16 | [ci skip] Update DB configuration docs with new SSL options | Andrey Andreev | 1 | -10/+15 | |
2015-07-16 | Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into ↵ | Andrey Andreev | 1 | -3/+9 | |
feature/mysqli_ssl | |||||
2015-07-13 | Update forge.rst | Adrian Voicu | 1 | -1/+1 | |
2015-07-13 | Update forge.rst | Adrian Voicu | 1 | -1/+1 | |
2015-07-10 | Important note | Adrian Voicu | 1 | -0/+2 | |
If you pass strings to the add_field() methods you won't be able to follow those by add_key() methods on those fields. | |||||
2015-06-23 | [ci skip] Remove an assign-by-ref example from DButil docs | Andrey Andreev | 1 | -2/+2 | |
Triggers an E_DEPRECATED message; reported via the forums: http://forum.codeigniter.com/thread-62178-post-319791.html | |||||
2015-06-23 | Typo fix on forge documentation | gn | 1 | -1/+1 | |
2015-06-18 | Removed db_options configuration item for implementation later. Changed 5 ↵ | Tim Nolte | 1 | -30/+5 | |
new MySQLi SSL configuration options to a single ssl_options config item that is an array that will be read to set the individual SSL options. Signed-off-by: Tim Nolte <noltet@sekisui-spi.com> | |||||
2015-06-08 | Merge branch 'develop' into feature/mysqli-ssl | Tim Nolte | 1 | -2/+2 | |
2015-06-08 | Added new MySQLi parameters/info to default database config file. Fixed ↵ | Tim Nolte | 1 | -2/+26 | |
missing new MySQLi parameters from database configuration documentation examples. Signed-off-by: Tim Nolte <noltet@sekisui-spi.com> | |||||
2015-06-08 | Fixed missing MySQLi driver parameter DOCBLOCK descriptions. Updated ↵ | Tim Nolte | 1 | -1/+8 | |
database configuration documentation to include a list of the new MySQLi driver parameters. Signed-off-by: Tim Nolte <noltet@sekisui-spi.com> | |||||
2015-05-08 | update userguide | ftwbzhao | 1 | -2/+2 | |
2015-04-04 | Edit dbforge drop_table line 230 | LouisMilotte | 1 | -2/+2 | |
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. | |||||
2015-03-16 | [ci skip] Polish changes from PR #3669 | Andrey Andreev | 1 | -6/+7 | |
2015-03-16 | update documentation in database/query_builder.rst, change 2 tabs + 4 spaces ↵ | yaoshanliang | 1 | -0/+6 | |
to 3 tabs. | |||||
2015-03-07 | removed ending S from csv_from_results and xml_from_results DButil Class ↵ | Mattias Hedman | 1 | -3/+3 | |
reference section in userguide Signed-off-by: Mattias Hedman <mattias.hedman@stopp.se> | |||||
2015-03-02 | Small typo | sv3tli0 | 1 | -2/+2 | |
Missed variable.. | |||||
2015-02-20 | [ci skip] Fix where_in() docs | Andrey Andreev | 1 | -4/+4 | |
2015-02-19 | Remove 'autoinit' DB setting | Andrey Andreev | 1 | -6/+0 | |
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 | |||||
2015-02-12 | [ci skip] Correct db config docs about 'autoinit' | Andrey Andreev | 1 | -1/+1 | |
2015-02-05 | Update transactions.rst | Rafael Schwemmer | 1 | -1/+1 | |
Corrected a grammatical error in "CodeIgniter's Approach to Transactions" | |||||
2015-02-04 | Adjusted return type for CI_DB_utility::backup to suggestions | Gabriel Potkány | 1 | -1/+1 | |
2015-02-04 | Adjusted returns/return types to suggestions | Gabriel Potkány | 1 | -2/+2 | |