File: bug_report.md

package info (click to toggle)
sqlparse 0.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 952 kB
  • sloc: python: 5,593; sql: 167; makefile: 113; sh: 14
file content (26 lines) | stat: -rw-r--r-- 684 bytes parent folder | download | duplicates (2)
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.