Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | [ticket/9892] column & index name limits, firebird auto increment in db_tools | Nils Adermann | 2011-06-12 | 1 | -1/+27 |
| | | | | | | | | | | | | | | - Column names are limited to 30 characters - Index names are limited to 31 characters. On some dbms the index name contains both table name and actual index name so the limit applies to the sum of the lenghts of table name and index name. - Auto incremented column names are limited to 26 characters to provide an additional 4 characters for sequence names The code for firebird auto increment support using generators/sequences with triggers was copied from create_schema_files.php PHPBB3-9892 | ||||
* | [ticket/9992] Adding a limit on login attempts per IP. | Nils Adermann | 2011-06-10 | 1 | -0/+13 |
| | | | | | | | | | | | | | A new table was created to save all failed login attempts with corresponding information on username, ip and useragent. By default the limit is 50 login attempts within 6 hours per IP. The limit is relatively high to avoid big problems on sites behind a reverse proxy that don't receive the forwarded-for value as REMOTE_ADDR but see all users as coming from the same IP address. But if these users run into problems a special forwarded-for option is available to limit logins by forwarded-for value instead of ip. PHPBB3-9992 | ||||
* | [ticket/9685] Consistently name the new sql_buffer_nested_transactions function | Nils Adermann | 2011-06-02 | 2 | -2/+2 |
| | | | | PHPBB3-9685 | ||||
* | [ticket/10003] Delete EOL at EOF for the benefit of 3.0 modifications. | Oleg Pudeyev | 2011-04-29 | 1 | -1/+1 |
| | | | | PHPBB3-10003 | ||||
* | [ticket/10003] Ported 1802b9ff9286a7fc24493e71b3432816cbdbfcd8 to db_tools. | Oleg Pudeyev | 2011-04-29 | 1 | -2/+2 |
| | | | | | | | Most of it was already in db_tools, these changes could have applied to code that did not exist in db_tools at the time of the commit. PHPBB3-10003 | ||||
* | [ticket/10003] Ported 5553cfc2ed81ba9eb571804c431def962720b39e to db_tools. | Oleg Pudeyev | 2011-04-29 | 1 | -4/+12 |
| | | | | | | The diff in database_update was only partially relevant. PHPBB3-10003 | ||||
* | [ticket/10003] Ported 023760c8b2402418310a3717db8349cac0342e42 to db_tools. | Oleg Pudeyev | 2011-04-29 | 1 | -6/+137 |
| | | | | | | | This was painful. Git wanted to patch hunks in wrong places. Hopefully I got it right. PHPBB3-10003 | ||||
* | [ticket/10003] Ported 54c22ae52a0e18232cac8fed342ea52f2e2a793d to db_tools. | Oleg Pudeyev | 2011-04-29 | 1 | -1/+109 |
| | | | | | | This diff applied cleanly. PHPBB3-10003 |