psycopg2/.github/ISSUE_TEMPLATE/problem-using-psycopg2.md

28 lines
697 B
Markdown
Raw Normal View History

2021-07-14 13:22:00 +03:00
---
name: Problem using psycopg2
about: Report a case in which psycopg2 is not working as expected
title: ''
labels: ''
assignees: ''
---
**This is a bug tracker**
If you have a question, such has "how do you do X with Python/PostgreSQL/psycopg2" please [write to the mailing list](https://lists.postgresql.org/manage/) or [open a question](https://github.com/psycopg/psycopg2/discussions) instead.
**Please complete the following information:**
2021-07-17 15:26:54 +03:00
- OS:
- Psycopg version:
2021-07-14 13:22:00 +03:00
- Python version:
- PostgreSQL version:
- pip version
**Describe the bug**
Please let us know:
1: what you did
2: what you expected to happen
3: what happened instead
If possible, provide a script reproducing the issue.