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
# usermark_id = con.execute(f"SELECT UserMarkId FROM UserMark WHERE UserMarkGuid = '{unique_id}';").fetchone()[0]
2016
2015
ifnotns:
2017
2016
returnusermark_id
2018
2017
existing_id=con.execute(f"SELECT BlockRangeId FROM BlockRange WHERE BlockType = ? AND Identifier = ? AND StartToken = ? AND EndToken = ? AND UserMarkId = ?;", (block_type, identifier, ns, ne, usermark_id)).fetchone()
0 commit comments