Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit dbd6e44

Browse files
author
Dekel Barzilay
committed
Added support for GROUP BY with ONLY_FULL_GROUP_BY enabled
1 parent 6caed7f commit dbd6e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1799,7 +1799,7 @@ describe('Feathers Objection Service', () => {
17991799
});
18001800
});
18011801

1802-
it.skip('allow $modify query with paginate, groupBy and eager', () => {
1802+
it.skip('allow $modify query with paginate, groupBy and eager (not with SQLite)', () => {
18031803
companies.options.paginate = {
18041804
default: 1,
18051805
max: 2

0 commit comments

Comments
 (0)