quillsql 2.1.6__py3-none-any.whl → 2.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
quillsql/__init__.py CHANGED
@@ -1,4 +1,5 @@
1
1
  # __init__.py
2
2
 
3
3
  from .core import Quill
4
- from .error import PgQueryError
4
+ from .error import PgQueryError
5
+ from .utils import Filter, FilterType, FieldType, StringOperator, DateOperator, NumberOperator, NullOperator
@@ -1,3 +1,3 @@
1
1
  # __init__.py
2
2
 
3
- from .pgtypes import PG_TYPES
3
+ from .pgtypes import PG_TYPES