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

Compatibility changes to support mongodb_ecto adapter #227

Merged
merged 8 commits into from
Jan 13, 2024

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    f33718a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5432919 View commit details
    Browse the repository at this point in the history
  3. Fix conflation of application log env var and function option of th…

    …e same name
    
    The application env variable called `log` is meant to be either a boolean or atom log level, whereas the function option called `log` is potentially a function or MFA tuple that is passed down to DBConnection.
    brennana committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2b0a6d5 View commit details
    Browse the repository at this point in the history
  4. Add generic Mongo.update/4 function

    This function is copied from the older `mongodb` driver for compatibility with the ecto adapter
    brennana committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    8d97ec7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15d26a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    2d8d411 View commit details
    Browse the repository at this point in the history
  2. Mix format

    brennana committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    4ffd4f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bae2444 View commit details
    Browse the repository at this point in the history