File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : 不具合報告
3+ about : 不具合があればこのテンプレを用いて報告してください
4+
5+ ---
6+
7+ ** 概要**
8+ 不具合の簡単な概要を記述してください
9+
10+ ** 再現方法**
11+ 不具合を再現させる手順を教えて下さい
12+ 1 . ○○○ボタンを押下して△△△画面に遷移する
13+ 2 . テキストボックスに"・・・"を入力する
14+ 3 . □□□ボタンを押下する
15+ 4 . エラーダイアログが表示される
16+
17+ ** 画面キャプチャ**
18+ 可能であればエラー発生時の画面キャプチャを貼り付けてください
19+
20+ ** 不具合が発生した環境**
21+ - OS: [ e.g. Windows10]
22+ - Browser [ e.g. chrome, safari]
23+ - Version [ e.g. 22]
24+
25+ ** その他**
26+ その他、記述すべき事柄
Original file line number Diff line number Diff line change 11# miniSqlParser
2- a simple SQL Parser, that can convert sql string to an abstract syntax tree.
2+ a simple SQL Parser, that can convert sql statements to an abstract syntax tree.
33
44## Description
55C#で作成したシンプルなSQL構文解析器です。SQL文を解析して構文木を生成します。SELECT・INSERT・UPDATE・DELETEなどの基本的なSQL文に対応しています。生成した構文木をから整形したSQL文を出力したり、SQL文の変更などなどを行うことができます。
@@ -9,7 +9,7 @@ miniSqlParserは.NETのアセンブリファイル(DLLファイル)です。C#
99SQL文の文法はDBMSによりかなり異なるため、主要DBMSの文法から共通的、かつ一般に用いられている部分を抜き出した文法を解析対象としています。
1010
1111## Demo
12- [ ここ ] ( http://www.minisqlparser.net/ " SQL Formatter ") で公開しているSQL整形WebアプリでminiSqlParserを使用しています。
12+ [ SQL Formatter ] ( http://www.minisqlparser.net/ " SQL Formatter ") で公開しているSQL整形WebアプリでminiSqlParserを使用しています。
1313![ Alt text] ( SQLFormatter_Demo.jpg )
1414
1515## Usage
@@ -32,4 +32,4 @@ SQL文の文法はDBMSによりかなり異なるため、主要DBMSの文法か
3232* .NET Framework 2.0 以上
3333
3434## Licence
35- [ MIT] ( https://github.com/tcnksm/tool/blob/master/LICENCE )
35+ [ MIT] ( https://github.com/tcnksm/tool/blob/master/LICENCE )
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments