aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/driver/driver.php
Commit message (Collapse)AuthorAgeFilesLines
* [feature/patchwork-utf8] Remove utf8_str_replaceNicolas Grekas2014-11-081-4/+4
|
* Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-101-0/+11
|\ | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12671] Possibility to use NOT LIKE expression [ticket/12671] Possibility to use NOT LIKE expression [ticket/12671] Possibility to use NOT LIKE expression [ticket/12671] Possibility to use NOT LIKE expression [ticket/12671] Possibility to use NOT LIKE expression
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-081-1/+1
| | | | | | | | PHPBB3-12671
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-081-0/+11
| | | | | | | | PHPBB3-12671
* | Merge pull request #2637 from Nicofuma/ticket/12387Joas Schilling2014-08-071-4/+4
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | [ticket/12387] Cleanup *_free_result call and remove @ on that call * Nicofuma/ticket/12387: [ticket/12387] Fix a call to sql_freeresult in full_text_native [ticket/12387] Fix \phpbb\db\driver\mysqli::sql_freeresult [ticket/12387] Use the hash as query_id for caching [ticket/12387] Remove unnecessary checks [ticket/12387] mssql_query return true if a select query returns 0 row [ticket/12387] Cleanup *_free_result call and remove @ on that call
| * [ticket/12387] Cleanup *_free_result call and remove @ on that callTristan Darricau2014-06-221-4/+4
| | | | | | | | PHPBB3-12387
* | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-0/+96
|/ | | | PHPBB3-12446
* [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-1/+1
| | | | PHPBB3-12594
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [ticket/12282] Use {@inheritDoc} for inherited methodsJoas Schilling2014-04-011-101/+30
| | | | PHPBB3-12282
* [ticket/12282] Add Interface for DBAL driversJoas Schilling2014-04-011-2/+2
| | | | PHPBB3-12282
* [ticket/11693] Change sql_build_array to support DELETEOliver Schramm2014-03-021-2/+2
| | | | PHPBB3-11693
* [ticket/12018] Use path_helper for admin style CSS in sql reportMarc Alexander2013-11-141-2/+2
| | | | | | | | The path to the admin style CSS is currently created with $phpbb_admin_path. We should however use the path_helper to correctly link to this file in order to have a correct link on pages like extensions PHPBB3-12018
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11866] Update some occurances of phpbb_db_ to new NamespaceJoas Schilling2013-09-261-1/+1
| | | | PHPBB3-11866
* [ticket/11700] Fix a few more commentsNils Adermann2013-09-161-2/+2
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-3/+5
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+1044
PHPBB3-11698