Skip to content
#

dbapi

Here are 22 public repositories matching this topic...

cancan101
cancan101 commented Mar 28, 2022

Currently filters on Field is defined to be a list (in which order is preserved. Rather it should be a Collection (where order is not preserved). A set of Filters should be allowed.
https://github.com/betodealmeida/shillelagh/blob/97197bd564e96a23c5587be5c9e315f7c0e693ea/src/shillelagh/fields.py#L177-L182

Further, the__eq__ should then compare the filters as sets ignoring order:
htt

Improve this page

Add a description, image, and links to the dbapi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dbapi topic, visit your repo's landing page and select "manage topics."

Learn more