1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug,needs-triage'
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior.
Please give code examples or concete SQL statements. Take care of not posting any sensitive information when pasting SQL statements!
What's the concrete error / traceback.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Versions (please complete the following information):**
- Python: [e.g. 3.11.2]
- sqlparse: [e.g. 0.4.1]
**Additional context**
Add any other context about the problem here.
|