747cc78a91
* Fix: fetch(null) and fetch_with_meta(null) return null Co-authored-by: contact <contact@ophir.dev> * clean up implementation * update docs --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2 lines
66 B
SQL
2 lines
66 B
SQL
select null as expected, sqlpage.fetch_with_meta(null) as actual;
|