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: pass naming pattern through to dm_learn_from_db() (#2213) #2214

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

owenjonesuob
Copy link
Contributor

Fixes #2213.

I had to move the "smart default" logic for .names up one level, from get_src_tbl_names() into dm_from_con() - but I think that is a better place to keep it anyway, since that's where its behaviour is documented.

I've also made sure names_pattern is used consistently as the "internal" name for this argument, wherever we see this "naming pattern" concept.

Copy link
Contributor

aviator-app bot commented May 3, 2024

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes.
Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This pull request is currently open (not queued).

How to merge

To merge this PR, comment /aviator merge or add the mergequeue label.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.

@owenjonesuob owenjonesuob force-pushed the b-pass-names-pattern-to-learn branch from 1037df3 to 36a294f Compare May 3, 2024 20:25
@owenjonesuob owenjonesuob force-pushed the b-pass-names-pattern-to-learn branch from 14afa3c to 192226a Compare May 3, 2024 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Naming pattern not used in dm_from_con() when keys are learned successfully
1 participant