| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-12671
|
|
|
|
| |
PHPBB3-12671
|
|
|
|
| |
PHPBB3-12671
|
|
|
|
| |
PHPBB3-12446
|
|
|
|
| |
PHPBB3-12594
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* github-phpbb/develop-olympus:
[ticket/11159] static public is the currently approved order.
Conflicts:
tests/dbal/select_test.php
tests/dbal/write_test.php
tests/request/request_var_test.php
tests/security/extract_current_page_test.php
tests/security/redirect_test.php
tests/template/template_test.php
tests/text_processing/make_clickable_test.php
tests/utf/utf8_clean_string_test.php
|
| |
| |
| |
| | |
PHPBB3-11159
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10890] Fix test_sql_fetchrow_returns_false_when_empty() on MS and ORA.
|
| |
| |
| |
| |
| |
| |
| | |
Fix phpbb_dbal_select_test::test_sql_fetchrow_returns_false_when_empty() on
MSSQL and Oracle by specifying an existing table in the query.
PHPBB3-10890
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10858] Move generic row seeking to DBAL
[ticket/10858] Tests for row seeking with fetchfield()
[ticket/10858] Fix MSSQL Native's row seeking behavior
Conflicts:
tests/dbal/select_test.php
|
| |
| |
| |
| | |
PHPBB3-10858
|
|/
|
|
|
|
| |
Removing static from data provider functions
PHPBB3-10733
|
|
|
|
| |
PHPBB3-10653
|
|
|
|
| |
PHPBB3-10653
|
|
|
|
| |
PHPBB3-9916
|
|
|
|
| |
PHPBB3-10307
|
|
|
|
|
|
|
|
|
| |
If a database is unable to nest transactions the dbal should implement
sql_buffer_nested_transactions to signal that buffering of the outer
results and closing of the outer transaction is required to open the
inner transaction.
PHPBB3-9685
|
|
|
|
|
|
|
|
| |
Due to the usage of `__DIR__` for the file includes the tests can't
be ran on systems with PHP < 5.3. Replace all occurances of
`__DIR__` with `dirname(__FILE__)`.
PHPBB3-10011
|
|
PHPBB3-9987
|