-
-
Notifications
You must be signed in to change notification settings - Fork 803
Closed
Milestone
Description
Here's why -
traceonly applies to read, not write SQL operations:datasette/datasette/database.py
Lines 209 to 211 in 7c8f8aa
with trace("sql", database=self.name, sql=sql.strip(), params=params): results = await self.execute_fn(sql_operation_in_thread) return results
Originally posted by @simonw in #1555 (comment)