aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/version/IntegerColumnDef.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8445 move def and sql builder classes to sonar-db-migrationSébastien Lesaint2016-12-161-89/+0
* SONAR-5471 fix type of INTEGER columns on OracleSimon Brandhof2016-12-131-1/+2
* Fix Quality flawsSimon Brandhof2016-12-131-0/+2
* SONAR-5471 ability to have DEFAULT values on INT columnsSimon Brandhof2016-12-131-2/+9
* SONAR-5471 support default value in boolean and varchar columnsSimon Brandhof2016-12-121-1/+1
* SONAR-8025 improve column name checks + factor with table name checkSébastien Lesaint2016-09-161-1/+1
* SONAR-8025 add IntegerColumnDefSébastien Lesaint2016-09-161-0/+79