aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/db_tools_test.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-2/+2
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-8/+8
* [ticket/15055] Properly support index length check on mssqlMarc Alexander2018-01-011-7/+17
* [ticket/15055] Support console questions on windowsMarc Alexander2018-01-011-4/+0
* [ticket/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-011-1/+4
* [ticket/15055] Drop primary keys when necessary and fix test comparisonsMarc Alexander2018-01-011-1/+8
* [ticket/15259] Fatal error on SQLite/Oracle database updatelavigor2017-07-061-0/+37
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
* [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-071-1/+2
* 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
* | [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-4/+4
* | [ticket/13421] Always require the interface when possibleJoas Schilling2014-12-061-1/+1
|/
* [ticket/12710] Fix "ORA-00972: identifier is too long [972]" on oracleJoas Schilling2014-08-091-6/+6
* [ticket/12448] Allow null as default value for columnsJoas Schilling2014-06-251-0/+3
* [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
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12012] Add a unit test for removing a column with indexesJoas Schilling2014-04-171-0/+22
* [ticket/12012] Add a unit test for changing the column typeJoas Schilling2014-04-171-2/+30
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-3/+3
* [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-141-1/+0
* [ticket/10907] Mark (var)binary tests as incomplete on non-MySQL DBMSes.Andreas Fischer2012-05-221-0/+5
* [ticket/10889] Make default value for c_char_size a CHAR(4) as defined.Andreas Fischer2012-05-111-1/+1
* [ticket/10887] Split auto increment test from db tools test.Oleg Pudeyev2012-05-101-45/+0
* [ticket/10774] Add unit tests for UNIQUE index existence and creation.Andreas Fischer2012-04-101-0/+11
* [ticket/9916] Updating License in the headerUnknown2012-01-021-1/+1
* 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/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