activerecord-cockroachdb-adapter
activerecord-cockroachdb-adapter copied to clipboard
CockroachDB adapter for ActiveRecord.
This test only fails in CI. Find a way to reproduce the bug and fix it. Not a priority as the behaviour tested is simple and unlikely to be prone...
These tests are based on PL-PGSQL usage, triggering warnings. They do not working with the CRDB compatible PL-PGSQL. We need to rewrite them. - [ ] test_ignores_warnings_when_behaviour_ignore - [ ]...
Pg time interval tests are using the keyword `ago`. Rewrite them without it. - [ ] test_text_columns_are_limitless_the_upper_limit_is_one_GB - [ ] test_data_type_of_oid_types - [ ] test_update_oid - [ ] test_data_type_of_time_types -...
Ruby queries hang when returning "too much" data. I have this in quote since we don't understand what is too much but when limiting the result set the queries return....
Hi, We migrated to CRDB and are getting sporadic PG::TRSerializationFailure errors, currently using the PG driver. We're using rails 6.1.7.3 and so need to use the 6.1 gem, and it...