pudo / dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
https://dataset.readthedocs.org/
MIT License
4.78k stars 298 forks source link

Supporting find "not in" #289

Closed impredicative closed 5 years ago

impredicative commented 5 years ago

This is a request for the not in comparison operator for use with .find(). It is not currently among the ones documented at https://dataset.readthedocs.io/en/latest/quickstart.html#reading-data-from-tables

How would I currently run such a query with dataset?

impredicative commented 5 years ago

I don't need this anymore, so I will close this issue. I no longer have a use case for it.