]> source.dussan.org Git - sonarqube.git/commit
fix type of INTEGER columns on Oracle
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 13 Dec 2016 12:52:23 +0000 (13:52 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 13 Dec 2016 12:52:35 +0000 (13:52 +0100)
commit31ee668ab9f8ed0c998278ceaae422ef91f1b5bf
treed6d107ebf9fbd78dbd9ea11b9e95e839d5a6cd22
parentc05af3a6901ba60c96635c7ec12765009045154d
fix type of INTEGER columns on Oracle

Correct type is NUMBER(38,0) but not INTEGER

Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
sonar-db/src/main/java/org/sonar/db/version/IntegerColumnDef.java
sonar-db/src/test/java/org/sonar/db/version/CreateTableBuilderTest.java
sonar-db/src/test/java/org/sonar/db/version/IntegerColumnDefTest.java