Skip to content

fluent api wanted #170

@xdewx

Description

@xdewx

Use Case

select * from my_model where a > 1

select(MyModel).where(MyModel.a>1)

Expected behavior

select(MyModel).where(MyModel.a>1)

Actual behavior

select * from my_model where a > 1

Additional info

python sqlalchemy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions