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
feat(sqla-core): Add support for rendering Database Specific queries
This makes the sqla-core plugin aware of how to compile a database specific query.
It seems in some cases, we see strings come through (mostly pragma calls when doing 'create_all'),
so do a check to see if the object looks like a SQL Expression object.
Fixes: #290
0 commit comments