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

Fix some arjdbc postgres tests to support AR 7.1 #1153

Merged
merged 8 commits into from
Jul 31, 2024

Commits on Jul 31, 2024

  1. Fix postgres hstore tests

    TypeError: wrong argument type Hash (expected IO)
    
    there was nothing wrong, hstore has its own serializer and deserializer
    (no json or yaml)
    JesseChavez committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    496b289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68c7398 View commit details
    Browse the repository at this point in the history
  3. Fix postgres timestamp type test

    - now there are 2 types, timestamp and timestamptz
    JesseChavez committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    48febf3 View commit details
    Browse the repository at this point in the history
  4. Fix postgres foreign_keys test, it became pg gem specific

    - it became pg gem specific when composite keys support was added
    - conKey and confkey and not casted by pg gem.
    JesseChavez committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8f167b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2abd4c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f20355a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    840e1ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d3aa77 View commit details
    Browse the repository at this point in the history