aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/driver/driver.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12624] Add debug.load_time parameterJakub Senko2019-05-091-0/+13
* [ticket/12627] Add debug.sql_explain parameterJakub Senko2019-05-091-1/+14
* [ticket/15520] sql_build_query build subqueryFH2018-02-031-3/+4
* [ticket/14972] Fix sizeof callsrxu2018-01-011-11/+8
* 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
* | [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/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'Andreas Fischer2015-08-201-1/+1
|\ \ \ | |/ / |/| / | |/
| * [ticket/14116] sql_affectedrows method has no argumentsMatt Friedman2015-08-191-1/+1
* | [feature/patchwork-utf8] Remove utf8_str_replaceNicolas Grekas2014-11-081-4/+4
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-101-0/+11
|\ \ | |/
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-081-1/+1
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-081-0/+11
* | Merge pull request #2637 from Nicofuma/ticket/12387Joas Schilling2014-08-071-4/+4
|\ \ | |/ |/|
| * [ticket/12387] Cleanup *_free_result call and remove @ on that callTristan Darricau2014-06-221-4/+4
* | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-0/+96
|/
* [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-1/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
* [ticket/12282] Use {@inheritDoc} for inherited methodsJoas Schilling2014-04-011-101/+30
* [ticket/12282] Add Interface for DBAL driversJoas Schilling2014-04-011-2/+2
* [ticket/11693] Change sql_build_array to support DELETEOliver Schramm2014-03-021-2/+2
* [ticket/12018] Use path_helper for admin style CSS in sql reportMarc Alexander2013-11-141-2/+2
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
* [ticket/11866] Update some occurances of phpbb_db_ to new NamespaceJoas Schilling2013-09-261-1/+1
* [ticket/11700] Fix a few more commentsNils Adermann2013-09-161-2/+2
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-3/+5
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+1044