Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-8445 move def and sql builder classes to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 1 | -165/+0 |
| | |||||
* | SONAR-8533 Force unit CHAR on VARCHAR columns on Oracle | Simon Brandhof | 2016-12-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | ||||
* | SONAR-5471 support default value in boolean and varchar columns | Simon Brandhof | 2016-12-12 | 1 | -1/+21 |
| | |||||
* | DB migration: make alter column re-entrant on Oracle | Sébastien Lesaint | 2016-06-13 | 1 | -3/+9 |
| | | | | | this is achieved by handling errors ORA-01451 and ORA-01442 when statement is executed and executing it again without the confliction NULL or NOT NULL also, altering multiple columns in the same statement on Oracle had to be removed to ensure correct handling of these errors | ||||
* | rename AlterColumnsTypeBuilder to AlterColumnsBuilder | Sébastien Lesaint | 2016-06-13 | 1 | -0/+139 |
| | |||||
* | SONAR-6884 Take into account nullable information when updating a column | Julien Lancelot | 2015-12-03 | 1 | -96/+0 |
| | |||||
* | SONAR-6884 Rename StringColumnDef to VarcharColumnDef | Julien Lancelot | 2015-12-03 | 1 | -4/+3 |
| | |||||
* | Replace VARCHAR by NVARCHAR on MsSQL | Simon Brandhof | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | SONAR-6840 Group migrations touching same table | Julien Lancelot | 2015-09-18 | 1 | -0/+97 |
Migrations that are done on the same table are now executed with only one SQL query |