aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal
Commit message (Expand)AuthorAgeFilesLines
* [feature/sql-bool-builder] Changing syntax pt2. Fix testsbrunoais2015-11-111-20/+38
* Merge pull request #3441 from brunoais/feature/sql-bool-builderTristan Darricau2015-10-142-0/+390
|\
| * [feature/sql-bool-builder] Improved tests output to show the SQL error.brunoais2015-03-171-7/+40
| * [feature/sql-bool-builder] Adding the IS operator to predicted operatorsbrunoais2015-03-171-1/+1
| * [feature/sql-bool-builder] test_single_not_likebrunoais2015-03-161-0/+27
| * [feature/sql-bool-builder] test_single_likebrunoais2015-03-161-0/+25
| * [feature/sql-bool-builder] test_single_not_inbrunoais2015-03-161-0/+26
| * [feature/sql-bool-builder] test_single_inbrunoais2015-03-161-0/+26
| * [feature/sql-bool-builder] test_and_of_or_of_andbrunoais2015-03-161-0/+46
| * [feature/sql-bool-builder] test_triple_and_with_inbrunoais2015-03-161-0/+31
| * [feature/sql-bool-builder] test_double_and_with_not_of_andbrunoais2015-03-161-0/+31
| * [feature/sql-bool-builder] test_triple_and_with_is_nullbrunoais2015-03-161-0/+37
| * [feature/sql-bool-builder] Prepare testing classbrunoais2015-03-162-0/+108
* | Merge branch '3.1.x'Joas Schilling2015-06-092-0/+196
|\ \
| * | [ticket/13779] Add permission set testsrxu2015-06-062-0/+196
* | | [ticket/13777] Fix testsMateBartus2015-05-311-1/+4
* | | [ticket/13782] Rename null driver to dummy for PHP7 compatibilityMarc Alexander2015-05-042-2/+2
* | | [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-1/+3
* | | [ticket/13793] Remove translation on throwing exceptionsMateBartus2015-05-011-2/+0
* | | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-162-2/+4
| |/ |/|
* | [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-073-3/+6
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-1/+1
* | Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-231-0/+7
|\ \ | |/
| * [ticket/13282] Add unit test for adding integer column with default nullMarc Alexander2015-01-221-0/+7
* | Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-201-3/+5
|\ \ | |/
| * [ticket/13489] Fix testsTristan Darricau2015-01-141-3/+5
* | [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-063-6/+6
* | [ticket/13421] Always require the interface when possibleJoas Schilling2014-12-061-1/+1
|/
* [ticket/13064] Revert "[ticket/13064] Validate the migrations provided to ..."Joas Schilling2014-09-171-9/+1
* [ticket/13064] Validate the migrations provided to migrator::set_migrations()Tristan Darricau2014-09-141-1/+9
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-102-2/+2
* Merge pull request #2837 from Geolim4/ticket/12671Joas Schilling2014-08-101-0/+60
|\
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-091-11/+17
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-081-13/+25
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-081-0/+42
* | [ticket/12710] Fix "ORA-00972: identifier is too long [972]" on oracleJoas Schilling2014-08-091-6/+6
|/
* Merge pull request #2651 from nickvergessen/ticket/12448Dhruv Goel2014-07-221-0/+3
|\
| * [ticket/12448] Allow null as default value for columnsJoas Schilling2014-06-251-0/+3
* | [ticket/12812] Remove unused global $db from testsMatt Friedman2014-07-071-3/+1
* | [ticket/12812] Improve migrator config_text tool testsMatt Friedman2014-07-061-2/+2
* | [ticket/12812] Improve migrator config_text tool testsMatt Friedman2014-07-051-3/+1
* | [ticket/12812] Add a migrator tool for config_text database changesMatt Friedman2014-07-052-0/+86
* | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-263-7/+7
|/
* [ticket/12643] Properly handle changing columns on tables with constraintsPatrick Webster2014-06-151-0/+18
* [ticket/12643] Tests dropping similarly named columnsPatrick Webster2014-06-151-0/+11
* Merge pull request #2447 from n-aleha/ticket/11467Joas Schilling2014-05-301-0/+2
|\
| * [ticket/11467] Add user object to extension manager for testsn-aleha2014-05-291-0/+2
* | [ticket/12594] Fix file headers of new filesJoas Schilling2014-05-307-21/+49
|/
* Merge pull request #2474 from PayBas/ticket/12561Joas Schilling2014-05-287-0/+159
|\
| * [ticket/12561] Reworked tests by nickvergessenPayBas2014-05-277-50/+133