| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-10942
|
|
|
|
| |
PHPBB3-10942
|
|
|
|
| |
PHPBB3-10942
|
|
|
|
| |
PHPBB3-10942
|
|
|
|
| |
PHPBB3-10942
|
|
|
|
| |
PHPBB3-10942
|
|
|
|
| |
PHPBB3-10942
|
|\
| |
| |
| |
| |
| |
| | |
By Andreas Fischer
via Andreas Fischer (1) and Nils Adermann (1)
* develop-olympus:
[ticket/10907] Mark (var)binary tests as incomplete on non-MySQL DBMSes.
|
| |
| |
| |
| | |
PHPBB3-10907
|
|\ \
| |/
| |
| |
| | |
* 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/10889] Make default value for c_char_size a CHAR(4) as defined.
|
| |
| |
| |
| | |
PHPBB3-10889
|
|\ \
| |/
| |
| |
| |
| | |
* develop-olympus:
[ticket/10887] Add spaces.
[ticket/10887] Split auto increment test from db tools test.
|
| |
| |
| |
| | |
PHPBB3-10887
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Auto increment test does not need any particular columns
and should not depend, in particular, on correct handling
of binary data.
This commit moves auto increment test into its own file and
gives it its own table with a simple schema.
PHPBB3-10887
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
|\ \
| |/
| |
| |
| |
| | |
* develop-olympus:
[ticket/10774] Correctly specify index name when creating unique index on MySQL.
[ticket/10774] Add unit tests for UNIQUE index existence and creation.
|
| |
| |
| |
| | |
PHPBB3-10774
|
| |
| |
| |
| |
| |
| | |
Removing static from data provider functions
PHPBB3-10733
|
| |
| |
| |
| |
| |
| | |
Adjusting unit tests for new styles table structure
PHPBB3-10632
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10653] Call get_row_count of base class in mysql get_estimated_row_count
[ticket/9813] Only get posts table row count if we detected a fulltext index.
[ticket/9813] Also use estimated row count of posts table for fulltext mysql.
[ticket/10653] Fix parameter to substr() in unit tests. Should be 1, not -1.
[ticket/10653] Unit tests for get_row_count() and get_estimated_row_count().
[ticket/10653] Add ability to count table rows to database abstraction layer.
[ticket/9813] Use table status row count only if greater than 100000 or exact.
[ticket/9813] Use SHOW TABLE STATUS to get search stats for native on MySQL.
|
| |
| |
| |
| | |
PHPBB3-10653
|
| |
| |
| |
| | |
PHPBB3-10653
|
| |
| |
| |
| | |
PHPBB3-9916
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/9916] Changing header in non-distributed files
[ticket/9916] Changing coding guidelines license
[ticket/9916] Updating License in the header
Conflicts:
tests/mock/cache.php
|
| |
| |
| |
| | |
PHPBB3-9916
|
| |
| |
| |
| | |
PHPBB3-10507
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10507] DBAL unit test
[ticket/10507] Sort styles in acp
Conflicts:
phpBB/includes/acp/acp_styles.php
|
| |
| |
| |
| |
| |
| | |
Unit test for ORDER BY LOWER(style_name)
PHPBB3-10507
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10483] Fix test suite when running with MySQL strict mode
|
| |
| |
| |
| | |
PHPBB3-10483
|
|\ \
| |/
| |
| |
| |
| | |
* develop-olympus:
[ticket/10296] Fix CROSS JOIN with INNER JOIN on MSSQL, Postgres and Oracle
[ticket/10296] Add unit test for CROSS JOIN with INNER JOIN
|
| |
| |
| |
| | |
PHPBB3-10296
|
|\ \
| |/
| |
| |
| |
| | |
* develop-olympus:
[ticket/10327] Use $this->tools instead of creating a new instance of db_tools.
[ticket/10327] Also change CREATE UNIQUE INDEX to use ALTER TABLE.
|
| |\
| | |
| | |
| | |
| | |
| | | |
* bantu/ticket/10327:
[ticket/10327] Use $this->tools instead of creating a new instance of db_tools.
[ticket/10327] Also change CREATE UNIQUE INDEX to use ALTER TABLE.
|
| | |
| | |
| | |
| | | |
PHPBB3-10327
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/8240] Add ability to get a list of columns of a tables to db_tools.
[ticket/8240] Add ability to get a list of tables to db_tools.
|
| | |
| | |
| | |
| | | |
PHPBB3-8240
|
| |/
| |
| |
| | |
PHPBB3-8240
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10327] Change CREATE INDEX to ALTER TABLE table ADD INDEX for MySQL.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* CREATE INDEX is internally mapped to an ALTER INDEX statement.
* CREATE INDEX requires the INDEX permission.
* ALTER TABLE requires the (more powerful) ALTER permission.
* We require the ALTER permission anyway for operation.
* Changing CREATE INDEX to ALTER TABLE thus removes dependency on the INDEX
permission which is good because some management software does not give
out the INDEX permission by default.
http://dev.mysql.com/doc/refman/5.0/en/create-index.html
PHPBB3-10327
|
|\ \
| |/
| |
| |
| |
| | |
* develop-olympus:
[ticket/10307] Add a test for PHPBB3-10307
[ticket/10307] Return false in mysqli sql_fetchrow on empty result
|
| |
| |
| |
| | |
PHPBB3-10307
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10346] Add drop_tables to perform_schema_changes and add tests
|
| |
| |
| |
| | |
PHPBB3-10346
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[prep-release-3.0.9] Update Changelog for 3.0.9 release.
[prep-release-3.0.9] Bumping version number for the final 3.0.9 release.
[ticket/10247] Removing attempt_id column from the 3.0.8 to 3.0.9-RC1 updater.
[ticket/10247] Add a db_tools test for the removal of a primary key column.
[ticket/10247] Add empty data section to database update for RC4
[ticket/10247] Remove unecessary attempt_id primary key column
Conflicts:
phpBB/install/database_update.php
|
| |
| |
| |
| |
| |
| |
| | |
The previous drop column test already deleted the primary key, so that one was
replaced with an ordinary column.
PHPBB3-10247
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/9892] Correct copyright year
[ticket/9892] Remove incorrect use of camel case
[ticket/9892] Removing closing php tag from create_schema_files
[ticket/9892] Transaction support for database update sql execution function
[ticket/9892] count is a keyword in firebird, so renaming this alias
[ticket/9892] Q&A CAPTCHA did not work on firebird, so no need to change config
[ticket/9892] Shorten login_attempt key names to avoid firebird length problems
[ticket/9892] Drop Q&A CAPTCHA tables if left in inconsistent state
[ticket/9892] Adding a number of tests for db_tools
[ticket/9892] Table prefix lengths influence index lengths in db_tools
[ticket/9892] Shorten the index names on the q&a captcha
[ticket/9892] column & index name limits, firebird auto increment in db_tools
Conflicts:
phpBB/develop/create_schema_files.php
|