kuzudb / explorer

Browser-based user interface for Kùzu graph database
https://hub.docker.com/r/kuzudb/explorer
MIT License
29 stars 5 forks source link

Match count(*) on an empty table returns NULL instead of 0 #184

Closed semihsalihoglu-uw closed 1 month ago

semihsalihoglu-uw commented 1 month ago

I am on the dev branch of today.

I created an empty node table and then did a count (*) query. In the CLI you get 0. In Explorer you get NULL. It should instead be 0.

Screen Shot 2024-08-13 at 11 12 03 PM