postgress uuid not working
Open
- Dominant language
- Python
- Stars
- 1k
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
UUID with postgress dialect of sqlalchmey generates following error
```
~/odo/backends/sql.py in discover_typeengine(typ)
182 if k == typ:
183 return v
--> 184 raise NotImplementedError("No SQL-datashape match for type %s" % typ)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in odo/backends/sql.py at discover_typeengine(typ), using the reported traceback to trace how UUID types from the PostgreSQL dialect are matched. Confirm the expected handling for a PostgreSQL UUID and verify that the reported NotImplementedError no longer occurs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, python, sqlalchemy
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100