activerecord-crate-adapter icon indicating copy to clipboard operation
activerecord-crate-adapter copied to clipboard

Ruby on Rails ActiveRecord adapter for CrateDB

Results 12 activerecord-crate-adapter issues
Sort by recently updated
recently updated
newest added

Baby steps, trying to update to the most recent ActiveRecord 4 series here, which is currently 4.2.11.3. Right now, it breaks with `': superclass mismatch for class ToSql (TypeError)`. Can...

Updates the requirements on [activerecord](https://github.com/rails/rails) to permit the latest version. Release notes Sourced from activerecord's releases. 7.1.3 Active Support Handle nil backtrace_locations in ActiveSupport::SyntaxErrorProxy. Eugene Kenny Fix ActiveSupport::JSON.encode to prevent...

dependencies
ruby

Updates the requirements on [bigdecimal](https://github.com/ruby/bigdecimal) to permit the latest version. Release notes Sourced from bigdecimal's releases. v3.1.6 What's Changed Correctly computing loop iterations in BigDecimal#sqrt by @​z2-2z in ruby/bigdecimal#280 Workaround...

dependencies
ruby

Hi there, apparently, this repository is still on Ruby 2. https://github.com/crate/activerecord-crate-adapter/blob/f58fe3e8ec0fb3a993d535718b839e0bd1227851/.github/workflows/tests.yml#L26-L28 Coming from https://www.ruby-lang.org/en/downloads/releases/, I think it is safe to assume Ruby 2 is a thing of the past, and...

Hi there, this adapter is far behind the current version of ActiveRecord, and we would like to catch up by providing corresponding support for ActiveRecord 7. GH-10 told us about...

enhancement

Hi, in a similar spirit like https://github.com/crate/crate-dbal/issues/107, it should be investigated if the _CrateDB ActiveRecord adapter_ can be made work with the canonical _PostgreSQL driver for Ruby_, [ruby-pg], instead of...

The goal is to update dependencies and code to be compatible with ActiveRecord 6, which is the last version compatible with Ruby 2.6. Updating to ActiveRecord 7, and dropping support...

An alternative approach to #16, this attempts to update to ActiveRecord 5 first. It also still croaks, probably earlier than the other patch, which may be obvious because it contains...

https://github.com/crate/activerecord-crate-adapter/blob/e875d7ac583773f5857aaa425fe5f1c4aa17cb1c/lib/active_record/connection_adapters/crate_adapter.rb#L132-L138 This feels a bit fishy, see also [CrateRuby::Client::table_structure](https://github.com/crate/crate_ruby/blob/0.2.1/lib/crate_ruby/client.rb#L193-L199), where `select * from information_schema.columns` is used, which, when used in combination, is prone to break sooner than later. _Originally posted...

I'd like to use this adapter for other Rails versions > 4.1 ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/33958478-wishlist-support-rails-5-0?utm_campaign=plugin&utm_content=tracker%2F918465&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F918465&utm_medium=issues&utm_source=github).

enhancement