Skip to content
New issue

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

More Postgres fixes to support AR 7.1 #1165

Merged
merged 8 commits into from
Dec 3, 2024
Merged

Conversation

JesseChavez
Copy link
Contributor

Hi @enebo

Here you have more fixes for postgres, the failing tests are under 100

failing tests are in attached file

postgres_rails_71.txt

8) Failure:
ActiveRecord::ConnectionAdapters::PostgreSQLAdapterTest#test_only_check_for_insensitive_comparison_capability_once [test/cases/adapters/postgresql/postgresql_adapter_test.rb:539]:
1 instead of 0 queries were executed.
Queries:
SELECT exists(
  SELECT * FROM pg_proc
  WHERE proname = 'lower'
    AND proargtypes = ARRAY['example_type'::regtype]::oidvector
) OR exists(
  SELECT * FROM pg_proc
  INNER JOIN pg_cast
    ON ARRAY[casttarget]::oidvector = proargtypes
  WHERE proname = 'lower'
    AND castsource = 'example_type'::regtype
)
.
Expected: 0
  Actual: 1
@enebo enebo merged commit 6447293 into jruby:master Dec 3, 2024
5 of 13 checks passed
@enebo
Copy link
Member

enebo commented Dec 3, 2024

@JesseChavez thanks for the updates. It is getting closer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants