Name Collision
まだ誰も着手していません。
評価
調査の方向性
ファイルやテストは指定されていません。まず、提供された SQL Server スキーマで問題を再現し、その後、SQL 型プロバイダーの名前クリーンアップとメンバー生成のロジックを追跡してください。2 つの列でオーバーロードの衝突が発生しなくなるか、プロバイダーがクリーンアップを無効にする文書化された方法を公開すれば、完了です。
索引モデルが issue の本文から書いたものです。
説明
I’m trying to use the sql provider with our production ms sql database schema however I’ve found a problem which I can’t seem to work around. One of our table is badly constructed meaning with have ended up with the following:
CREATE TABLE [Account](
[Id] [int] IDENTITY(1,1),
[Billing_Address] [varchar](max) NULL,
[BillingAddress] [varchar](max) NULL,
)
When the provider runs it is cleaning the underscore out of the the first Billing_Address and the provided throws an error:
The type provider 'FSharp.Data.Sql.SqlTypeProvider' reported an error: GetMethodImpl. not support overloads, name = 'get_BillingAddress', methods - '[|Method get_BillingAddress; Method get_BillingAddress|]', callstack = '" at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
Sadly, I can’t change the production database so are there any options to disable the name clean up?
- 主要言語
- F#
- スター
- 627
- フォーク
- 147
- 平均マージ
- 2時間 2分
- マージ済み PR(30日)
- 1
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
fsprojects/SQLProvider のほかの issue
-
enhancement
難易度 3/5 1〜2日 初心者へのやさしさ 55/100
fsprojects/SQLProvider#872 · コメント 2 件 ·
-
Repo Assist? オープンenhancement
難易度 5/5 1週間以上 初心者へのやさしさ 10/100
fsprojects/SQLProvider#870 · コメント 1 件 ·
-
postgresql
難易度 4/5 3〜5日 初心者へのやさしさ 58/100
fsprojects/SQLProvider#869 · コメント 2 件 ·
-
documentation
難易度 2/5 1〜3時間 初心者へのやさしさ 42/100
fsprojects/SQLProvider#868 · コメント 2 件 ·
-
sql server
難易度 4/5 3〜5日 初心者へのやさしさ 45/100
fsprojects/SQLProvider#851 · コメント 1 件 ·
fsprojects/SQLProvider の issue をすべて見る
似ている issue
-
bug: AI Gateway client filter lists "Unknown" twice when NULL and literal Unknown clients coexist オープンbug
難易度 2/5 1〜3時間 初心者へのやさしさ 90/100
-
[BUG] A column whose default is the empty string is drawn in the ER diagram as having no default オープンbug database-provider good first issue hacktoberfest
難易度 2/5 1〜3時間 初心者へのやさしさ 90/100
libredb/libredb-studio#1030 · コメント 6 件 ·
-
comp-datalake
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
ClickHouse/ClickHouse#121222 ·
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
bug redshift
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100