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
I've found one use case that was a bit difficult, which is using records to perform routine maintenance. I was able to work around with the following code(sql is a records db):
I've found one use case that was a bit difficult, which is using records to perform routine maintenance. I was able to work around with the following code(
sql
is a records db):It would be great to add a
raw
flag to thequery
method, or even just have araw
method to be able to call sql outside of transaction blocks.The text was updated successfully, but these errors were encountered: