Yaroslav Barkovskiy

Results 6 issues of Yaroslav Barkovskiy

## Issue When using a database with multiple schemas, not all tables are found for method ```ruby ActiveRecord::Base.connection.data_sources ``` It seems to stem from this [line](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/blob/6-0-stable/lib/active_record/connection_adapters/sqlserver/schema_statements.rb#L322). When `ActiveRecord::Base.connection.data_source_sql` is called,...

need-info

Добрый день В примере если в `UserLocationViewController` изменить строчку `view.arrow.setIconWith(UIImage(named:"UserArrow")!)` на `view.arrow.isVisible = false`, иконка при движении все равно отображается. Ожидалось что в таком случае она не будет отображаться.

Openssl 3 still supports loading engines and some engines still haven't migrated to using providers. In such cases it is possible to continue using engines. They can be loaded using...

Fixes #5552 Fix a bug when post user_tag_match would use ordering which contained a left_outer_joins relation, it would not include relation when constructing a select query. For example ```ruby Post.user_tag_match("order:disapproved",...

When editing a ban and ban duration was different from selectable durations it would reset to the first selection(which was 1 day). Judging from the comment, there are some bans...