Skip to content

with_statement_hint() has lost its generative capability #11703

@zzzeek

Description

@zzzeek

regression somewhere in 2.0

from sqlalchemy import select


s1 = select(1)
s2 = s1.with_statement_hint("foo")

assert s1 is not s2

Metadata

Metadata

Assignees

No one assigned

    Labels

    blockerissue that must be resolved asap as it is preventing things from workingbugSomething isn't workingnear-term releaseaddition to the milestone which indicates this should be in a near-term releaseregressionsomething worked and was broken by a changesql

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions