You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select_query = select TOP 100 F.ESER_ID, F.FOTOGRAF_PATH, F.FEATURE_VECTOR_STATE, F.VECTOR from ESER_FOTOGRAF F with (nolock) LEFT JOIN ESER E ON F.ESER_ID=E.ID WHERE permanentId is not NULL AND E.AKTIF=1 AND E.SILINMIS=0 AND F.ANA_FOTOGRAF=1 AND F.FEATURE_VECTOR_STATE is NULL ORDER BY F.ESER_ID
update_query_success = UPDATE ESER_FOTOGRAF SET FEATURE_VECTOR_STATE=%s, VECTOR=%s where ANA_FOTOGRAF=1 and ESER_ID=%s
update_query_failure = UPDATE ESER_FOTOGRAF SET FEATURE_VECTOR_STATE='-1' where ANA_FOTOGRAF=1 and ESER_ID=%s