Davide Mauri

Results 34 issues of Davide Mauri

When reading from Cosmos DB Changfeed, if the original document already has a `_lsn` property, the ChangeFeedProcessor will add an additional one, creating an invalid JSON document ```json { "name":...

bug
investigate

- [ ] Add needed Learn indexing metadata - [ ] Onboard https://learn.microsoft.com/en-us/samples/browse/

### What happened? While DAB will still work fine, I was able to specify two roles with the same name for the same entity, for example: ```json "permissions": [ {...

bug
documentation
validation
hacktoberfest

# Summary Increase the number of Authentication providers supported # Motivation Right now, only EasyAuth and Azure AD are supported. Common authentication providers like Auth0 and in general support for...

enhancement
auth
rfc

As per discussion here: #1094, it would be good to have a way to define which element of the received JWT token are passed into the SESSION_CONTEXT. For example: ```...

enhancement
auth

We should be able to automatically detect if a column contains JSON data and avoid escaping it in the output. Right now if I have the following table: ``` create...

improvement
known-issue

# Summary Add support for the Relay GraphQL standard # Motivation Relay provides quite a lot of useful features to front-developers and given that fact that it is almost a...

needs discussion
rfc

### What happened? My table is the following: ```sql create table vehicle_position_data ( id varchar(20) not null primary key clustered, trip_id int not null, direction_id int not null, vehicle_id varchar(20)...

bug
good first issue
mssql
usability
engine

### What happened? If the user used to connect to the database is not in the db_owner role, columns default values are not read. Here's the repo (on SQL Server)....

bug
mssql
triage