| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This is part 5 and there is more to come.
PHPBB3-13454
|
|
|
|
|
|
| |
This is the first part of the changes. More to come.
PHPBB3-13454
|
|
|
|
| |
PHPBB3-13652
|
|
|
|
| |
PHPBB3-13652
|
|
|
|
| |
PHPBB3-13652
|
|
|
|
|
|
| |
Changing the syntax used to the one Nicofuma suggested.
PHPBB3-13652
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
PHPBB3-13652
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[feature/sql-bool-builder] Extending DBAL query builder for boolean generation
* brunoais/feature/sql-bool-builder:
[feature/sql-bool-builder] Improved tests output to show the SQL error.
[feature/sql-bool-builder] Adding the IS operator to predicted operators
[feature/sql-bool-builder] test_single_not_like
[feature/sql-bool-builder] test_single_like
[feature/sql-bool-builder] test_single_not_in
[feature/sql-bool-builder] test_single_in
[feature/sql-bool-builder] test_and_of_or_of_and
[feature/sql-bool-builder] test_triple_and_with_in
[feature/sql-bool-builder] test_double_and_with_not_of_and
[feature/sql-bool-builder] test_triple_and_with_is_null
[feature/sql-bool-builder] Prepare testing class
[feature/sql-bool-builder] Added LIKE and NOT_LIKE to the comparations
[feature/sql-bool-builder] Explain better the code in the first
[feature/sql-bool-builder] Also use parenthesis for the NOT operator
[feature/sql-bool-builder] AS keyword must be lowercase;
[feature/sql-bool-builder] Added code to use this feature for the WHERE clause
[feature/sql-bool-builder] Removed non-necessary spaces
[feature/sql-bool-builder] First working version
|
| |
| |
| |
| | |
PHPBB3-13652
|
| |
| |
| |
| | |
PHPBB3-13652
|
| |
| |
| |
| |
| |
| | |
Explain what that if and check is for in the first method that is called.
PHPBB3-13652
|
| |
| |
| |
| |
| |
| | |
Be on the safe side, also use parenthesis for the NOT operator
PHPBB3-13652
|
| |
| |
| |
| |
| |
| | |
AS keyword must be lowercase; expected "as" but found "AS"
PHPBB3-13652
|
| |
| |
| |
| | |
PHPBB3-13652
|
| |
| |
| |
| | |
PHPBB3-13652
|
| |
| |
| |
| | |
PHPBB3-13652
|
|\ \
| | |
| | |
| | |
| | | |
* 3.1.x:
[ticket/13423] Set busyTimeout on connect to prevent db locking
|
| | |
| | |
| | |
| | | |
PHPBB3-13423
|
|\ \ \
| |/ /
| | /
| |/
|/| |
* 3.1.x:
[ticket/14116] sql_affectedrows method has no arguments
|
| |
| |
| |
| | |
PHPBB3-14116
|
|\ \
| |/
| |
| |
| | |
* 3.1.x:
[ticket/13570] Remove unnecessary ternary condition from mysqli driver
|
| |
| |
| |
| | |
PHPBB3-13570
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
PHPBB3-12387
|
| |
| |
| |
| | |
PHPBB3-12387
|
| |
| |
| |
| | |
PHPBB3-12387
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12829] Remove check for pgsql 8.3/8.2
* n-aleha/ticket/12829:
[ticket/12829] Remove check for pgsql 8.3/8.2
|
| | |
| | |
| | |
| | |
| | |
| | | |
Remove check for pgsql 8.3/8.2 and set multi_insert to true.
PHPBB3-12829
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
[ticket/12802] Properly handle connection failures in SQLite3
* Noxwizard/ticket/12802:
[ticket/12802] Properly handle connection failures in SQLite3
|
| | |
| | |
| | |
| | | |
PHPBB3-12802
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop-ascraeus
* github-nicofuma/ticket/12446:
[ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12446
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
As the db_connect_id gets set up by mysql_init(), the db_connect_id will be an
object with empty settings instead of just empty. Even if mysql_real_connect()
encounters an error upon connecting, the db_connect_id is still set. This
will result in trying to just access the database which obviously does
nothing.
By setting db_connect_id to an empty string, the script will not try to query
th database and properly handle any errors that occur upon connecting.
PHPBB3-12764
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12747] Drop support for Firebird
* nickvergessen/ticket/12747:
[ticket/12747] Remove some methods which are not used anymore
[ticket/12747] Drop support for Firebird
Conflicts:
phpBB/phpbb/db/driver/firebird.php
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12747
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12704] Improve the load time information in the footer when enabled
* rxu/ticket/12704:
[ticket/12704] Improve the load time information in the footer when enabled
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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-12756
|
|/
|
|
| |
PHPBB3-12721
|
|\
| |
| |
| |
| | |
Conflicts:
phpBB/docs/hook_system.html
|
| |
| |
| |
| | |
PHPBB3-12570
|