• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

teableio / teable / 10280481691

07 Aug 2024 08:04AM CUT coverage: 17.272% (-0.5%) from 17.728%
10280481691

Pull #721

github

web-flow
Merge da07cce18 into 6131ee284
Pull Request #721: feat: sql query

1388 of 2842 branches covered (48.84%)

25 of 2297 new or added lines in 45 files covered. (1.09%)

1 existing line in 1 file now uncovered.

14099 of 81628 relevant lines covered (17.27%)

1.72 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/packages/sdk/src/components/base-query/constant.ts
NEW
1
export const QuerySortedKeys = [
×
NEW
2
  'select',
×
NEW
3
  'join',
×
NEW
4
  'where',
×
NEW
5
  'orderBy',
×
NEW
6
  'groupBy',
×
NEW
7
  'limit',
×
NEW
8
  'offset',
×
NEW
9
  'aggregation',
×
NEW
10
] as const;
×
NEW
11

×
NEW
12
export const QuerySortedKeysMap = QuerySortedKeys.reduce(
×
NEW
13
  (acc, key, index) => {
×
NEW
14
    acc[key] = index;
×
NEW
15
    return acc;
×
NEW
16
  },
×
NEW
17
  {} as Record<string, number>
×
NEW
18
);
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc