Jérémy M
Jérémy M
## What kind of change does this PR introduce? Performance issue ## What is the current behavior? Currently, the query time increases linearly with the number of schemas in our...
**Describe the feature request** This feature request aims to add support for filtering operations on array types in `pg_graphql`. Currently, `pg_graphql` doesn't support filter operations on any array types, including...
## Scope & Context When sync command is ran, some `workspace-migrations` are created even if change should only apply on the metadata and not the database. ## Current behavior `workspace-migrations`...
## Scope & Context Move all database command when we create a new custom object into a transaction, to avoid errors and synchronisation problem. ## Current behavior Database calls are...
## Introduction This PR introduces "TwentyORM," a custom ORM module designed to streamline database interactions within our workspace schema, reducing the need for raw SQL queries. The API mirrors TypeORM's...
This PR is a follow up of PR #5153. This one introduce some changes on how we're querying composite fields. We can do: ```typescript export class CompanyService { constructor( @InjectWorkspaceRepository(CompanyObjectMetadata)...
This PR is updating all object metadata entities with the new decorators, and deleting the old ones. This way we can use the new TwentyORM with all the standard objects.
- [x] Update to react-native 0.25+ - [x] Remove peer dependency - [x] Remove url input autocorrect - [x] Add backButton - [ ] Android compatibility
## Scope & Context Since TwentyORM has been introduced in PR #5153, we've a new RelationMetadataType that is `MANY_TO_ONE`. This one is currently just here for the decorators used by...