Refactor/module layout 2018 - #79
Merged
Merged
Conversation
antejavor
reviewed
Jun 24, 2026
antejavor
left a comment
Collaborator
There was a problem hiding this comment.
Hmm I thought this would be just a structure change, but there are two things I am noticing.
- Introduced envs
- Changing the param type
Will take a deeper look into this tomorrow and push it over the line.
- connection: extract query_error/fail_query, settled_status, release_connection, optional_cstring, and fetch_records helpers; collapse repeated error/status handling and merge identical fetchone tail arms - value: add value_or_null + wrap_or_null! to dedup QueryParam conversion, and drop redundant no-op null guards in the *_to_mg_* converters - fix clippy: collapsible_match/if, while-let loop, .first(), is_some_and, size_of_val, OpenOptions::truncate
…PASSWORD Defaults preserved (127.0.0.1/localhost:7687, no credentials) so existing behavior is unchanged; lets the suite target an authenticated instance.
seuros
force-pushed
the
refactor/module-layout-2018
branch
from
June 24, 2026 17:14
a61aa6c to
c7a26b5
Compare
antejavor
approved these changes
Jun 25, 2026
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.
ping @antejavor
Just structure hygiene i had locally, nothing was changed here.