aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/config/db_text.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14116] sql_affectedrows method has no argumentsMatt Friedman2015-08-191-2/+2
| | | | PHPBB3-14116
* [ticket/13569] Add missing sql_freeresults and remove unneeded resultsMarc Alexander2015-02-021-1/+1
| | | | PHPBB3-13569
* [ticket/12711] Cast values to string such that they are quoted in SQL queries.Andreas Fischer2014-06-151-2/+2
| | | | | | | | The value is stored in a text column and the key is stored in a varchar. Some DBMSes do not like it when we insert integers into text columns. Cast both to string to be on the safe side. PHPBB3-12711
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
| | | | PHPBB3-12594
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-3/+3
| | | | PHPBB3-12282
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-5/+7
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+163
PHPBB3-11698