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

Restore default for column_valued name parameter #260

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

andersk
Copy link
Contributor

@andersk andersk commented Nov 13, 2023

Description

Commit 20436f7 (#258) incorrectly removed this default, which is needed to accept calls without a name, i.e., .column_valued().

Checklist

This pull request is:

  • A documentation / typographical error fix
    • Good to go, no issue or tests are needed
  • A short code fix
    • please include the issue number, and create an issue if none exists, which
      must include a complete example of the issue. one line code fixes without an
      issue and demonstration will not be accepted.
    • Please include: Fixes: #<issue number> in the commit message
    • please include tests. one line code fixes without tests will not be accepted.
  • A new feature implementation
    • please include the issue number, and create an issue if none exists, which must
      include a complete example of how the feature would look.
    • Please include: Fixes: #<issue number> in the commit message
    • please include tests.

Have a nice day!

Commit 20436f7 (sqlalchemy#258) incorrectly
removed this default, which is needed to accept calls without a name,
i.e., .column_valued().

Fixes sqlalchemy#259.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
@joshvoigts
Copy link
Contributor

LGTM

@CaselIT
Copy link
Member

CaselIT commented Nov 14, 2023

Thanks, wi)l release in a bit too

@CaselIT CaselIT merged commit 8d638b1 into sqlalchemy:main Nov 14, 2023
2 checks passed
@andersk andersk deleted the column_valued branch November 14, 2023 08:23
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.

[0.0.2a36 regression] .column_valued() without a name is no longer accepted
3 participants