We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5847b20 commit 6dceb87Copy full SHA for 6dceb87
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
@@ -9,10 +9,9 @@ body:
9
description: What version of sqlc are you running? If you don't know, run `sqlc version`.
10
multiple: false
11
options:
12
+ - 1.18.0
13
- 1.17.2
14
- 1.16.0
- - 1.15.0
15
- - 1.14.0
16
- Other
17
validations:
18
required: true
@@ -70,8 +69,9 @@ body:
70
69
label: What database engines are you using?
71
multiple: true
72
73
- - PostgreSQL
74
- MySQL
+ - PostgreSQL
+ - SQLite
75
- type: dropdown
76
id: languages
77
attributes:
0 commit comments