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 | -580/+0 |
| | |||||
* | SONAR-5471 fix type of INTEGER columns on Oracle | Simon Brandhof | 2016-12-13 | 1 | -1/+1 |
| | | | | | | Correct type is NUMBER(38,0) but not INTEGER Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | ||||
* | SONAR-5471 Auto-incremented ID must start with 1 on all DB | Simon Brandhof | 2016-12-13 | 1 | -3/+3 |
| | | | | | | | - H2 was 1 in schema-h2.ddl but 0 in CreateTableBuilder - MSSQL was 1 in ruby but 0 in CreateTableBuilder 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 | -0/+64 |
| | |||||
* | SONAR-5471 share validations of index/table/constraint names | Simon Brandhof | 2016-12-12 | 1 | -6/+6 |
| | |||||
* | SONAR-8094 remove create table on Oracle with SECUREFILE clause | Sébastien Lesaint | 2016-09-19 | 1 | -54/+0 |
| | |||||
* | SONAR-8025 create MySQL table with hardcoded Engine,Charset&Collation | Sébastien Lesaint | 2016-09-16 | 1 | -185/+195 |
| | |||||
* | SONAR-8025 strengthen name checks in CreateTableBuilder | Sébastien Lesaint | 2016-09-16 | 1 | -186/+299 |
| | |||||
* | SONAR-8025 add support for autoincrement column to CreateTableBuilder | Sébastien Lesaint | 2016-09-16 | 1 | -5/+144 |
| | |||||
* | SONAR-8025 add LOB storage clause to CreateTableBuilder for Oracle | Sébastien Lesaint | 2016-09-16 | 1 | -1/+58 |
| | |||||
* | SONAR-8025 add CreateTableBuilder | Sébastien Lesaint | 2016-09-16 | 1 | -0/+251 |