Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13423] Set busyTimeout on connect to prevent db locking | Marc Alexander | 2015-09-07 | 1 | -0/+1 |
| | | | | PHPBB3-13423 | ||||
* | [ticket/12671] Possibility to use NOT LIKE expression | Geolim4 | 2014-08-09 | 1 | -4/+4 |
| | | | | PHPBB3-12671 | ||||
* | [ticket/12671] Possibility to use NOT LIKE expression | Geolim4 | 2014-08-09 | 1 | -2/+2 |
| | | | | PHPBB3-12671 | ||||
* | [ticket/12671] Possibility to use NOT LIKE expression | Geolim4 | 2014-08-08 | 1 | -0/+17 |
| | | | | PHPBB3-12671 | ||||
* | Merge pull request #2690 from Noxwizard/ticket/12802 | Tristan Darricau | 2014-07-07 | 1 | -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 SQLite3 | Patrick Webster | 2014-07-03 | 1 | -3/+4 |
| | | | | | | | | PHPBB3-12802 | ||||
* | | [ticket/12704] Improve the load time information in the footer when enabled | rxu | 2014-06-20 | 1 | -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 headers | Yuriy Rusko | 2014-05-27 | 1 | -4/+7 |
| | | | | PHPBB3-12594 | ||||
* | [feature/sqlite3] Update docblocks and function visibility | Patrick Webster | 2014-05-02 | 1 | -23/+48 |
| | | | | | | Added missing docblock annotations and added visibility identifiers. PHPBB3-9728 | ||||
* | [feature/sqlite3] Add support for SQLite 3 | Patrick Webster | 2014-05-02 | 1 | -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 |