Skip to content

Commit 7f7c399

Browse files
fix: print complete row
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 300816c commit 7f7c399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ rows = cvec.select_from_eav(
345345
)
346346

347347
for row in rows:
348-
print(f"ID: {row['id']}, Date: {row['Date']}, Weight: {row['Weight']}")
348+
print(row)
349349
```
350350

351351
## `select_from_eav_id(table_id, ?column_ids, ?filters)`

0 commit comments

Comments
 (0)