opencybersecurityalliance / firepit

Firepit - STIX Columnar Storage
Apache License 2.0
15 stars 12 forks source link

Fix DependentObjectsStillExist execption with postgresql, plus some extra curriculars #6

Closed pcoccoli closed 3 years ago

pcoccoli commented 3 years ago

Closes #3

Some minor refactoring: actually use the _get_view_def function in sqlitestorage.py's _create_view instead of just duplicating its code.

Change cli.py so that commands that take a limit option have no default instead of 10, because it kept tricking me into thinking I had missing data.