server-side cursors
Open
customer issue
- Dominant language
- Go
- Stars
- 2.1k
- Forks
- 73
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 152
Description
Required by Django migrations.
```sql
DECLARE c CURSOR FOR SELECT 1;
```
Contributor guide
Research direction
Start by locating the PostgreSQL protocol and query-execution paths that handle SQL statements such as DECLARE. Investigate the server-side cursor behavior required by Django migrations; done means the provided DECLARE example and the migration use case work correctly, with relevant tests added or updated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, go, postgresql
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100