| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-12624
|
|
|
|
| |
PHPBB3-12627
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This will cause the sqlite3 driver to automatically rollback transactions
if an insert fails during a transaction. Other dbms trigger a rollback
inside the sql_error() function with a rollback command. However,
this manual rollback command might fail on sqlite3 due to ongoing queries.
With this change, sqlite3 itself will abort any ongoing queries and
initiate the rollback automatically. Since manually triggered rollbacks
will fail after the rollback was started automatically, we catch
exceptions output by the exec() command during rollback and any exception
that might be thrown by fetchArray() due to aborted queries.
PHPBB3-14044
|
|
|
|
| |
PHPBB3-14044
|
|\
| |
| |
| |
| | |
* 3.1.x:
[ticket/13423] Set busyTimeout on connect to prevent db locking
|
| |
| |
| |
| | |
PHPBB3-13423
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| | |
PHPBB3-12671
|
| |
| |
| |
| | |
PHPBB3-12671
|
| |
| |
| |
| | |
PHPBB3-12671
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[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
|
| |
| |
| |
| | |
PHPBB3-12387
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12802] Properly handle connection failures in SQLite3
* Noxwizard/ticket/12802:
[ticket/12802] Properly handle connection failures in SQLite3
|
| |/
| |
| |
| | |
PHPBB3-12802
|
|/
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
PHPBB3-12594
|
|
|
|
|
|
| |
Added missing docblock annotations and added visibility identifiers.
PHPBB3-9728
|
|
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
|