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
Currently sql.rs create tables without any NOT NULL constraints. Adding them could avoid adding NULLs by accidentally passing None as SQL query param. See #283 (comment)