data-api-builder icon indicating copy to clipboard operation
data-api-builder copied to clipboard

Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.

Results 387 data-api-builder issues
Sort by recently updated
recently updated
newest added

in read we are calling a private `BuildSuccessfulResult` which is hard coding the response dictionary to use "status", and "result" as keys. ``` private static CallToolResult BuildSuccessResult( string entityName, JsonElement...

refactor
mcp-server

## What? `/health` fails against REST when DAB is hosted in ACA

bug

More details to follow

enhancement
mcp-server

This task is created more for a POC perspective to have dynamic registration of MCP tool. This scenario would be applicable mostly for Custom MCP tools but can also be...

mssql
mcp-server

### What happened? Tried filtering on the string "filter&test" Original URL: https://localhost:5001/api/my_entity?$filter=Region eq 'filter&test' Encoded URL: https://localhost:5001/api/my_entity?$filter=Region+eq+%27filter%26test%27 I get this response when using the encoded URL: response: { "error": {...

bug
triage
cri
move-to-close

### What happened? If a primary key is excluded through the `actions.fields.exclude` property an authorization error occurs when the `orderby` clause is used in the request, even if the field...

bug
triage

### What happened? Using fragments for the cursor fields results in error. ``` { books (first: 2) { items { id publisher_id } ...cursorFields } } fragment cursorFields on BooksConnection...

bug
triage
cri
fabric

Currently the nextLink/after value is retrieved by removing the brackets and saving the contents. However, it is done by assuming that the brackets are in the first and last positions...

# Vector data type In SQL (Azure SQL Database and SQL Server 2025+), the `VECTOR` datatype is an ordered array of `FLOAT32` values (single-precision floating point numbers). ```sql CREATE TABLE...

mssql
azure-host ⛅
mcp-server

## What? Allow developers to provide `query.graphql` files with predefined queries. This becomes a custom MCP tool registered in the MCP server. This is primarily the Hot Chocolate functionality. ###...

mssql
mcp-server