Skip to content

select() does not select all columns by default #507

Closed
@9t8

Description

@9t8

Bug report

  • I confirm this is a bug with Supabase, not with my own application.
  • I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

The docs say the columns parameter of select() "defaults to *." It does not.

To Reproduce

  1. Run supabase.table("t").select("*"), and get everything in t.
  2. Run supabase.table("t").select(""), and get everything in t.
  3. Run supabase.table("t").select(), and get no data.

Expected behavior

supabase.table("t").select() should get everything in t. I understand "defaults to *" to mean * is the default argument.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions