Skip to content

fix:fixed attempt to assign bool to int#255

Open
sitzz wants to merge 1 commit into
couchbase:mainfrom
sitzz:fix/viewoptions-skip-boolean-check
Open

fix:fixed attempt to assign bool to int#255
sitzz wants to merge 1 commit into
couchbase:mainfrom
sitzz:fix/viewoptions-skip-boolean-check

Conversation

@sitzz

@sitzz sitzz commented Jul 6, 2026

Copy link
Copy Markdown

This relates to issue #254.

Suggested change will use cb_assign_integer instead of cb_assign_boolean when assessing the value of the skip for ViewOptions.

Has been tested locally and confirmed working.

- The ViewOptions.skip should be assigned an integer value, but it was
  being attempted assigned as a boolean value instead.
@CLAassistant

CLAassistant commented Jul 6, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@sitzz

sitzz commented Jul 9, 2026

Copy link
Copy Markdown
Author

btw, change tested OK on my end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants