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

raphiniert-com / ra-data-postgrest / 7358264924
92%

Build:
DEFAULT BRANCH: master
Ran 29 Dec 2023 04:35PM UTC
Jobs 3
Files 5
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

29 Dec 2023 04:34PM UTC coverage: 89.216% (-0.06%) from 89.279%
7358264924

push

github

web-flow
remove {} value wrapping for cs/cd (#113)

* remove id prop when the PK of table is not "id"

* support meta on create path also

* add dist files to repo

* fix update/updateMany paths

* upgrade dev dependencies

* new compiled files

* remove unused functions

* new build

* remove dist folders from main branch

* remove {} value wrapping for cs/cd

cs/cd operators are also useful when working with jsonb (not just arrays) so with the current handling one can only run queries like these because of the auto wrapping:
SELECT '{1, 2, 3}'::integer[] @> '{2}';

if this is removed (and the lib user is required to format the value), they can now run queries like:

select '[1,2,3]'::jsonb @> '2';
select '[1,2,3]'::jsonb @> '[2,3]';
select '{1, 2, 3}'::integer[] @> '{2,3}';

because they are now in control of the value formatting.

* retain the cd/cs behaviour for arrays, fix test

* revert handling for cd when parameter is array (the code was wrong)

* fix tests after removing special case for cs/cd and array parameter

190 of 234 branches covered (0.0%)

Branch coverage included in aggregate %.

265 of 276 relevant lines covered (96.01%)

72.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 ubuntu-latest-node-19.x - 7358264924.1 29 Dec 2023 04:35PM UTC 0
91.52
GitHub Action Run
2 macos-latest-node-19.x - 7358264924.2 29 Dec 2023 04:36PM UTC 0
91.52
GitHub Action Run
3 windows-latest-node-19.x - 7358264924.3 29 Dec 2023 04:36PM UTC 0
91.52
GitHub Action Run
Source Files on build 7358264924
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #7358264924
  • 2f97ab32 on github
  • Prev Build on master (#6618423233)
  • Next Build on master (#7358293226)
  • Delete
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

© 2026 Coveralls, Inc