Compare commits
2 Commits
5c4b302aa7
...
dbbacd2623
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dbbacd2623 | ||
|
|
7d86d583de |
@@ -208,7 +208,7 @@ Public Class GraphQLJob
|
||||
End Function
|
||||
|
||||
Private Function UpdateWithStatus(pQuery As Query, pStatus As Integer)
|
||||
Dim oResetSQL = $"UPDATE {pQuery.DestinationTable} SET STATUS = {pStatus} WHERE ADDED_WHERY_ID = '{pQuery.Id}'"
|
||||
Dim oResetSQL = $"UPDATE {pQuery.DestinationTable} SET STATUS = {pStatus} WHERE ADDED_QUERY_ID = '{pQuery.Id}'"
|
||||
Return _MSSQL.ExecuteNonQuery(oResetSQL)
|
||||
End Function
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ Imports System.Runtime.InteropServices
|
||||
<Assembly: AssemblyCompany("Digital Data")>
|
||||
<Assembly: AssemblyProduct("Modules.Jobs")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2022")>
|
||||
<Assembly: AssemblyTrademark("1.10.0.1")>
|
||||
<Assembly: AssemblyTrademark("1.10.0.2")>
|
||||
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
@@ -30,5 +30,5 @@ Imports System.Runtime.InteropServices
|
||||
' Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
|
||||
<Assembly: AssemblyVersion("1.10.0.1")>
|
||||
<Assembly: AssemblyFileVersion("1.10.0.1")>
|
||||
<Assembly: AssemblyVersion("1.10.0.2")>
|
||||
<Assembly: AssemblyFileVersion("1.10.0.2")>
|
||||
|
||||
Reference in New Issue
Block a user