| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/12397] Fix sql_unique_index_exists doc block | n-aleha | 2014-04-16 | 1 | -2/+2 |
| | | | | | | | | db_tools::sql_unique_index_exists() searches for unique indexes but not primary key indexes. PHPBB3-12397 | ||||
| * | [ticket/9725] Code sniffer fixes | Patrick Webster | 2014-03-28 | 1 | -4/+4 |
| | | | | | PHPBB3-9725 | ||||
| * | [ticket/9725] Do not use deprecated views to remove default constraints | Patrick Webster | 2014-03-28 | 1 | -32/+84 |
| | | | | | PHPBB3-9725 | ||||
| * | [ticket/9725] Move primary key creation to the correct location | Patrick Webster | 2014-03-28 | 1 | -9/+9 |
| | | | | | PHPBB3-9725 | ||||
| * | [ticket/9725] Create MSSQL primary keys if none exist | Patrick Webster | 2014-03-28 | 1 | -0/+9 |
| | | | | | PHPBB3-9725 | ||||
| * | [ticket/9725] Remove explicit filegroup designations | Patrick Webster | 2014-03-28 | 1 | -17/+4 |
| | | | | | PHPBB3-9725 | ||||
| * | [ticket/12210] dbtools::sql_create_table incorrectly throws error | Nathaniel Guse | 2014-02-17 | 1 | -1/+1 |
| | | | | | | | related to auto-increment length on non auto-increment fields PHPBB3-12210 | ||||
| * | [ticket/11112] Use https for user-visible links to phpbb.com | Marc Alexander | 2013-07-12 | 1 | -1/+1 |
| | | | | | PHPBB3-11112 | ||||
| * | Merge remote-tracking branch 'remotes/Sajaki/ticket/10854' into develop-olympus | Nathan Guse | 2013-01-15 | 1 | -0/+16 |
| |\ | | | | | | | | | | | | | # By Sajaki # Via Sajaki * remotes/Sajaki/ticket/10854: [ticket/10854] sql server drop default constraint when dropping column | ||||
| | * | [ticket/10854] sql server drop default constraint when dropping column | Sajaki | 2012-04-28 | 1 | -0/+16 |
| | | | | | | | | | | | | | drops default columns with T-SQL before attempting drop column to avoids sql exception. This is a huge annoyance in UMIL scripts running under sql server. | ||||
| * | | [ticket/10205] Reduce nesting in mysql drivers. | Oleg Pudeyev | 2012-12-04 | 2 | -28/+22 |
| | | | | | | | | | PHPBB3-10205 | ||||
| * | | [ticket/10205] Rewrite _sql_error implementations to have a single return. | Oleg Pudeyev | 2012-12-04 | 5 | -20/+34 |
| | | | | | | | | | PHPBB3-10205 | ||||
| * | | [ticket/10205] Cosmetic changes. | Oleg Pudeyev | 2012-12-04 | 5 | -8/+8 |
| | | | | | | | | | PHPBB3-10205 | ||||
| * | | [ticket/10205] Check for function existence in mssql connect method. | Oleg Pudeyev | 2012-12-04 | 1 | -0/+8 |
| | | | | | | | | | PHPBB3-10205 | ||||
| * | | [ticket/10205] Convert mssqlnative driver to the same logic. | Oleg Pudeyev | 2012-12-04 | 1 | -20/+32 |
| | | | | | | | | | PHPBB3-10205 | ||||
| * | | [ticket/10205] Fix a parse error in oracle driver. | Oleg Pudeyev | 2012-12-04 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10205 | ||||
| * | | [ticket/10205] Fix remaining db drivers. | Oleg Pudeyev | 2012-12-04 | 5 | -43/+93 |
| | | | | | | | | | PHPBB3-10205 | ||||
| * | | [ticket/10205] Avoid calling mysqli functions when mysqli is missing. | Oleg Pudeyev | 2012-12-04 | 1 | -4/+14 |
| | | | | | | | | | PHPBB3-10205 | ||||
| * | | [ticket/10205] Account for potentially missing extensions in dbal. | Oleg Pudeyev | 2012-12-04 | 5 | -4/+93 |
| | | | | | | | | | PHPBB3-10205 | ||||
| * | | [ticket/11066] Remove debug code error_reporting(E_ALL) from mssqlnative.php | Jordan Rogers | 2012-08-23 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | For some reason, all errors are just flipped on before connecting to the database, despite the system as a whole having a different setting for displayable errors. Had to add & ~E_STRICT in PHP 5.4.5 to suppress Strict Standards messages, but I would assume that the db piece shouldn't be involved with setting error_reporting at all. PHPBB3-11066 | ||||
| * | | [ticket/10995] Return false in mssqlnative sql_fetchrow on empty result | Patrick Webster | 2012-07-17 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10995 | ||||
| * | | [ticket/10751] Add sql_lower_text() to database abstraction layer. | Andreas Fischer | 2012-05-31 | 4 | -0/+36 |
| | | | | | | | | | | | | | | | | | On MSSQL, LOWER() can only be called on bounded strings (i.e. varchar or char). So, in order to use it on a text column, we have to convert it to an appropriate type. We do so using the SUBSTRING function. PHPBB3-10751 | ||||
| * | | [ticket/10858] Move generic row seeking to DBAL | Patrick Webster | 2012-05-08 | 4 | -129/+43 |
| | | | | | | | | | | | | | Removed from: firebird, mssql_odbc, and mssqlnative PHPBB3-10858 | ||||
| * | | [ticket/10858] Fix MSSQL Native's row seeking behavior | Patrick Webster | 2012-05-08 | 1 | -3/+28 |
| |/ | | | | | | The result_mssqlnative class remains in case someone wants to use it PHPBB3-10858 | ||||
| * | [ticket/10774] Correctly specify index name when creating unique index on MySQL. | Andreas Fischer | 2012-04-10 | 1 | -1/+1 |
| | | | | | PHPBB3-10774 | ||||
| * | [ticket/10653] Call get_row_count of base class in mysql get_estimated_row_count | Andreas Fischer | 2012-03-08 | 2 | -2/+2 |
| | | | | | | | There is no point in fetching the table status again. PHPBB3-10653 | ||||
| * | [ticket/10653] Add ability to count table rows to database abstraction layer. | Andreas Fischer | 2012-03-03 | 3 | -0/+175 |
| | | | | | PHPBB3-10653 | ||||
| * | [ticket/9079] Display backtrace on all E_USER_ERROR errors, not only SQL errors | Andreas Fischer | 2011-12-24 | 1 | -5/+0 |
| | | | | | PHPBB3-9079 | ||||
| * | [ticket/10296] Fix CROSS JOIN with INNER JOIN on MSSQL, Postgres and Oracle | dmauri | 2011-11-15 | 1 | -1/+1 |
| | | | | | PHPBB3-10296 | ||||
| * | Merge remote-tracking branch 'bantu/ticket/10327' into develop-olympus | Igor Wiedler | 2011-10-14 | 1 | -1/+1 |
| |\ | | | | | | | | | | | * 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. | ||||
| | * | [ticket/10327] Also change CREATE UNIQUE INDEX to use ALTER TABLE. | Andreas Fischer | 2011-10-14 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10327 | ||||
| * | | [ticket/8240] Add ability to get a list of columns of a tables to db_tools. | Andreas Fischer | 2011-10-14 | 1 | -74/+37 |
| | | | | | | | | | PHPBB3-8240 | ||||
| * | | [ticket/8240] Add ability to get a list of tables to db_tools. | Andreas Fischer | 2011-10-14 | 1 | -0/+60 |
| |/ | | | | PHPBB3-8240 | ||||
| * | [ticket/10327] Change CREATE INDEX to ALTER TABLE table ADD INDEX for MySQL. | Andreas Fischer | 2011-10-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * 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 | ||||
| * | [ticket/10307] Return false in mysqli sql_fetchrow on empty result | Igor Wiedler | 2011-10-13 | 1 | -1/+7 |
| | | | | | PHPBB3-10307 | ||||
| * | Merge remote-tracking branch 'bantu/ticket/10294' into develop-olympus | Andreas Fischer | 2011-09-06 | 1 | -1/+1 |
| |\ | | | | | | | | | * bantu/ticket/10294: [ticket/10294] Fix sql_affectedrows() in mssqlnative driver. | ||||
| | * | [ticket/10294] Fix sql_affectedrows() in mssqlnative driver. | Andreas Fischer | 2011-07-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | sqlsrv_rows_affected() expects a statement resource, not a connection resource. PHPBB3-10294 | ||||
| * | | Merge remote-tracking branch 'Noxwizard/ticket/10351' into develop-olympus | Andreas Fischer | 2011-09-06 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | * Noxwizard/ticket/10351: [ticket/10351] Fix Oracle's sql_column_remove() | ||||
| | * | | [ticket/10351] Fix Oracle's sql_column_remove() | Patrick Webster | 2011-09-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | The correct syntax is DROP COLUMN. PHPBB3-10351 | ||||
| * | | | [ticket/10352] Add missing break for Oracle's sql_table_drop() | Patrick Webster | 2011-09-04 | 1 | -0/+1 |
| |/ / | | | | | | | PHPBB3-10352 | ||||
| * | | [ticket/10346] Add drop_tables to perform_schema_changes and add tests | Nils Adermann | 2011-08-29 | 1 | -0/+17 |
| |/ | | | | PHPBB3-10346 | ||||
| * | Merge remote-tracking branch 'github-rxu/ticket/10226' into develop-olympus | Nils Adermann | 2011-07-16 | 1 | -1/+17 |
| |\ | | | | | | | | | | | * github-rxu/ticket/10226: [ticket/10226] Use is_numeric() instead of preg_replace() [ticket/10226] Allow mysqli connections via local sockets/pipes | ||||
| | * | [ticket/10226] Use is_numeric() instead of preg_replace() | rxu | 2011-06-21 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10226 | ||||
| | * | [ticket/10226] Allow mysqli connections via local sockets/pipes | rxu | 2011-06-21 | 1 | -1/+17 |
| | | | | | | | | | PHPBB3-10226 | ||||
| * | | [ticket/10267] Call strlen() on $table_prefix for $max_length calculation. | Andreas Fischer | 2011-07-14 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-10267 | ||||
| * | | Merge branch 'prep-release-3.0.9' into develop-olympus | Nils Adermann | 2011-07-06 | 1 | -1/+1 |
| |\ \ | |/ |/| | | | | | | | * 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 | ||||
| | * | [ticket/9859] Changing all phpBB footers to match the new credit line | Yuriy Rusko | 2011-07-06 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-9859 | ||||
| * | | [ticket/10227] Allow persistent connections for mysqli with PHP 5.3.0+ | rxu | 2011-06-19 | 1 | -3/+6 |
| |/ | | | | PHPBB3-10227 | ||||
| * | [ticket/10214] Correct Oracle create table query syntax in db_tools | Nils Adermann | 2011-06-13 | 1 | -2/+2 |
| | | | | | | | | | 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 | ||||
| * | [ticket/9892] Table prefix lengths influence index lengths in db_tools | Nils Adermann | 2011-06-12 | 1 | -5/+9 |
| | | | | | PHPBB3-9892 | ||||
