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
`FunctionExists` wasn't heavily used with wild argtypes until the
persistent cache (single evict), where function argument types required
proper quoting.
So instead of generating:
```sql
'edgedbpub.7c77c4b3-c60c-11ef-9dc9-45e8c8454bf8_domain'::regtype::oid
```
It should be:
```sql
'edgedbpub."7c77c4b3-c60c-11ef-9dc9-45e8c8454bf8_domain"'::regtype::oid
```
Fixes#8470
- [ ] Add test
0 commit comments