aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developIgor Wiedler2011-10-141-10/+3
|\
| * Merge remote-tracking branch 'bantu/ticket/10327' into develop-olympusIgor Wiedler2011-10-141-10/+3
| |\
| | * [ticket/10327] Use $this->tools instead of creating a new instance of db_tools.Andreas Fischer2011-10-141-10/+3
* | | Merge branch 'develop-olympus' into developNils Adermann2011-10-141-0/+15
|\ \ \ | |/ /
| * | [ticket/8240] Add ability to get a list of columns of a tables to db_tools.Andreas Fischer2011-10-141-0/+8
| * | [ticket/8240] Add ability to get a list of tables to db_tools.Andreas Fischer2011-10-141-0/+7
| |/
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-10-141-0/+18
|\ \ | |/
| * [ticket/10327] Change CREATE INDEX to ALTER TABLE table ADD INDEX for MySQL.Andreas Fischer2011-10-141-0/+18
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-10-131-1/+17
|\ \ | |/
| * [ticket/10307] Add a test for PHPBB3-10307Igor Wiedler2011-10-131-1/+17
* | Merge branch 'develop-olympus' into developJoas Schilling2011-08-291-0/+60
|\ \ | |/
| * [ticket/10346] Add drop_tables to perform_schema_changes and add testsNils Adermann2011-08-291-0/+60
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-07-051-1/+9
|\ \ | |/
| * [ticket/10247] Add a db_tools test for the removal of a primary key column.Nils Adermann2011-07-031-1/+9
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-121-0/+268
|\ \ | |/
| * [ticket/9892] Correct copyright yearNils Adermann2011-06-121-1/+1
| * [ticket/9892] Remove incorrect use of camel caseNils Adermann2011-06-121-2/+2
| * [ticket/9892] Adding a number of tests for db_toolsNils Adermann2011-06-121-0/+268
* | [ticket/10198] Test if schema allows reading & writing multibyte config valuesNils Adermann2011-06-101-0/+38
|/
* [ticket/9685] Test for databases that are able to nest transactionsNils Adermann2011-06-021-0/+24
* [ticket/10011] Tests don't work on PHP < 5.3Erik Frèrejean2011-01-312-2/+2
* [ticket/9987] Rename test files to include a _test suffixIgor Wiedler2011-01-102-0/+0
* [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-043-46/+2
* [task/mssql-db-tests] Split up database tests into SELECT and write operationsNils Adermann2010-10-254-173/+195
* [ticket/9592] Remove test cases for empty IN()Igor Wiedler2010-09-121-2/+3
* [feature/dbal-tests] Follow the coding guidelines and ...Joas Schilling2010-06-171-50/+88
* [feature/dbal-tests] Update dataJoas Schilling2010-06-171-0/+42
* [feature/dbal-tests] Multi insertJoas Schilling2010-06-171-0/+26
* [feature/dbal-tests] Delete dataJoas Schilling2010-06-171-0/+30
* [feature/dbal-tests] Insert dataJoas Schilling2010-06-171-0/+34
* [feature/dbal-tests] Fix SQL-ERROR: invalid input syntax for integer: ""Joas Schilling2010-06-171-16/+8
* [feature/dbal-tests] Fix whitespace and line endings.Nils Adermann2010-04-011-19/+19
* [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-262-1/+47
* [feature/dbal-tests] Added tests for dbal fetchrow and fetchfield.Joas Schilling2010-03-263-0/+98