| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/12643] Properly handle changing columns on tables with constraints | Patrick Webster | 2014-06-15 | 1 | -0/+18 |
* | [ticket/12643] Tests dropping similarly named columns | Patrick Webster | 2014-06-15 | 1 | -0/+11 |
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
* | [ticket/12012] Add a unit test for removing a column with indexes | Joas Schilling | 2014-04-17 | 1 | -0/+22 |
* | [ticket/12012] Add a unit test for changing the column type | Joas Schilling | 2014-04-17 | 1 | -2/+30 |
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -3/+3 |
* | [ticket/11696] Rename db_tools.php so it can be autoloaded | Joas Schilling | 2013-07-14 | 1 | -1/+0 |
* | [ticket/10907] Mark (var)binary tests as incomplete on non-MySQL DBMSes. | Andreas Fischer | 2012-05-22 | 1 | -0/+5 |
* | [ticket/10889] Make default value for c_char_size a CHAR(4) as defined. | Andreas Fischer | 2012-05-11 | 1 | -1/+1 |
* | [ticket/10887] Split auto increment test from db tools test. | Oleg Pudeyev | 2012-05-10 | 1 | -45/+0 |
* | [ticket/10774] Add unit tests for UNIQUE index existence and creation. | Andreas Fischer | 2012-04-10 | 1 | -0/+11 |
* | [ticket/9916] Updating License in the header | Unknown | 2012-01-02 | 1 | -1/+1 |
* | Merge remote-tracking branch 'bantu/ticket/10327' into develop-olympus | Igor Wiedler | 2011-10-14 | 1 | -10/+3 |
|\ |
|
| * | [ticket/10327] Use $this->tools instead of creating a new instance of db_tools. | Andreas Fischer | 2011-10-14 | 1 | -10/+3 |
* | | [ticket/8240] Add ability to get a list of columns of a tables to db_tools. | Andreas Fischer | 2011-10-14 | 1 | -0/+8 |
* | | [ticket/8240] Add ability to get a list of tables to db_tools. | Andreas Fischer | 2011-10-14 | 1 | -0/+7 |
|/ |
|
* | [ticket/10327] Change CREATE INDEX to ALTER TABLE table ADD INDEX for MySQL. | Andreas Fischer | 2011-10-14 | 1 | -0/+18 |
* | [ticket/10346] Add drop_tables to perform_schema_changes and add tests | Nils Adermann | 2011-08-29 | 1 | -0/+60 |
* | [ticket/10247] Add a db_tools test for the removal of a primary key column. | Nils Adermann | 2011-07-03 | 1 | -1/+9 |
* | [ticket/9892] Correct copyright year | Nils Adermann | 2011-06-12 | 1 | -1/+1 |
* | [ticket/9892] Remove incorrect use of camel case | Nils Adermann | 2011-06-12 | 1 | -2/+2 |
* | [ticket/9892] Adding a number of tests for db_tools | Nils Adermann | 2011-06-12 | 1 | -0/+268 |