[codex] Adapt adapter to Ch master - #281
Draft
ruslandoga wants to merge 1 commit into
Draft
Conversation
ruslandoga
force-pushed
the
ruslandoga-conductor/adapt-new-ch-readme
branch
3 times, most recently
from
May 19, 2026 06:32
fd9f3b7 to
04fcdf8
Compare
ruslandoga
force-pushed
the
ruslandoga-conductor/adapt-new-ch-readme
branch
from
August 3, 2026 13:49
04fcdf8 to
863aaaa
Compare
ruslandoga
force-pushed
the
ruslandoga-conductor/adapt-new-ch-readme
branch
from
August 3, 2026 13:57
863aaaa to
cd9b021
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adapts ecto_ch to the current Ch master API, which replaces DBConnection with a standalone HTTP pool and explicit RowBinary payloads.
Repo configuration is retained in Ecto adapter metadata and merged with callback options, while Ch pool startup receives only the rebuilt endpoint URL and pool size.
The branch is rebased onto current master, pins Ch master at
eafa0973, and updates Ecto SQL compatibility to 3.14.Storage, structure, schema helpers, result/error normalization, tests, Dialyzer, and coverage have all been updated and validated.