Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Add options to generator to move stored proc params to separate lines

オープン
#21 コメント 0 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
sql
領域
databases

調査の方向性

まず Sql150ScriptGenerator とストアドプロシージャのパラメーターのフォーマット処理を特定します。TSqlFragment をどのようにシリアライズしているかを確認し、そのうえで、オプションによってパラメーターを同じ行に配置するか別々の行に配置するかを選択できる方法を検討します。オプションが指定されていない場合に既存の動作を維持しながら、ジェネレーターが要求されたフォーマットの選択肢を提供できれば完了です。

索引モデルが issue の本文から書いたものです。

説明

enhancement formatting

Is your feature request related to a problem? Please describe.
Sql150ScriptGenerator to re-generate the SQL text when provided with an input TSqlFragment, leads to putting all stored procedure parameters on same line.

Describe the solution you'd like
This looks poor, ideally should leave all parameters on separate lines or give user an option to pick what they want here.

Describe alternatives you've considered
Other than using tokens to rewrite the script (in which case generator is not necessary and we lose the gains we get using it as well) there are no other known alternatives.

Additional context
Add any other context or screenshots about the feature request here.

主要言語
GAP
スター
277
フォーク
43
平均マージ
6日 17時間
マージ済み PR(30日)
3

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

microsoft/SqlScriptDOM のほかの issue

microsoft/SqlScriptDOM の issue をすべて見る

似ている issue

Databases の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。