aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/version/CreateTableBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8445 move def and sql builder classes to sonar-db-migrationSébastien Lesaint2016-12-161-279/+0
* SONAR-5471 Auto-incremented ID must start with 1 on all DBSimon Brandhof2016-12-131-2/+2
* SONAR-5471 add RenameTableBuilderSimon Brandhof2016-12-121-2/+2
* SONAR-5471 support default value in boolean and varchar columnsSimon Brandhof2016-12-121-0/+17
* SONAR-5471 share validations of index/table/constraint namesSimon Brandhof2016-12-121-14/+13
* SONAR-8094 remove create table on Oracle with SECUREFILE clauseSébastien Lesaint2016-09-191-17/+0
* SONAR-8025 minor internal refacto of CreateTableBuilderSébastien Lesaint2016-09-161-14/+14
* SONAR-8025 create MySQL table with hardcoded Engine,Charset&CollationSébastien Lesaint2016-09-161-24/+31
* SONAR-8025 improve column name checks + factor with table name checkSébastien Lesaint2016-09-161-23/+3
* SONAR-8025 strengthen name checks in CreateTableBuilderSébastien Lesaint2016-09-161-2/+26
* SONAR-8025 add support for autoincrement column to CreateTableBuilderSébastien Lesaint2016-09-161-7/+118
* SONAR-8025 add LOB storage clause to CreateTableBuilder for OracleSébastien Lesaint2016-09-161-1/+20
* SONAR-8025 add CreateTableBuilderSébastien Lesaint2016-09-161-0/+139