aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/order_lower_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-1/+1
| | | | PHPBB3-12446
* [ticket/12594] Replace phpBB Group with phpBB LimitedYuriy Rusko2014-05-281-3/+3
| | | | PHPBB3-12594
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* Merge branch 'develop-olympus' into developNathaniel Guse2013-07-111-1/+6
|\ | | | | | | | | | | | | # By Igor Wiedler # Via Igor Wiedler (1) and Nathaniel Guse (1) * develop-olympus: [ticket/11644] Skip phpbb_dbal_order_lower_test on MySQL 5.6
| * [ticket/11644] Skip phpbb_dbal_order_lower_test on MySQL 5.6Igor Wiedler2013-07-111-1/+6
| | | | | | | | PHPBB3-11644
| * [ticket/11575] Correct test_cross_join() to test_order_lower().Andreas Fischer2013-05-271-1/+1
| | | | | | | | | | | | This test does not do any cross joining, it only tests ORDER BY LOWER(...). PHPBB3-11575
* | [ticket/10942] Fix function name on order_lower_test.phpJoas Schilling2012-06-201-1/+1
| | | | | | | | PHPBB3-10942
* | [feature/merging-style-components] Adjusting unit testsVjacheslav Trushkin2012-03-141-6/+12
| | | | | | | | | | | | Adjusting unit tests for new styles table structure PHPBB3-10632
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-01-021-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9916] Changing header in non-distributed files [ticket/9916] Changing coding guidelines license [ticket/9916] Updating License in the header Conflicts: tests/mock/cache.php
| * [ticket/9916] Updating License in the headerUnknown2012-01-021-1/+1
| | | | | | | | PHPBB3-9916
* | [ticket/10507] develop does not have imagesets, fix lower test.Oleg Pudeyev2011-12-241-3/+0
|/ | | | PHPBB3-10507
* [ticket/10507] DBAL unit testVjacheslav Trushkin2011-12-151-0/+62
Unit test for ORDER BY LOWER(style_name) PHPBB3-10507