Skip to content

fix(mapper): support named arrays#219

Merged
freshtonic merged 1 commit into
mainfrom
fix/eql-mapper/named-arrays
May 8, 2025
Merged

fix(mapper): support named arrays#219
freshtonic merged 1 commit into
mainfrom
fix/eql-mapper/named-arrays

Conversation

@freshtonic
Copy link
Copy Markdown
Contributor

A "named" array (in sqlparser parlance) is an array value with syntax like ARRAY[1, 2, 3] as opposed to [1, 2, 3].

That's it.

I must have thought it meant something exotic at the time I wrote the original code.

Acknowledgment

By submitting this pull request, I confirm that CipherStash can use, modify, copy, and redistribute this contribution, under the terms of CipherStash's choice.

A "named" array (in `sqlparser` parlance) is an array value with syntax
like `ARRAY[1, 2, 3]` as opposed to `[1, 2, 3]`.

That's it.

I must have thought it meant something exotic at the time I wrote the
original code.
@freshtonic freshtonic merged commit 986f8ef into main May 8, 2025
2 checks passed
@freshtonic freshtonic deleted the fix/eql-mapper/named-arrays branch May 8, 2025 02:26
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