Skip to content

Commit ce0b260

Browse files
committed
Check Attribute.json (bool) to check for fetch
1 parent 1b4fb1a commit ce0b260

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pharus/interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ def _fetch_records(
180180
attribute_info.is_blob
181181
or attribute_info.is_attachment
182182
or attribute_info.is_filepath
183+
or attribute_info.json
183184
):
184185
if non_blobs_row[attribute_name] is None:
185186
# If it is none then just append None

0 commit comments

Comments
 (0)