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

Update to support Ecto v3 #1

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

Update to support Ecto v3 #1

wants to merge 11 commits into from

Conversation

gerbal
Copy link

@gerbal gerbal commented May 28, 2020

WIP To update Ecto Cassandra to Ecto v3.x

It looks like we should be able to use ecto_sql for some of the plumbing.

Current status

  • Partially updated initial EctoCassandra.Adapter
  • Partially reimplemented Adapter based on Ecto.Adapters.SQL.

@gerbal gerbal marked this pull request as draft May 28, 2020 17:50
gerbal and others added 2 commits June 11, 2020 15:09
…ary.

Partially Working:
 - mix ecto.create
 - mix ecto.drop
 - mix ecto.migrate

Co-authored-by: Chirag Rajkarnikar <[email protected]>
@gerbal
Copy link
Author

gerbal commented Jun 12, 2020

  • Ecto.Adapters.SQL.Connection callbacks in EctoXandra.Adapter.Connection
    • update/5
    • delete/4
  • EctoXandra.Adapter
    • storage_status/1
    • structure_dump/2
    • structure_load/2
    • execute/4
    • stream/4
    • to_constraints/2
  • CI w/ GH Actions

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