aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/version/AddColumnsBuilderTest.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8445 move def and sql builder classes to sonar-db-migrationSébastien Lesaint2016-12-161-90/+0
|
* SONAR-8533 Force unit CHAR on VARCHAR columns on OracleSimon Brandhof2016-12-131-1/+1
| | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* SONAR-5471 support default value in boolean and varchar columnsSimon Brandhof2016-12-121-7/+14
|
* SONAR-8025 rename BigDecimalColumnDef to BigIntegerColumnDefSébastien Lesaint2016-09-161-1/+1
|
* SONAR-7627 Charset of SQLServer NVARCHAR columns is badly enforced to Latin1Simon Brandhof2016-05-101-1/+1
|
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
|
* SONAR-6884 Create and update columns on MsSQL with collationJulien Lancelot2015-12-031-1/+1
|
* SONAR-6884 Rename StringColumnDef to VarcharColumnDefJulien Lancelot2015-12-031-3/+2
|
* Replace VARCHAR by NVARCHAR on MsSQLSimon Brandhof2015-10-121-1/+1
|
* SONAR-6840 Replace ColumnDef by buildersJulien Lancelot2015-09-181-24/+8
|
* SONAR-6840 Extract ColumnDef from AddColumnsBuilderJulien Lancelot2015-09-181-78/+42
| | | | And add a check when no column has been defined
* Move Java db migrations from sonar-server to sonar-dbSimon Brandhof2015-07-171-0/+136