ocket8888 commented on a change in pull request #4015: Rewrite /federations to Go - POST/PUT/DELETE URL: https://github.com/apache/trafficcontrol/pull/4015#discussion_r339834865
########## File path: traffic_ops/traffic_ops_golang/dbhelpers/db_helpers.go ########## @@ -42,6 +42,75 @@ const BaseOrderBy = "\nORDER BY" const BaseLimit = "\nLIMIT" const BaseOffset = "\nOFFSET" +const UserIDHasAccessToDeliveryServiceXMLIDQuery = ` Review comment: You know it might not. I think that's a remnant from the old way I wanted to do it, but I couldn't figure out the query for it (that one doesn't work). I'll remove it. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
