Skip to content

Commit

Permalink
use schema qual on fulldomain
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Taylor <steve@deployhub.com>
  • Loading branch information
sbtaylor15 committed Apr 12, 2023
1 parent 671732b commit 4cac1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ async def get_compitem(request: Request, compitemid: int, comptype: Optional[str
conn = connection.connection
cursor = conn.cursor()

sqlstmt = """select a.compid, a.id, a.name, a.rollup, a.rollback, fulldomain(r.domainid, r.name) "repository", target "targetdirectory", a.xpos, a.ypos,
sqlstmt = """select a.compid, a.id, a.name, a.rollup, a.rollback, dm.fulldomain(r.domainid, r.name) "repository", target "targetdirectory", a.xpos, a.ypos,
kind, buildid, buildurl, chart, builddate, dockerrepo, dockersha, gitcommit,
gitrepo, gittag, giturl, chartversion, chartnamespace, dockertag, chartrepo,
chartrepourl, c.id "serviceownerid", c.realname "serviceowner", c.email "serviceowneremail", c.phone "serviceownerphone",
Expand Down

0 comments on commit 4cac1f2

Please sign in to comment.