aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/driver/sqlite3.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12624] Add debug.load_time parameterJakub Senko2019-05-091-2/+2
* [ticket/12627] Add debug.sql_explain parameterJakub Senko2019-05-091-4/+3
* [ticket/14044] Automatically trigger rollback on insert in transactionMarc Alexander2015-10-231-2/+8
* [ticket/14044] Fix Sqlite error in testsMarc Alexander2015-10-231-1/+13
* Merge branch '3.1.x'Tristan Darricau2015-09-091-0/+1
|\
| * [ticket/13423] Set busyTimeout on connect to prevent db lockingMarc Alexander2015-09-071-0/+1
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-101-2/+19
|\ \ | |/
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-091-4/+4
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-091-2/+2
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-081-0/+17
* | Merge pull request #2637 from Nicofuma/ticket/12387Joas Schilling2014-08-071-2/+10
|\ \ | |/ |/|
| * [ticket/12387] Cleanup *_free_result call and remove @ on that callTristan Darricau2014-06-221-3/+11
* | Merge pull request #2690 from Noxwizard/ticket/12802Tristan Darricau2014-07-071-3/+4
|\ \
| * | [ticket/12802] Properly handle connection failures in SQLite3Patrick Webster2014-07-031-3/+4
| |/
* | [ticket/12704] Improve the load time information in the footer when enabledrxu2014-06-201-0/+8
|/
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
* [feature/sqlite3] Update docblocks and function visibilityPatrick Webster2014-05-021-23/+48
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-0/+350