summaryrefslogtreecommitdiffstats
path: root/system/database/DB_driver.php
AgeCommit message (Expand)AuthorFilesLines
2016-10-31Fix compile_binds: do not use back references inside a character class.tianhe19861-1/+1
2016-10-31Merge pull request #4886 from tianhe1986/develop_dbdriver_quoteAndrey Andreev1-1/+1
2016-10-28Revert "Match single quote in is_write_type()."tianhe19861-1/+1
2016-10-28Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2016-10-28Match single quote in is_write_type().tianhe19861-1/+1
2016-10-28Match both single and double quote in compile_binds().tianhe19861-1/+1
2016-10-22Allow binding 0, null out of array in query()Andrey Andreev1-1/+1
2016-02-09Merge branch '3.0-stable' into developAndrey Andreev1-4/+4
2016-02-04[ci skip] fix commentClaudio Galdiolo1-1/+1
2016-02-04[ci skip] fix commentClaudio Galdiolo1-1/+1
2016-01-27Fix #4401Andrey Andreev1-4/+4
2016-01-11[ci skip] Merge branch '3.0-stable' into developAndrey Andreev1-1/+1
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11Merge branch '3.0-stable' into developAndrey Andreev1-2/+2
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-2/+2
2016-01-11Merge branch '3.0-stable' into developAndrey Andreev1-2/+2
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2016-01-11Merge pull request #4369 from galdiolo/patch-12Andrey Andreev1-10/+6
2016-01-08use 'while' instead of 'if' 'do' 'while'Claudio Galdiolo1-10/+6
2015-12-14Change DB charset handlingAndrey Andreev1-30/+2
2015-12-14Merge branch '3.0-stable' into developAndrey Andreev1-0/+12
2015-12-14Close #4313Andrey Andreev1-0/+12
2015-12-12Complete the proposed changes from PR #4300Andrey Andreev1-16/+3
2015-12-12Merge branch 'develop' of github.com:halmai/CodeIgniter into db/init_exceptionAndrey Andreev1-1/+1
2015-12-08Remove CI_DB_driver::load_rdriver()Andrey Andreev1-24/+3
2015-12-08rolling back previous solution; throwing exception if database connection was...Halmai, Csongor1-1/+1
2015-11-09Merge pull request #4223 from j0inty/developAndrey Andreev1-1/+4
2015-11-09Fixed PHP code style part 2Steffen Stollfuß1-1/+1
2015-11-09Fixed PHP code styleSteffen Stollfuß1-1/+1
2015-11-08CI_DB_driver->simple_query() discard return of CI_DB_driver->initialize() whe...Steffen Stollfuß1-1/+4
2015-10-19Fix #4171 and a number of other transaction bugsAndrey Andreev1-24/+91
2015-09-14Fix #4032Andrey Andreev1-5/+8
2015-09-03Fix #4096Andrey Andreev1-1/+1
2015-09-01There was an extra = sign in this fileMarco Monteiro1-1/+1
2015-08-31Fix #4086Andrey Andreev1-13/+13
2015-08-20Fix #4065Andrey Andreev1-1/+1
2015-08-07[ci skip] Partial patch for #2284Andrey Andreev1-2/+5
2015-08-05Fix #4026Andrey Andreev1-1/+4
2015-08-03[ci skip] Normalize tabs/spacesAndrey Andreev1-3/+3
2015-06-29Close #3934Andrey Andreev1-1/+1
2015-04-29Add list_fields() support for SQLite3Andrey Andreev1-1/+1
2015-02-19Fix postgre driver configAndrey Andreev1-1/+0
2015-02-19Remove 'autoinit' DB settingAndrey Andreev1-9/+1
2015-02-04Fixed inconsistent return typesGabriel Potkány1-1/+1
2015-01-29fix typo in commentsClaudio Galdiolo1-1/+1
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-20[ci skip] Change some log messages' levelAndrey Andreev1-1/+1
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
2015-01-05Fix #3460Andrey Andreev1-1/+1
2015-01-05Polish changes following PR #3416Andrey Andreev1-22/+26