Azure / Azure/data-api-builder
postgreSQL Aggregation not supported?
Open
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 372
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 9
Description
It is only supported MSQL and DWSOL, big miss! No postgresql ?
public static readonly HashSet AggregationEnabledDatabaseTypes = new()
{
DatabaseType.MSSQL,
DatabaseType.DWSQL,
};
Contributor guide
Research direction
Start by locating the definition of AggregationEnabledDatabaseTypes and inspect the existing aggregation tests or PostgreSQL database handling. Confirm what PostgreSQL aggregation support requires, then verify that the supported-database list and relevant behavior cover PostgreSQL without regressing MSSQL or DWSQL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, postgresql
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100