You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#2368
Futzing around with function aliases. This replaces `HashMap` with
`AliasMap` to allow multiple keys to point to the same object. Also adds
some tests.
I needed to add a workaround for 'array_to_string' for one of the
iterators, see #2371.
Description
Currently we're inserting multiple functions with the same name due to the entry generation not accounting for our namespace rules here:
glaredb/crates/sqlbuiltins/src/functions/mod.rs
Lines 194 to 222 in 608cc71
Closing this issue requires this test to pass:
glaredb/crates/metastore/src/database.rs
Lines 1409 to 1435 in 608cc71
The text was updated successfully, but these errors were encountered: