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
saferepr() is only necessary to guard against recursive data structures.
However, if you pass a recursive data structure as an SQL query
parameter, You're Gonna Have A Bad Time. So just use repr() which is
faster.
0 commit comments