We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a deprecation warning in Rails 7 raised by https://github.com/rsim/ruby-plsql/blob/master/lib/plsql/schema.rb#L103
ar_class.default_timezone is equivalent to ActiveRecord::Base.default_timezone which is deperecated in favor of ActiveRecord.default_timezone
ar_class.default_timezone
ActiveRecord::Base.default_timezone
ActiveRecord.default_timezone
DEPRECATION WARNING: ActiveRecord::Base.default_timezone is deprecated and will be removed in Rails 7.1. Use ActiveRecord.default_timezone instead.
The text was updated successfully, but these errors were encountered:
Is this being actively looked at?
Is this project still being developed or is it abandoned?
Sorry, something went wrong.
No branches or pull requests
There is a deprecation warning in Rails 7 raised by https://github.com/rsim/ruby-plsql/blob/master/lib/plsql/schema.rb#L103
ar_class.default_timezone
is equivalent toActiveRecord::Base.default_timezone
which is deperecated in favor ofActiveRecord.default_timezone
DEPRECATION WARNING: ActiveRecord::Base.default_timezone is deprecated and will be removed in Rails 7.1.
Use
ActiveRecord.default_timezone
instead.The text was updated successfully, but these errors were encountered: