aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/driver/sqlite3.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13423] Set busyTimeout on connect to prevent db lockingMarc Alexander2015-09-071-0/+1
| | | | PHPBB3-13423
* [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-091-4/+4
| | | | PHPBB3-12671
* [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-091-2/+2
| | | | PHPBB3-12671
* [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-081-0/+17
| | | | PHPBB3-12671
* Merge pull request #2690 from Noxwizard/ticket/12802Tristan Darricau2014-07-071-3/+4
|\ | | | | | | | | | | | | [ticket/12802] Properly handle connection failures in SQLite3 * Noxwizard/ticket/12802: [ticket/12802] Properly handle connection failures in SQLite3
| * [ticket/12802] Properly handle connection failures in SQLite3Patrick Webster2014-07-031-3/+4
| | | | | | | | PHPBB3-12802
* | [ticket/12704] Improve the load time information in the footer when enabledrxu2014-06-201-0/+8
|/ | | | | | | | | PR #2570 has added new constant to display load time information without debug mode is being on (https://tracker.phpbb.com/browse/PHPBB3-12687). This patch expands the total load time info with SQL/PHP load times, while hiding the additional info with <abbr> element. PHPBB3-12704
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [feature/sqlite3] Update docblocks and function visibilityPatrick Webster2014-05-021-23/+48
| | | | | | Added missing docblock annotations and added visibility identifiers. PHPBB3-9728
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-0/+350
Minimum version requirement is 3.6.15 as that's what ships with PHP 5.3.0 when support for SQLite 3 was added. PHPBB3-9728