aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/dbal.php
Commit message (Collapse)AuthorAgeFilesLines
* [task/mssql-db-tests] Split up database tests into SELECT and write operationsNils Adermann2010-10-251-491/+0
| | | | | | | SELECT is based on the user table fixture, write (INSERT/UPDATE/DELETE) is tested using the config table fixture. PHPBB3-9868
* [ticket/9592] Remove test cases for empty IN()Igor Wiedler2010-09-121-2/+3
| | | | | | They failed under SQLite because SQLite accepts empty IN() syntax. PHPBB3-9592
* [feature/dbal-tests] Follow the coding guidelines and ...Joas Schilling2010-06-171-50/+88
| | | | | | resolved a bug caused by a missing order-by. PHPBB3-9625
* [feature/dbal-tests] Update dataJoas Schilling2010-06-171-0/+42
| | | | PHPBB3-9625
* [feature/dbal-tests] Multi insertJoas Schilling2010-06-171-0/+26
| | | | PHPBB3-9625
* [feature/dbal-tests] Delete dataJoas Schilling2010-06-171-0/+30
| | | | PHPBB3-9625
* [feature/dbal-tests] Insert dataJoas Schilling2010-06-171-0/+34
| | | | PHPBB3-9625
* [feature/dbal-tests] Fix SQL-ERROR: invalid input syntax for integer: ""Joas Schilling2010-06-171-16/+8
| | | | PHPBB3-9625
* [feature/dbal-tests] Make some tests for build_array_data on SELECTJoas Schilling2010-03-271-3/+46
|
* [feature/dbal-tests] Make some tests for return_on_error on SELECT-queriesJoas Schilling2010-03-261-8/+208
|
* [feature/dbal-tests] Tests for $db->sql_query_limit()Joas Schilling2010-03-261-1/+43
|
* [feature/dbal-tests] Added tests for dbal fetchrow and fetchfield.Joas Schilling2010-03-261-0/+43