-
-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
In Postgres, you can select from functions by doing either:
SELECT function();
SELECT * FROM function();SELECT function() is supported, but we need to support SELECT * FROM function() as well.
TypeORM uses select * from current_database() and select * from current_schema(), which we implemented this workaround for. We should officially support that syntax eventually.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working