dolthub / dolthub/doltgresql

server-side cursors

Open
#3,124 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.