aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* [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