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
Support for raw queries (without going through the query builder) is missing — ? must be escaped as ?? even when no arguments are used and so on. This can be annoying if a custom query builder is used.
can be made lazy + a builder method that alters the builder behavior, or we can just add Query::raw or Query::new_raw that just uses the query string as-is, which is simpler.