Files
sqlpage--sqlpage/tests/sql_test_files/data/fetch_null.sql
Ophir LOJKINE 747cc78a91 sqlpage.fetch(null) = null (#1131)
* 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>
2025-11-26 22:02:51 +01:00

2 lines
56 B
SQL

select null as expected, sqlpage.fetch(null) as actual;