Skip to content

Conversation

@jrgemignani
Copy link
Contributor

Fixed issue 1956 - Server crashes when executing

SELECT agtype_build_map('null'::agtype, 1);

This issue was due to a missing check for AGTV_NULL values. The check was added and the issue was corrected.

Added regression tests.

Fixed issue 1956 - Server crashes when executing

    SELECT agtype_build_map('null'::agtype, 1);

This issue was due to a missing check for AGTV_NULL values. The
check was added and the issue was corrected.

Added regression tests.
@rafsun42 rafsun42 merged commit c215372 into apache:master Jul 8, 2024
jrgemignani added a commit to jrgemignani/age that referenced this pull request Jul 8, 2024
Fixed issue 1956 - Server crashes when executing

    SELECT agtype_build_map('null'::agtype, 1);

This issue was due to a missing check for AGTV_NULL values. The
check was added and the issue was corrected.

Added regression tests.
jrgemignani added a commit to jrgemignani/age that referenced this pull request Jul 9, 2024
Fixed issue 1956 - Server crashes when executing

    SELECT agtype_build_map('null'::agtype, 1);

This issue was due to a missing check for AGTV_NULL values. The
check was added and the issue was corrected.

Added regression tests.
jrgemignani added a commit to jrgemignani/age that referenced this pull request Jul 9, 2024
Fixed issue 1956 - Server crashes when executing

    SELECT agtype_build_map('null'::agtype, 1);

This issue was due to a missing check for AGTV_NULL values. The
check was added and the issue was corrected.

Added regression tests.
jrgemignani added a commit to jrgemignani/age that referenced this pull request Jul 9, 2024
Fixed issue 1956 - Server crashes when executing

    SELECT agtype_build_map('null'::agtype, 1);

This issue was due to a missing check for AGTV_NULL values. The
check was added and the issue was corrected.

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

Labels

master override-stale To keep issues/PRs untouched from stale action

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants