Skip to content

Using a column in 'where' not present in the 'columns' parameter fails #1

@omtinez

Description

@omtinez

For table T with schema ['A', 'B', 'C'], take the following query: pddb.find('T', where={'A':'xxx'}, columns=['B', 'C'])
It will never find any data, debug output says: Warning: Table does not contain column named "A"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions