You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/02/11 17:05:45 UTC

[GitHub] rawlinp commented on a change in pull request #3317: TO fix anymap ds assignment

rawlinp commented on a change in pull request #3317: TO fix anymap ds assignment
URL: https://github.com/apache/trafficcontrol/pull/3317#discussion_r255602590
 
 

 ##########
 File path: traffic_ops/traffic_ops_golang/crconfig/servers.go
 ##########
 @@ -190,10 +191,12 @@ select s.host_name, ds.xml_id
 from deliveryservice_server as dss
 inner join server as s on dss.server = s.id
 inner join deliveryservice as ds on ds.id = dss.deliveryservice
+inner join type as dt on dt.id = ds.type
 
 Review comment:
   Interesting...I'm trying to understand that. Can you elaborate a bit more please? What do you mean that there's only one row? Do you mean one column -- `type.name`? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services