aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/auto_increment_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-2/+2
| | | | PHPBB3-14948
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
| | | | PHPBB3-14576
* [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-071-1/+2
| | | | PHPBB3-10748
* [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-1/+1
| | | | PHPBB3-13421
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-141-1/+0
| | | | PHPBB3-11696
* [ticket/10887] Add spaces.Oleg Pudeyev2012-05-111-1/+1
| | | | PHPBB3-10887
* [ticket/10887] Split auto increment test from db tools test.Oleg Pudeyev2012-05-101-0/+100
Auto increment test does not need any particular columns and should not depend, in particular, on correct handling of binary data. This commit moves auto increment test into its own file and gives it its own table with a simple schema. PHPBB3-10887