Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: make jsonb_array_to_string_array return NULL elements #112975

Merged
merged 1 commit into from
Oct 27, 2023

Commits on Oct 27, 2023

  1. sql: make jsonb_array_to_string_array return NULL elements

    This commit makes the builtin `jsonb_array_to_string_array` return
    NULL elements, which were previously being removed.
    It also adds more testing for different types of elements on the array.
    
    Followup from cockroachdb#112865 (review)
    
    Epic: none
    
    Release note (sql change): The newly added builtin
    `jsonb_array_to_string_array` no longer removes NULL objects and
    includes them into the resulting array.
    maryliag committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    acbd14f View commit details
    Browse the repository at this point in the history