aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/driver
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-502/+0
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-201-0/+3
|\
| * [ticket/security/247] Disable loading of local files on client sideMarc Alexander2019-08-111-0/+3
* | [ticket/12624] Add debug.load_time parameterJakub Senko2019-05-0910-14/+42
* | [ticket/12627] Add debug.sql_explain parameterJakub Senko2019-05-0910-29/+50
* | [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-082-2/+2
|/
* [ticket/15665] fix double semicolonhubaishan2018-11-201-1/+1
* [ticket/15665] Fix MSSQL crashes if upload dir>2GBhubaishan2018-11-201-0/+8
* [ticket/15612] Fix PHP7.2 count() bug in MSSQL driverhubaishan2018-08-251-1/+1
* [ticket/15520] sql_build_query build subqueryFH2018-02-031-3/+4
* Merge pull request #4680 from marc1706/ticket/15055Derky2018-01-051-1/+2
|\
| * [ticket/15055] Specify utf8 as character set in sqlsrv_connectMarc Alexander2018-01-011-1/+2
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-012-4/+4
* | [ticket/14972] Fix sizeof callsrxu2018-01-011-11/+8
|/
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-384/+0
* [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-494/+0
* Merge branch 'ticket/14136' into ticket/14136-3.2.xMarc Alexander2016-03-241-0/+1
|\
| * [ticket/14136] Add back X-UA-Compatible meta tagMarc Alexander2016-03-241-0/+1
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+0
* | [feature/sql-bool-builder] Fixing misuse of LOGICAL_OP instead of STATEMENTSbrunoais2015-11-241-1/+1
* | [feature/sql-bool-builder] Fixing typos in previous commitbrunoais2015-11-121-2/+2
* | [feature/sql-bool-builder] Changing syntax pt3. Don't use magic numbersbrunoais2015-11-111-15/+24
* | [feature/sql-bool-builder] Changing syntaxbrunoais2015-11-111-5/+5
* | [ticket/14044] Automatically trigger rollback on insert in transactionMarc Alexander2015-10-231-2/+8
* | [ticket/14044] Fix Sqlite error in testsMarc Alexander2015-10-231-1/+13
* | [ticket/13652] Fix coding styleTristan Darricau2015-10-141-1/+1
* | Merge pull request #3441 from brunoais/feature/sql-bool-builderTristan Darricau2015-10-141-1/+136
|\ \
| * | [feature/sql-bool-builder] Adding the IS operator to predicted operatorsbrunoais2015-03-171-0/+18
| * | [feature/sql-bool-builder] Added LIKE and NOT_LIKE to the comparationsbrunoais2015-03-161-0/+12
| * | [feature/sql-bool-builder] Explain better the code in the firstbrunoais2015-03-161-0/+2
| * | [feature/sql-bool-builder] Also use parenthesis for the NOT operatorbrunoais2015-03-161-1/+1
| * | [feature/sql-bool-builder] AS keyword must be lowercase;brunoais2015-03-161-1/+1
| * | [feature/sql-bool-builder] Added code to use this feature for the WHERE clausebrunoais2015-03-161-1/+12
| * | [feature/sql-bool-builder] Removed non-necessary spacesbrunoais2015-03-161-29/+29
| * | [feature/sql-bool-builder] First working versionbrunoais2015-03-161-0/+92
* | | Merge branch '3.1.x'Tristan Darricau2015-09-091-0/+1
|\ \ \ | | |/ | |/|
| * | [ticket/13423] Set busyTimeout on connect to prevent db lockingMarc Alexander2015-09-071-0/+1
* | | Merge branch '3.1.x'Andreas Fischer2015-08-201-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * [ticket/14116] sql_affectedrows method has no argumentsMatt Friedman2015-08-191-1/+1
* | Merge branch '3.1.x'Andreas Fischer2015-02-171-2/+1
|\ \ | |/
| * [ticket/13570] Remove unnecessary ternary condition from mysqli driverJakub Senko2015-02-161-2/+1
* | [feature/patchwork-utf8] Remove utf8_str_replaceNicolas Grekas2014-11-081-4/+4
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-1010-3/+111
|\ \ | |/
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-092-7/+7
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-092-4/+4
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-082-1/+18
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-089-0/+91
* | Merge pull request #2637 from Nicofuma/ticket/12387Joas Schilling2014-08-0710-138/+247
|\ \ | |/ |/|
| * [ticket/12387] Fix \phpbb\db\driver\mysqli::sql_freeresultTristan Darricau2014-06-221-1/+6