8000 fix: Add explanatory comment · etherscan-io/sentry-python@7eaba8f · GitHub
[go: up one dir, main page]

Skip to content

Commit 7eaba8f

Browse files
committed
fix: Add explanatory comment
1 parent 0f5e153 commit 7eaba8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/django/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def test_sql_dict_query_params(sentry_init, capture_events):
157157

158158
events = capture_events()
159159
with pytest.raises(OperationalError):
160-
# table doesn't even exist
160+
# This really only works with postgres. sqlite will crash with syntax error
161161
sql.execute(
162162
"""SELECT count(*) FROM people_person WHERE foo = %(my_foo)s""",
163163
{"my_foo": 10},

0 commit comments

Comments
 (0)
0