Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro80 committed Dec 11, 2018
2 parents c4b9ca9 + 06bba30 commit d854b55
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/-----.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: 不具合報告
about: 不具合があればこのテンプレを用いて報告してください

---

**概要**
不具合の簡単な概要を記述してください

**再現方法**
不具合を再現させる手順を教えて下さい
1. ○○○ボタンを押下して△△△画面に遷移する
2. テキストボックスに"・・・"を入力する
3. □□□ボタンを押下する
4. エラーダイアログが表示される

**画面キャプチャ**
可能であればエラー発生時の画面キャプチャを貼り付けてください

**不具合が発生した環境**
- OS: [e.g. Windows10]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**その他**
その他、記述すべき事柄
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# miniSqlParser
a simple SQL Parser, that can convert sql string to an abstract syntax tree.
a simple SQL Parser, that can convert sql statements to an abstract syntax tree.

## Description
C#で作成したシンプルなSQL構文解析器です。SQL文を解析して構文木を生成します。SELECT・INSERT・UPDATE・DELETEなどの基本的なSQL文に対応しています。生成した構文木をから整形したSQL文を出力したり、SQL文の変更などなどを行うことができます。
Expand All @@ -9,7 +9,7 @@ miniSqlParserは.NETのアセンブリファイル(DLLファイル)です。C#
SQL文の文法はDBMSによりかなり異なるため、主要DBMSの文法から共通的、かつ一般に用いられている部分を抜き出した文法を解析対象としています。

## Demo
[ここ](http://www.minisqlparser.net/ "SQL Formatter")で公開しているSQL整形WebアプリでminiSqlParserを使用しています。
[SQL Formatter](http://www.minisqlparser.net/ "SQL Formatter")で公開しているSQL整形WebアプリでminiSqlParserを使用しています。
![Alt text](SQLFormatter_Demo.jpg)

## Usage
Expand All @@ -32,4 +32,4 @@ SQL文の文法はDBMSによりかなり異なるため、主要DBMSの文法か
* .NET Framework 2.0 以上

## Licence
[MIT](https://github.com/tcnksm/tool/blob/master/LICENCE)
[MIT](https://github.com/tcnksm/tool/blob/master/LICENCE)
1 change: 0 additions & 1 deletion google83bc1d25a504f880.html

This file was deleted.

0 comments on commit d854b55

Please sign in to comment.