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
{{ message }}
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
If your function expect squel objects, you could try to reverse engineer the method(s) they end up calling and pass an object that implements those. Perhaps simply implementing toString() (returns your SQL string) would do the trick?
I have functions which require a squel object. I have however written the SQL string myself without using this library.
Is there a way to insert the raw SQL string statement into a squel object?
The text was updated successfully, but these errors were encountered: