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

Make `Connection`’s `parsedStatements` a prototypeless object

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

@charmander がすでに取り組んでいます。

2026年8月11日 から。

評価

この issue はまだ評価されていません。

説明

make Connection’s parsedStatements a prototypeless object

(= namedQueries on the native Client)

Maybe nobody has ever tried to prepare a query with name: 'constructor' (let alone the more obscure options on Object.prototype), and maybe nobody ever will, but it would be nice not to have to think about this anymore. Technically a breaking change for anyone who’s reaching into pg internals to do an inadvisable client.connection.parsedStatements.hasOwnProperty(…) check, for example.

Originally posted by @charmander in https://github.com/brianc/node-postgres/discussions/3598#discussioncomment-15942909

主要言語
JavaScript
スター
13.2k
フォーク
1.4k
平均マージ
6日 15時間
マージ済み PR(30日)
6

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

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

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

brianc/node-postgres のほかの issue

brianc/node-postgres の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

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

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