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

New dm_add_rk() (referencing key?) #2217

Open
krlmlr opened this issue May 20, 2024 · 1 comment
Open

New dm_add_rk() (referencing key?) #2217

krlmlr opened this issue May 20, 2024 · 1 comment
Milestone

Comments

@krlmlr
Copy link
Collaborator

krlmlr commented May 20, 2024

Like dm_add_fk() but with arguments reversed -- referenced table first, then referenc_ing_ column, then referencing table. No fourth argument.

Rationale: This allows dm_add_rk() to be copy-pasted from a dm_add_pk() call that is likely to also exist close by in the code.

@krlmlr krlmlr added this to the api milestone May 20, 2024
@jranke
Copy link

jranke commented Jun 11, 2024

Good idea, this will make the creation of dm objects easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants