summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/mysqli
AgeCommit message (Expand)AuthorFilesLines
2015-07-16Improve the ssl_cipher check for MySQLiAndrey Andreev1-9/+9
2015-07-16Refactor proposed changes from PR #3896Andrey Andreev1-44/+28
2015-06-18Removed db_options configuration item for implementation later. Changed 5 new...Tim Nolte1-60/+16
2015-06-08Fixed missing MySQLi driver parameter DOCBLOCK descriptions. Updated database...Tim Nolte1-0/+10
2015-06-05Updated the MySQLi driver to provide support for SSL connections as well as a...Tim Nolte1-2/+90
2015-02-19Remove 'autoinit' DB settingAndrey Andreev1-4/+0
2015-02-15add <!DOCTYPE html>Tjoosten1-1/+2
2015-01-28fix typo in commentsClaudio Galdiolo1-1/+1
2015-01-26... and neither does MYSQLI_OPT_RECONNECTAndrey Andreev1-1/+0
2015-01-26Apparently MYSQLI_OPT_READ_TIMEOUT doesn't work on PHPAndrey Andreev1-1/+0
2015-01-26Close #3509Andrey Andreev1-0/+4
2015-01-21Remove closing blocks at end of PHP filesvlakoff4-12/+0
2015-01-12Change CI_DB_driver::field_data() signatureAndrey Andreev1-6/+1
2015-01-09Bulk (mostly documentation) updateAndrey Andreev4-12/+12
2014-12-17Add support for configuring socket pipe connections in 'mysqli'Andrey Andreev1-5/+17
2014-11-03Polish changes following #3305Andrey Andreev1-4/+2
2014-11-03Move MySQL comments to MySQL forge classes onlyZachary Flower1-1/+3
2014-11-03Move comment field after unique field in db forgeZachary Flower1-1/+1
2014-11-03Add support for the COMMENT field in DBForge and MySQL Forge classes (pdo, my...Zachary Flower1-0/+1
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev4-57/+106
2014-06-19Fix #3112Andrey Andreev1-3/+1
2014-05-07Remove error-masking '@' in mysqli_driver (See: https://github.com/EllisLab/C...mdunisch1-2/+2
2014-03-10Add support for callable form validation rulesAndrey Andreev1-1/+1
2014-02-25Remove error suppression usage from db_connect()Andrey Andreev1-1/+1
2014-02-25Make db_pconnect an alias for db_connect(TRUE) and reduce code repetitionAndrey Andreev1-12/+0
2014-02-112013 > 2014darwinel4-4/+4
2014-01-20Add support for optional table attributes to CI_DB_forge::create_table()Andrey Andreev1-6/+24
2013-12-10Fix a bug where DB() tried to set the MySQL-specific 'sql_mode' on all driversAndrey Andreev1-0/+14
2013-09-13Update MySQLi to use the PHP API for transactions, where possibleAndrey Andreev1-9/+18
2013-03-12Add a (default) CI_DB_query_builder::_update_batch() methodAndrey Andreev1-41/+0
2013-01-29Fix list_fields seek bugChris Buckley1-0/+1
2013-01-10Unify escape_str() array input and LIKE logicAndrey Andreev1-25/+6
2013-01-10Apply improvement proposed in #2142Andrey Andreev1-1/+1
2013-01-01[ci skip] Happy new yearAndrey Andreev4-4/+4
2012-12-20[ci skip] Minor style/spacing changes following PR #2087Andrey Andreev1-2/+2
2012-12-20fixes #2081 : change parameter/variable name to 'foreign_key_checks', update ...Andrew Podner1-4/+4
2012-12-19Resolves issue #2081 : provides an option to include statements to disable an...Andrew Podner1-0/+13
2012-12-04Rename DB_result _data_seek() to data_seek() and make it publicly availableAndrey Andreev1-1/+1
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-1/+1
2012-11-25Fix #2027Andrey Andreev1-2/+13
2012-11-22Fix modify_column() issues (#2020)Andrey Andreev1-1/+1
2012-11-16Improve DB field_data() for MySQL and CUBRIDAndrey Andreev2-7/+12
2012-11-12Bring back the AFTER clause for DB Forge add_column()Andrey Andreev1-1/+10
2012-11-11Fix DBForge index creation on MySQL and CUBRIDAndrey Andreev1-0/+10
2012-11-08Fix #1985Andrey Andreev1-2/+2
2012-11-06Added possibility to pass custom database objects to DB Forge and DB UtilitiesAndrey Andreev1-2/+3
2012-11-05Refactored DB ForgeAndrey Andreev1-116/+91
2012-11-05Fix DB drivers version() implementations that don't execute a queryAndrey Andreev1-3/+10
2012-11-02[ci skip] DocBlocks for DB drivers' driver classesAndrey Andreev1-20/+41
2012-11-02[ci skip] DocBlocks for DB drivers' result classesAndrey Andreev1-3/+3