aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-10-131-1/+17
|\ \ | |/ | | | | | | | | * develop-olympus: [ticket/10307] Add a test for PHPBB3-10307 [ticket/10307] Return false in mysqli sql_fetchrow on empty result
| * [ticket/10307] Add a test for PHPBB3-10307Igor Wiedler2011-10-131-1/+17
| | | | | | | | PHPBB3-10307
* | Merge branch 'develop-olympus' into developJoas Schilling2011-08-291-0/+60
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10346] Add drop_tables to perform_schema_changes and add tests
| * [ticket/10346] Add drop_tables to perform_schema_changes and add testsNils Adermann2011-08-291-0/+60
| | | | | | | | PHPBB3-10346
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-07-051-1/+9
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * 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
| * [ticket/10247] Add a db_tools test for the removal of a primary key column.Nils Adermann2011-07-031-1/+9
| | | | | | | | | | | | | | The previous drop column test already deleted the primary key, so that one was replaced with an ordinary column. PHPBB3-10247
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-121-0/+268
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * [ticket/9892] Correct copyright yearNils Adermann2011-06-121-1/+1
| | | | | | | | PHPBB3-9892
| * [ticket/9892] Remove incorrect use of camel caseNils Adermann2011-06-121-2/+2
| | | | | | | | PHPBB3-9892
| * [ticket/9892] Adding a number of tests for db_toolsNils Adermann2011-06-121-0/+268
| | | | | | | | | | | | | | | | | | | | The test creates a table and runs a number of queries on it to judge whether the selected column types can hold the data they are expected to contain. Additional test methods check the auto increment feature and a few of the basic commands of db_tools. This is only a starting point. Plenty more tests need to be added. PHPBB3-9892
* | [ticket/10198] Test if schema allows reading & writing multibyte config valuesNils Adermann2011-06-101-0/+38
|/ | | | PHPBB3-10198
* [ticket/9685] Test for databases that are able to nest transactionsNils Adermann2011-06-021-0/+24
| | | | | | | | | 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
* [ticket/10011] Tests don't work on PHP < 5.3Erik Frèrejean2011-01-312-2/+2
| | | | | | | | 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
* [ticket/9987] Rename test files to include a _test suffixIgor Wiedler2011-01-102-0/+0
| | | | PHPBB3-9987
* [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-043-46/+2
| | | | PHPBB3-9967
* [task/mssql-db-tests] Split up database tests into SELECT and write operationsNils Adermann2010-10-254-173/+195
| | | | | | | SELECT is based on the user table fixture, write (INSERT/UPDATE/DELETE) is tested using the config table fixture. PHPBB3-9868
* [ticket/9592] Remove test cases for empty IN()Igor Wiedler2010-09-121-2/+3
| | | | | | They failed under SQLite because SQLite accepts empty IN() syntax. PHPBB3-9592
* [feature/dbal-tests] Follow the coding guidelines and ...Joas Schilling2010-06-171-50/+88
| | | | | | resolved a bug caused by a missing order-by. PHPBB3-9625
* [feature/dbal-tests] Update dataJoas Schilling2010-06-171-0/+42
| | | | PHPBB3-9625
* [feature/dbal-tests] Multi insertJoas Schilling2010-06-171-0/+26
| | | | PHPBB3-9625
* [feature/dbal-tests] Delete dataJoas Schilling2010-06-171-0/+30
| | | | PHPBB3-9625
* [feature/dbal-tests] Insert dataJoas Schilling2010-06-171-0/+34
| | | | PHPBB3-9625
* [feature/dbal-tests] Fix SQL-ERROR: invalid input syntax for integer: ""Joas Schilling2010-06-171-16/+8
| | | | PHPBB3-9625
* [feature/dbal-tests] Fix whitespace and line endings.Nils Adermann2010-04-011-19/+19
|
* [feature/dbal-tests] Make some tests for build_array_data on SELECTJoas Schilling2010-03-271-3/+46
|
* [feature/dbal-tests] Make some tests for return_on_error on SELECT-queriesJoas Schilling2010-03-261-8/+208
|
* [feature/dbal-tests] Tests for $db->sql_query_limit()Joas Schilling2010-03-262-1/+47
|
* [feature/dbal-tests] Added tests for dbal fetchrow and fetchfield.Joas Schilling2010-03-263-0/+98