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