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
In my database.yml I have settings for collate, ctype and template. These are being ignored in storage/postgres.rb. Would be great to have support for these since trying to change the encoding on an environment set to something different raises encoding errors. Might even want to consider just using the Sequel create_function_sql in lib/sequel/adapters/shared/postgres.rb.
The text was updated successfully, but these errors were encountered:
The reason I suggested using the built in Sequel functions is so there is no discrepancy in the functionality. I had just assumed that it was powered by Sequel and that the settings and options would match.
Thanks again. When is the next release to RubyGems?
In my database.yml I have settings for collate, ctype and template. These are being ignored in storage/postgres.rb. Would be great to have support for these since trying to change the encoding on an environment set to something different raises encoding errors. Might even want to consider just using the Sequel create_function_sql in lib/sequel/adapters/shared/postgres.rb.
The text was updated successfully, but these errors were encountered: