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 was curious about this and it definitely looks like the gem will call this method to create the custom functions even if use_pg_native? will return true. Just emptied both methods that were creating PG functions and the gem still worked fine from the look of it.
This is important to me because my scripts don't have permission to create functions in prod so these just keep failing/rescuing out countless times and fill my log quota
I did my best to follow the README on this one, but I'm still missing something. Running on master
From my structure.sql:
When I call
Upsert.batch
:And then I run
rake db:structure:dump
, I'll get:The text was updated successfully, but these errors were encountered: