Daniel Bertocci

Results 7 issues of Daniel Bertocci

According to the documentation, it is possible to override the default persistence.idGenerationMode: `**persistence.idGenerationMode.:** Since 2.2.0 Determines how entity ids are generated for this Entity Type. This overrides **persistence.idGenerationMode**.` **Current Behavior:**...

## Bug Description In some situations like using the $expand operator and $filter on phenomenonTime, causes a truncated response with an invalid JSON. **Current Behavior:** The server response is 200...

bug

## Issue Description I use `plugins_coreModel_idType` set to `LONG` for the system and FROST correctly creates tables with IDs bigint. I recently faced a performance issue on query observations, the...

## Description The current implementation on `fga store import` supports a configuration file with _tuples_ and _tuple_file_ fields. When _tuple_file_ field is defined, all the tuples defined are ignored. In...

I was investigating on query parameters on entities and I spotted the following behavior: Assume to have in the database only on Thing with id 1. Here the following requests:...

### Describe the bug With Angular 20, it was dropped [provideExperimentalZonelessChangeDetection()](https://angular.dev/api/core/provideExperimentalZonelessChangeDetection) (now, not found), in favor of [provideZonelessChangeDetection()](https://angular.dev/api/core/provideZoneChangeDetection). Because of this change, the work provided at https://github.com/storybookjs/storybook/pull/28657 became incompatible for...

feature request
angular

# Fix unexpected behavior when HandleNullPropagationOption is configured in ODataQuerySettings ## Context Although a developer can set the value of `context.QuerySettings.HandleNullPropagationOption` using ```csharp [EnableQuery(HandleNullPropagation = HandleNullPropagationOption.False)] ``` or using DI...