This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Commit 53be0f6
committed
fix: get_results returns none if table is empty
previously we were returning a table that had a bunch of null columns
this is actually due to us not having a strict schema on the worker side
but a good fix here anyways is to return None from get_results when
there's no data in the table1 parent 84e63cd commit 53be0f6
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 | | |
0 commit comments