cti-python-stix2/stix2/datastore
Michael Chisholm 3adf7800a8 Changed how filters work, with respect to datetime objects.
Timestamp properties can now be checked against filter values
which are either strings or datetime objects, using datetime
semantics (previously, it reduced to a string compare).
If a stix object property is datetime-valued and the filter
value is a string, the string is parsed to a datetime object,
rather than the other way around.

Filtering in the filesystem store now parses JSON dicts to
_STIXBase objects before applying the filters.

Due to the parsing change, bad JSON content can produce a
different kind of error, so I had to change one of the tests.
2018-11-27 17:36:17 -05:00
..
__init__.py safer error class 2018-05-22 10:03:06 -04:00
filesystem.py Changed how filters work, with respect to datetime objects. 2018-11-27 17:36:17 -05:00
filters.py Changed how filters work, with respect to datetime objects. 2018-11-27 17:36:17 -05:00
memory.py Add multi-version support to the filesystem datastore. 2018-11-27 15:24:07 -05:00
taxii.py formatting 2018-05-18 11:45:40 -04:00