Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [task/mssql-db-tests] Split up database tests into SELECT and write operations | Nils Adermann | 2010-10-25 | 1 | -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 Wiedler | 2010-09-12 | 1 | -2/+3 |
| | | | | | | They failed under SQLite because SQLite accepts empty IN() syntax. PHPBB3-9592 | ||||
* | [feature/dbal-tests] Follow the coding guidelines and ... | Joas Schilling | 2010-06-17 | 1 | -50/+88 |
| | | | | | | resolved a bug caused by a missing order-by. PHPBB3-9625 | ||||
* | [feature/dbal-tests] Update data | Joas Schilling | 2010-06-17 | 1 | -0/+42 |
| | | | | PHPBB3-9625 | ||||
* | [feature/dbal-tests] Multi insert | Joas Schilling | 2010-06-17 | 1 | -0/+26 |
| | | | | PHPBB3-9625 | ||||
* | [feature/dbal-tests] Delete data | Joas Schilling | 2010-06-17 | 1 | -0/+30 |
| | | | | PHPBB3-9625 | ||||
* | [feature/dbal-tests] Insert data | Joas Schilling | 2010-06-17 | 1 | -0/+34 |
| | | | | PHPBB3-9625 | ||||
* | [feature/dbal-tests] Fix SQL-ERROR: invalid input syntax for integer: "" | Joas Schilling | 2010-06-17 | 1 | -16/+8 |
| | | | | PHPBB3-9625 | ||||
* | [feature/dbal-tests] Make some tests for build_array_data on SELECT | Joas Schilling | 2010-03-27 | 1 | -3/+46 |
| | |||||
* | [feature/dbal-tests] Make some tests for return_on_error on SELECT-queries | Joas Schilling | 2010-03-26 | 1 | -8/+208 |
| | |||||
* | [feature/dbal-tests] Tests for $db->sql_query_limit() | Joas Schilling | 2010-03-26 | 1 | -1/+43 |
| | |||||
* | [feature/dbal-tests] Added tests for dbal fetchrow and fetchfield. | Joas Schilling | 2010-03-26 | 1 | -0/+43 |