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

raphiniert-com / ra-data-postgrest / 7358264924 / 2
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 29 Dec 2023 04:36PM UTC
Files 10
Run time 0s
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: 91.521% (-0.06%) from 91.584%
7358264924.2

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

204 of 250 branches covered (0.0%)

Branch coverage included in aggregate %.

530 of 552 relevant lines covered (96.01%)

12.08 hits per line

Source Files on job macos-latest-node-19.x - 7358264924.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 7358264924
  • 2f97ab32 on github
  • Prev Job for on master (#6618423233.1)
  • Next Job for on master (#7358293226.1)
  • 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