Use specific error for exceptions raised by create_scalar_function
まだ誰も着手していません。
評価
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 初心者へのやさしさ
- 35/100
調査の方向性
まず register_function コード内のコメントを読み、deterministic モードで create_scalar_function からの例外を再現します。その例外を sqlite3.NotSupportedError と比較し、APSW のエラーが現在どのように捕捉されているかを調べます。利用可能な場合は特定の APSW エラーを発生させるか、不足しているエラーを文書化して上流の APSW プロジェクトにエスカレーションできれば完了です。
索引モデルが issue の本文から書いたものです。
説明
Typically APSW has more precise errors than Sqlite3, this is one of the exceptions.
When using create_scalar_function in deterministic mode, it is possible to throw an exception based on Sqlite constraints. In sqlite3 this raises a sqlite.NotSupportedError, but there is nothing specific in APSW. In fact, we're not sure what error is raised, so we lump it under apsw.Error. Some better things we can do:
- Figure the specific error and capture/raise that as necessary
- If there is no specific error, open a ticket, submit a PR to the upstream APSW library
[!NOTE]
This is documented as a comment in theregister_functioncode within this library
- 主要言語
- Python
- スター
- 3
- フォーク
- 3
- PR マージ指標
- 30日以内にマージされた PR はありません
環境構築
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
AnswerDotAI/apswutils のほかの issue
-
難易度 1/5 1時間未満 初心者へのやさしさ 72/100
AnswerDotAI/apswutils#28 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
AnswerDotAI/apswutils#22 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 15/100
AnswerDotAI/apswutils#21 ·
-
難易度 1/5 1時間未満 初心者へのやさしさ 35/100
AnswerDotAI/apswutils#19 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 45/100
AnswerDotAI/apswutils#17 ·
AnswerDotAI/apswutils の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
solana-foundation/pay-kit#341 ·
メンテナーはふだん 1 日以内に返信
-
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
nasa/python_cmr#123 ·
-
難易度 1/5 1時間未満 初心者へのやさしさ 92/100
EleutherAI/lm-evaluation-harness#4243 ·
メンテナーはふだん 1 日以内に返信
-
area: dashboard bug perceived difficulty: 3
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
Nitjsefnie-Harness-Commons/daedalus#1179 ·
メンテナーはふだん 1 日以内に返信
-
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
cusp-ai-oss/tojax#17 ·