Skip to content

Commit 70ed279

Browse files
committed
cleanup
1 parent 2d2cf56 commit 70ed279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def executeQueryJson(self, verb, user_hash_id, payload=None):
6363
conn = pyodbc.connect(connection_string)
6464
cursor = conn.cursor()
6565

66-
# set session context info, used by Row-Level Security
66+
# set session context info, used by Row-Level Security
6767
cursor.execute(f"EXEC sys.sp_set_session_context @key=N'user-hash-id', @value=?, @read_only=1;", user_hash_id)
6868

6969
if payload:

0 commit comments

Comments
 (0)