Skip to content

Decide how to implement the in lookup #1

@thedrow

Description

@thedrow

in is a reserved python keyword which means that I cannot use it as a function.
SQLAlchemy uses in_(). peewee uses the << operator.
IN() is also an option.
Currently it's in_values().

Let me know what you guys prefer.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions