We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3276661 + 1af893e commit 04f1c55Copy full SHA for 04f1c55
stix2/datastore/relational_db/utils.py
@@ -147,7 +147,7 @@ def determine_sql_type_from_stix(cls_or_inst, db_backend): # noqa: F811
147
elif is_class_or_instance(cls_or_inst, StringProperty):
148
return db_backend.determine_sql_type_for_string_property()
149
elif is_class_or_instance(cls_or_inst, ReferenceProperty):
150
- db_backend.determine_sql_type_for_reference_property()
+ return db_backend.determine_sql_type_for_reference_property()
151
elif is_class_or_instance(cls_or_inst, TimestampProperty):
152
return db_backend.determine_sql_type_for_timestamp_property()
153
elif is_class_or_instance(cls_or_inst, Property):
0 commit comments