-
-
Notifications
You must be signed in to change notification settings - Fork 76
Open
supabase/supabase
#41397Labels
Description
General Info
- I checked for similar bug report
- I am using the latest version
- I checked the troubleshooting page for similar problems
Version(s)
3.2.3
Kotlin Target(s) and their respective versions
Not applicable
What happened? (include your code)
The official supabase-kt docs are referring to a count() method intended for counting rows. However, this method does not exist. (countOrNull() seems to be the only way)
Steps To Reproduce (optional)
No response