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
To avoid having to duplicate so many methods when a database has multiple R packages or when a package supports multiple databases.
Will probably need to implement a sql_dialect() generic, and then some how dispatch from that rather than the S3 class (probably using some S3 hackery for backward compatibility).