aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_database_test_connection_manager.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-15/+1
* Merge pull request #4680 from marc1706/ticket/15055Derky2018-01-051-0/+8
|\
| * [ticket/15055] Try using build matrixMarc Alexander2018-01-011-0/+8
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
|/
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-14/+1
* Merge branch '3.1.x'Tristan Darricau2016-01-241-4/+11
|\
| * [ticket/14425] Allow setting unix socket in database testsMarc Alexander2016-01-211-4/+11
* | [ticket/14044] Deduplicate the installersMate Bartus2015-10-221-3/+5
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-1/+1
* | [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-071-2/+6
* | [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-2/+2
|/
* [ticket/13137] Generate the schema when the schema.json file is not availableJoas Schilling2014-10-071-2/+17
* [ticket/12763] Remove empty schema filesJoas Schilling2014-06-231-6/+9
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-34/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-0/+22
* [ticket/12012] Fix docs in connection managerJoas Schilling2014-04-201-1/+3
* [ticket/12012] Handle begin and commit transactions in testsJoas Schilling2014-04-171-1/+14
* [ticket/12282] Update new referencesJoas Schilling2014-04-011-1/+1
* [ticket/11459] Correctly set up the database from schema in unit testsJoas Schilling2014-03-291-3/+20
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-1/+1
|\
| * [ticket/11744] spellingNathaniel Guse2013-07-261-1/+1
* | [ticket/11700] Don't prefix dbms classnames with \Nils Adermann2013-09-161-37/+37
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-34/+34
|/
* Merge branch 'develop-olympus' into developAndreas Fischer2013-06-111-3/+24
|\
| * [ticket/11601] Split post_setup_synchronisation logic from xml parsingJoas Schilling2013-06-111-3/+24
* | Merge branch 'develop-olympus' into developJoas Schilling2013-05-271-0/+14
|\ \ | |/
| * [ticket/11576] MySQL unit tests: Enable STRICT_TRANS_TABLES and others.Andreas Fischer2013-05-271-0/+14
* | [ticket/11547] Add phpbb_db_driver_ prefix to DBMS names.Andreas Fischer2013-05-171-2/+2
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-171-0/+8
|\ \ | |/
| * [ticket/11547] Set MySQL charset to UTF8 in database_test_connection_manager.Andreas Fischer2013-05-171-0/+8
* | [ticket/11295] Correct cases: replace postgres with phpbb_db_driver_postgres.Andreas Fischer2013-01-251-2/+2
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-01-231-0/+23
|\ \ | |/
| * [ticket/11295] Drop tables rather than database for postgres in test suite.Oleg Pudeyev2012-12-261-2/+25
* | [ticket/11268] Delete phpbb_db_driver_mysql4 as there is no such thing.Oleg Pudeyev2012-12-141-1/+0
* | [ticket/11015] Convert database drivers to new spelling in post setup sync.Oleg Pudeyev2012-12-131-2/+2
* | Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-061-0/+107
|\ \ | |/
| * [ticket/11219] Coding guidelines and naming consistency changesPatrick Webster2012-12-051-11/+13
| * [ticket/11219] Only update sequences that are affected by a fixturePatrick Webster2012-12-011-31/+42
| * [ticket/11219] Recreate Oracle sequences instead of altering themPatrick Webster2012-11-201-53/+18
| * [ticket/11219] Update sequence values after loading fixturesPatrick Webster2012-11-181-0/+129
* | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-161-6/+0
|\ \ | |/
| * [ticket/11186] Database unit tests fail on windows using sqlite2Joas Schilling2012-11-101-6/+0
* | [ticket/11015] Fix connection manager db driver selectionIgor Wiedler2012-07-211-9/+9
* | [ticket/11015] Make DBAL classes autoloadableIgor Wiedler2012-07-211-22/+22
|/
* Merge remote-tracking branch 'github-noxwizard/ticket/10678' into develop-oly...Nils Adermann2012-07-171-5/+105
|\
| * [ticket/10678] Add port handling for MSSQL testsPatrick Webster2012-05-081-0/+7
| * [ticket/10678] Rename helper class filePatrick Webster2012-05-081-1/+1
| * [ticket/10678] Lowercase class name, adjust comment widthPatrick Webster2012-05-081-2/+2
| * [ticket/10678] More formatting and docblocksPatrick Webster2012-05-081-3/+3