aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11644] Skip phpbb_dbal_order_lower_test on MySQL 5.6Igor Wiedler2013-07-111-1/+6
* [ticket/11575] Correct test_cross_join() to test_order_lower().Andreas Fischer2013-05-271-1/+1
* Merge remote-tracking branch 'p/ticket/10205' into develop-olympusAndreas Fischer2012-12-081-0/+43
|\
| * [ticket/10205] Cosmetic changes.Oleg Pudeyev2012-12-041-1/+2
| * [ticket/10205] Delete stray return.Oleg Pudeyev2012-12-041-2/+0
| * [ticket/10205] Test failed connection attempts.Oleg Pudeyev2012-12-041-0/+44
* | [ticket/11219] Coding guidelines and naming consistency changesPatrick Webster2012-12-051-1/+1
* | [ticket/11219] Add unit test for inserting into a sequence columnJoas Schilling2012-11-191-0/+55
|/
* [ticket/11159] static public is the currently approved order.Oleg Pudeyev2012-11-062-10/+10
* [ticket/10907] Mark (var)binary tests as incomplete on non-MySQL DBMSes.Andreas Fischer2012-05-221-0/+5
* [ticket/10890] Fix test_sql_fetchrow_returns_false_when_empty() on MS and ORA.Andreas Fischer2012-05-221-1/+3
* [ticket/10889] Make default value for c_char_size a CHAR(4) as defined.Andreas Fischer2012-05-111-1/+1
* [ticket/10887] Add spaces.Oleg Pudeyev2012-05-111-1/+1
* [ticket/10887] Split auto increment test from db tools test.Oleg Pudeyev2012-05-102-45/+100
* [ticket/10858] Tests for row seeking with fetchfield()Patrick Webster2012-05-081-0/+26
* [ticket/10774] Add unit tests for UNIQUE index existence and creation.Andreas Fischer2012-04-101-0/+11
* [ticket/10653] Fix parameter to substr() in unit tests. Should be 1, not -1.Andreas Fischer2012-03-041-1/+1
* [ticket/10653] Unit tests for get_row_count() and get_estimated_row_count().Andreas Fischer2012-03-041-0/+25
* [ticket/9916] Updating License in the headerUnknown2012-01-025-5/+5
* [ticket/10507] DBAL unit testVjacheslav Trushkin2011-12-152-0/+101
* [ticket/10483] Fix test suite when running with MySQL strict modeIgor Wiedler2011-11-212-0/+32
* [ticket/10296] Add unit test for CROSS JOIN with INNER JOINJoas Schilling2011-11-152-0/+98
* 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
* | [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
|/
* [ticket/10327] Change CREATE INDEX to ALTER TABLE table ADD INDEX for MySQL.Andreas Fischer2011-10-141-0/+18
* [ticket/10307] Add a test for PHPBB3-10307Igor Wiedler2011-10-131-1/+17
* [ticket/10346] Add drop_tables to perform_schema_changes and add testsNils Adermann2011-08-291-0/+60
* [ticket/10247] Add a db_tools test for the removal of a primary key column.Nils Adermann2011-07-031-1/+9
* [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/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