Parsing of pgvector args (and other container types)
Open
enhancement
- Dominant language
- Rust
- Stars
- 175
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
```
_localdev:main> create extension pgvector;
OK: CREATE EXTENSION
_localdev:main> select $0;
Unimplemented input type 9565dd88-04f5-11ee-a691-0b6ebe179825
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the failure in the Gel CLI REPL using the shown CREATE EXTENSION and vector query commands. Trace the CLI's handling of the pgvector type and related container types, then verify that these inputs no longer produce an “Unimplemented input type” error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, rust
- Domain
- cli, databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100