23 lines
549 B
Markdown
23 lines
549 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**Environment (please complete the following information):**
|
|
- OS: [e.g. linux, windows, macosx]
|
|
- Database: [e.g. postgres, mysql, sqlite]
|
|
- Database driver: [e.g. pq, pgx]
|
|
- Jet version [e.g. 2.6.0 or branch name]
|
|
|
|
**Code snippet**
|
|
Query statement and model files of interest.
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|