Skip to content

allow clients to count & group #91

@endel

Description

@endel

The following example doesn't work in any client:

SELECT `gender`, COUNT(*) FROM `auth` GROUP BY `gender`;

JavaScript client code example:

client.collection('auth').group("gender").count()

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions