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
{{ message }}
This repository was archived by the owner on Mar 24, 2022. It is now read-only.
Would it be possible for sql_magic to automatically run the SQL string through sqlalchemy.text(), or do we need to replace any instance of % in a regular SQL statement with %%?