Azure / Azure/data-api-builder
[Bug]: quoted table name for postgrsql db not supporting with dab version 1.5.43-rc
- 主要言語
- C#
- スター
- 1.5k
- フォーク
- 370
- 平均マージ
- 3日 22時間
- マージ済み PR(30日)
- 9
説明
### What happened?
When I used dab for postfresql then it’s not supported and it’s failing to start with this error
42P01: relations “db.”Employee”” does not exist.
as per db is schema and “Employee” is table name.
Used this in dab config JSON
{
“source”: {
“object”: “db.\”Employee\””,
“type”: “table”
}
### Version
1.5.43-rc
### What database are you using?
PostgreSQL
### What hosting model are you using?
Custom Docker host
### Which API approach are you accessing DAB through?
REST
### Relevant log output
```Text
```
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
コントリビューションガイド
調査の方向性
ソースファイル、テスト、エントリポイントのいずれも指定されていません。提供された DAB 構成で PostgreSQL 1.5.43-rc に対して問題を再現し、その後、スキーマと引用符で囲まれたテーブル名 Employee がどのように解決されるかを追跡してください。サービスが起動し、42P01 エラーなしで構成されたテーブルにアクセスできれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- postgresql
- 領域
- backend-api-design, databases
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100