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
It is quite easy to fall into the trap of simply using <schema>.<table> instead of using in_schema() or using "SELECT * FROM ...".
This would help people to find in_schema() or sql().
The text was updated successfully, but these errors were encountered:
It is quite easy to fall into the trap of simply using
<schema>.<table>
instead of usingin_schema()
or using"SELECT * FROM ..."
.This would help people to find
in_schema()
orsql()
.The text was updated successfully, but these errors were encountered: