aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15055] Start fixing missing keys in fixturesMarc Alexander2018-01-011-0/+6
| | | | PHPBB3-15055
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-241-0/+39
|\ | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14831] Optimize code construction [ticket/14831] Add more tests against UCP modules [ticket/14831] Add more tests, better name for $e placeholder [ticket/14831] Do not throw exception on the module existence checking [ticket/14831] Fix module migrator tool
| * [ticket/14831] Add more tests against UCP modulesrxu2016-10-231-0/+39
| | | | | | | | PHPBB3-14831
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-311-1/+53
|\ \ | |/ | | | | | | Conflicts: phpBB/phpbb/db/migration/tool/module.php
| * [ticket/14703] Add test for the case multiple parent module_langname foundrxu2016-07-241-1/+53
| | | | | | | | PHPBB3-14703
* | Merge pull request #3441 from brunoais/feature/sql-bool-builderTristan Darricau2015-10-141-0/+84
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [feature/sql-bool-builder] Extending DBAL query builder for boolean generation * brunoais/feature/sql-bool-builder: [feature/sql-bool-builder] Improved tests output to show the SQL error. [feature/sql-bool-builder] Adding the IS operator to predicted operators [feature/sql-bool-builder] test_single_not_like [feature/sql-bool-builder] test_single_like [feature/sql-bool-builder] test_single_not_in [feature/sql-bool-builder] test_single_in [feature/sql-bool-builder] test_and_of_or_of_and [feature/sql-bool-builder] test_triple_and_with_in [feature/sql-bool-builder] test_double_and_with_not_of_and [feature/sql-bool-builder] test_triple_and_with_is_null [feature/sql-bool-builder] Prepare testing class [feature/sql-bool-builder] Added LIKE and NOT_LIKE to the comparations [feature/sql-bool-builder] Explain better the code in the first [feature/sql-bool-builder] Also use parenthesis for the NOT operator [feature/sql-bool-builder] AS keyword must be lowercase; [feature/sql-bool-builder] Added code to use this feature for the WHERE clause [feature/sql-bool-builder] Removed non-necessary spaces [feature/sql-bool-builder] First working version
| * [feature/sql-bool-builder] Prepare testing classbrunoais2015-03-161-0/+84
| | | | | | | | PHPBB3-13652
* | [ticket/13779] Add permission set testsrxu2015-06-061-0/+134
|/ | | | PHPBB3-13779
* [ticket/12812] Add a migrator tool for config_text database changesMatt Friedman2014-07-051-0/+7
| | | | PHPBB3-12812
* [ticket/12594] Replace phpBB Group with phpBB LimitedYuriy Rusko2014-05-281-3/+3
| | | | PHPBB3-12594
* [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-062-16/+0
| | | | PHPBB3-12115
* [feature/migrations] Store depends on in the database (serialized)Nathan Guse2013-01-101-0/+2
| | | | | | | | | | | | | | This is required so that when migrations are reverted we can check through all installed migrations and make sure that all dependencies are handled properly and so that we are only required to load the migrations files that could be dependent on the ones installed. I believe in normal proper use the old way might have worked, but in case something happens and an unrelated migration file is installed, but cannot be loaded, this makes sure we do not stop everything unless we absolutely must (one of those files is dependent on something we want to revert). PHPBB3-9737
* [feature/migrations] Migrations now somewhat worksNathan Guse2013-01-092-0/+73
| | | | PHPBB3-9737
* [feature/migrations] Basic migrations with schema and data changesNils Adermann2013-01-091-0/+27
| | | | | | | | The migrator takes care of applying migrations as necessary. RFC: http://area51.phpbb.com/phpBB/viewtopic.php?f=84&t=41337 PHPBB3-9737
* [feature/merging-style-components] Adjusting unit testsVjacheslav Trushkin2012-03-141-8/+16
| | | | | | Adjusting unit tests for new styles table structure PHPBB3-10632
* [ticket/10507] develop does not have imagesets, fix lower test.Oleg Pudeyev2011-12-241-4/+0
| | | | PHPBB3-10507
* [ticket/10507] DBAL unit testVjacheslav Trushkin2011-12-151-0/+39
| | | | | | Unit test for ORDER BY LOWER(style_name) PHPBB3-10507
* [ticket/10483] Fix test suite when running with MySQL strict modeIgor Wiedler2011-11-212-0/+32
| | | | PHPBB3-10483
* [ticket/10296] Add unit test for CROSS JOIN with INNER JOINJoas Schilling2011-11-151-0/+43
| | | | PHPBB3-10296
* [task/mssql-db-tests] Split up database tests into SELECT and write operationsNils Adermann2010-10-251-0/+18
| | | | | | | SELECT is based on the user table fixture, write (INSERT/UPDATE/DELETE) is tested using the config table fixture. PHPBB3-9868
* [feature/dbal-tests] Fix whitespace and line endings.Nils Adermann2010-04-011-19/+19
|
* [feature/dbal-tests] Tests for $db->sql_query_limit()Joas Schilling2010-03-261-0/+4
|
* [feature/dbal-tests] Added tests for dbal fetchrow and fetchfield.Joas Schilling2010-03-261-0/+15