Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Revert "SELECT DISTINCT on CLOBs breaks Oracle support"
Browse files Browse the repository at this point in the history
This reverts commit f0a306a.

refs #3965
  • Loading branch information
lazyfrosch committed Apr 21, 2013
1 parent 95beee9 commit db11592
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/modules/Api/config/views/histories.xml
Expand Up @@ -6,7 +6,7 @@
<dql name="TARGET_HOST_STATUS_HISTORY" >
<query>
<![CDATA[
SELECT
SELECT DISTINCT
h.icon_image AS HOST_ICON_IMAGE,
i.instance_name AS INSTANCE_NAME,
hsh.statehistory_id AS STATEHISTORY_ID,
Expand Down
4 changes: 2 additions & 2 deletions app/modules/Api/config/views/host.xml
Expand Up @@ -6,7 +6,7 @@
<dql name="TARGET_HOST" >
<query>
<![CDATA[
SELECT
SELECT DISTINCT
h.icon_image AS HOST_ICON_IMAGE,
i.instance_name AS INSTANCE_NAME,
h.host_object_id AS HOST_OBJECT_ID,
Expand Down Expand Up @@ -162,7 +162,7 @@
<dql base="TARGET_HOST" name="TARGET_HOST_OPEN_PROBLEMS" >
<query>
<![CDATA[
SELECT
SELECT DISTINCT
h.icon_image AS SERVICE_ICON_IMAGE,
i.instance_name AS INSTANCE_NAME,
h.host_object_id AS HOST_OBJECT_ID,
Expand Down
2 changes: 1 addition & 1 deletion app/modules/Api/config/views/service.xml
Expand Up @@ -6,7 +6,7 @@
<dql name="TARGET_SERVICE" >
<query>
<![CDATA[
SELECT
SELECT DISTINCT
s.icon_image AS SERVICE_ICON_IMAGE,
i.instance_name AS INSTANCE_NAME,
h.host_object_id AS HOST_OBJECT_ID,
Expand Down

0 comments on commit db11592

Please sign in to comment.