Skip to content

Commit 7c4ddee

Browse files
committed
fix sql
1 parent 9de197b commit 7c4ddee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cls/ZPM/Package.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,6 @@ ClassMethod GetLatest(searchTerms As %DynamicArray = "", Output pStatus As %Stat
529529
" ORDER BY versionMajor DESC, versionMinor DESC, versionPatch DESC, versionPrerelease DESC, versionBuildmetadata DESC ) "_
530530
" AND "_searchCondition_" "_
531531
" GROUP BY name ORDER BY name"
532-
w sql
533532

534533
Set tStatement = ##class(%SQL.Statement).%New()
535534
Set tStatus = tStatement.%Prepare(sql)

0 commit comments

Comments
 (0)