diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-10-28 12:23:19 +0400 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-10-31 20:18:21 +0400 |
commit | 6e9ec5e893b586d1e7e92d00c30d5a2111ef5e05 (patch) | |
tree | 26c1332e7dbe8d2ec952b9f821588667d77ca1f5 /sonar-batch | |
parent | 862ef49b779d110ceae531cfe3cf42b6038601ff (diff) | |
download | sonarqube-6e9ec5e893b586d1e7e92d00c30d5a2111ef5e05.tar.gz sonarqube-6e9ec5e893b586d1e7e92d00c30d5a2111ef5e05.zip |
SONAR-2956 Support Boolean type with Derby
- Change DDL to use BOOLEAN instead of SMALLINT
- Modify Hibernate dialect
- Modify activerecord-jdbc-adapter
(ideas were taken from arjdbc/postgresql/adapter.rb)
- Use Derby for unit tests instead of HSQL and fix incorrect tests
Diffstat (limited to 'sonar-batch')
-rw-r--r-- | sonar-batch/src/test/resources/org/sonar/batch/phases/UpdateStatusJobTest/shouldNotEnableSnapshotWhenNotLatest.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sonar-batch/src/test/resources/org/sonar/batch/phases/UpdateStatusJobTest/shouldNotEnableSnapshotWhenNotLatest.xml b/sonar-batch/src/test/resources/org/sonar/batch/phases/UpdateStatusJobTest/shouldNotEnableSnapshotWhenNotLatest.xml index 2315b5d8d6a..c2f25d53f5b 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/phases/UpdateStatusJobTest/shouldNotEnableSnapshotWhenNotLatest.xml +++ b/sonar-batch/src/test/resources/org/sonar/batch/phases/UpdateStatusJobTest/shouldNotEnableSnapshotWhenNotLatest.xml @@ -30,28 +30,28 @@ <!-- the snapshot to process : before last snapshot --> <snapshots period1_mode="[null]" period1_param="[null]" period1_date="[null]" period2_mode="[null]" period2_param="[null]" period2_date="[null]" period3_mode="[null]" period3_param="[null]" period3_date="[null]" period4_mode="[null]" period4_param="[null]" period4_date="[null]" period5_mode="[null]" period5_param="[null]" period5_date="[null]" depth="[null]" id="6" scope="PRJ" qualifier="TRK" created_at="2005-10-01 00:00:00.00" version="[null]" project_id="1" - parent_snapshot_id="[null]" root_project_id="[null]" root_snapshot_id="[null]" status="[null]" + parent_snapshot_id="[null]" root_project_id="[null]" root_snapshot_id="[null]" status="U" islast="false" path="[null]"/> <snapshots period1_mode="[null]" period1_param="[null]" period1_date="[null]" period2_mode="[null]" period2_param="[null]" period2_date="[null]" period3_mode="[null]" period3_param="[null]" period3_date="[null]" period4_mode="[null]" period4_param="[null]" period4_date="[null]" period5_mode="[null]" period5_param="[null]" period5_date="[null]" depth="[null]" id="7" scope="PRJ" qualifier="TRK" created_at="2005-10-01 00:00:00.00" version="[null]" project_id="2" - parent_snapshot_id="6" root_project_id="[null]" root_snapshot_id="6" status="[null]" islast="false" + parent_snapshot_id="6" root_project_id="[null]" root_snapshot_id="6" status="U" islast="false" path="[null]"/> <snapshots period1_mode="[null]" period1_param="[null]" period1_date="[null]" period2_mode="[null]" period2_param="[null]" period2_date="[null]" period3_mode="[null]" period3_param="[null]" period3_date="[null]" period4_mode="[null]" period4_param="[null]" period4_date="[null]" period5_mode="[null]" period5_param="[null]" period5_date="[null]" depth="[null]" id="8" scope="DIR" qualifier="PAC" created_at="2005-10-01 00:00:00.00" version="[null]" project_id="3" - parent_snapshot_id="7" root_project_id="[null]" root_snapshot_id="6" status="[null]" islast="false" + parent_snapshot_id="7" root_project_id="[null]" root_snapshot_id="6" status="U" islast="false" path="[null]"/> <snapshots period1_mode="[null]" period1_param="[null]" period1_date="[null]" period2_mode="[null]" period2_param="[null]" period2_date="[null]" period3_mode="[null]" period3_param="[null]" period3_date="[null]" period4_mode="[null]" period4_param="[null]" period4_date="[null]" period5_mode="[null]" period5_param="[null]" period5_date="[null]" depth="[null]" id="9" scope="FIL" qualifier="CLA" created_at="2005-10-01 00:00:00.00" version="[null]" project_id="4" - parent_snapshot_id="8" root_project_id="[null]" root_snapshot_id="6" status="[null]" islast="false" + parent_snapshot_id="8" root_project_id="[null]" root_snapshot_id="6" status="U" islast="false" path="[null]"/> <snapshots period1_mode="[null]" period1_param="[null]" period1_date="[null]" period2_mode="[null]" period2_param="[null]" period2_date="[null]" period3_mode="[null]" period3_param="[null]" period3_date="[null]" period4_mode="[null]" period4_param="[null]" period4_date="[null]" period5_mode="[null]" period5_param="[null]" period5_date="[null]" depth="[null]" id="10" scope="FIL" qualifier="CLA" created_at="2005-10-01 00:00:00.00" version="[null]" project_id="5" - parent_snapshot_id="9" root_project_id="[null]" root_snapshot_id="6" status="[null]" islast="false" + parent_snapshot_id="9" root_project_id="[null]" root_snapshot_id="6" status="U" islast="false" path="[null]"/> |