| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| |
| |
| | |
Removed from: firebird, mssql_odbc, and mssqlnative
PHPBB3-10858
|
| |
| |
| |
| |
| |
| | |
The result_mssqlnative class remains in case someone wants to use it
PHPBB3-10858
|
| |
| |
| |
| | |
PHPBB3-10847
|
|\ \
| |/
| |
| |
| |
| | |
* 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
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| |
| | |
There is no point in fetching the table status again.
PHPBB3-10653
|
| |
| |
| |
| | |
PHPBB3-10653
|
|\ \
| |/
| |
| |
| |
| | |
* develop-olympus:
[ticket/9079] Always log backtrace to error log when logging errors.
[ticket/9079] Display backtrace on all E_USER_ERROR errors, not only SQL errors
|
| |
| |
| |
| | |
PHPBB3-9079
|
| |
| |
| |
| | |
PHPBB3-9916
|
|\ \
| |/
| |
| |
| |
| | |
* 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/10352] Add missing break for Oracle's sql_table_drop()
[ticket/10351] Fix Oracle's sql_column_remove()
[ticket/10294] Fix sql_affectedrows() in mssqlnative driver.
|
| |\
| | |
| | |
| | |
| | | |
* bantu/ticket/10294:
[ticket/10294] Fix sql_affectedrows() in mssqlnative driver.
|
| | |
| | |
| | |
| | |
| | |
| | | |
sqlsrv_rows_affected() expects a statement resource, not a connection resource.
PHPBB3-10294
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* Noxwizard/ticket/10351:
[ticket/10351] Fix Oracle's sql_column_remove()
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The correct syntax is DROP COLUMN.
PHPBB3-10351
|
| |/ /
| | |
| | |
| | | |
PHPBB3-10352
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10346] Add drop_tables to perform_schema_changes and add tests
|
| |/
| |
| |
| | |
PHPBB3-10346
|
| |
| |
| |
| |
| |
| |
| | |
This allows knowing the charset when saving web pages to disk. Also, this is
supported by all browsers.
PHPBB3-10258
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* github-igorw/ticket/10258:
[ticket/10258] Remove the meta charset tag
[ticket/10258] Adjust some deprecated tags for HTML5 in coding-guidelines
[ticket/10258] Remove copyright meta tag from docs
[ticket/10258] Remove resource-type and distribution meta tags
[ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tags
[ticket/10258] Change the DOCTYPE to HTML5
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The charset tag is useless, because if a charset content-type header is
present it takes precedence. And phpBB always sends such a header.
PHPBB3-10258
|
| | |
| | |
| | |
| | |
| | |
| | | |
These meta tags are IE specific and do not validate as HTML5.
PHPBB3-10258
|
| | |
| | |
| | |
| | | |
PHPBB3-10258
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | | |
* develop-olympus:
[ticket/10226] Use is_numeric() instead of preg_replace()
[ticket/10226] Allow mysqli connections via local sockets/pipes
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* github-rxu/ticket/10226:
[ticket/10226] Use is_numeric() instead of preg_replace()
[ticket/10226] Allow mysqli connections via local sockets/pipes
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10226
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10226
|
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
* develop-olympus:
[ticket/10267] Call strlen() on $table_prefix for $max_length calculation.
|
| | |
| | |
| | |
| | | |
PHPBB3-10267
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/9859] Changing all phpBB footers to match the new credit line
[ticket/9859] New footer copyright line with registered symbol
|
| |\ \
| | |/
| |/|
| | |
| | |
| | | |
* prep-release-3.0.9:
[ticket/9859] Changing all phpBB footers to match the new credit line
[ticket/9859] New footer copyright line with registered symbol
|
| | |
| | |
| | |
| | | |
PHPBB3-9859
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10227] Allow persistent connections for mysqli with PHP 5.3.0+
|
| |/
| |
| |
| | |
PHPBB3-10227
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10214] Correct Oracle create table query syntax in db_tools
|
| |
| |
| |
| |
| |
| |
| |
| | |
Removes the semicolon at end of oracle CREATE TABLE queries and adds a
semicolon to the end of a SELECT query inside of the trigger for a new
table's auto increment column before the end keyword
PHPBB3-10214
|