blitz-orm icon indicating copy to clipboard operation
blitz-orm copied to clipboard

Results 16 blitz-orm issues
Sort by recently updated
recently updated
newest added

| :rocket: | This description was created by [Ellipsis](https://www.ellipsis.dev) for commit 285d982e91946487f42d5f75b28b6e30e4c1b1a8 | |--------|--------| ### Summary: Introduced intermediary relations handling in BQL mutations with updates to core files and unit...

### Details Context: This repo is an ORM that supports queries for surrealDB and typeDB. The tests are run for both, with the same tests, using the common BQL (Blitz...

sweep

> [!IMPORTANT] > Add PostgreSQL adapter with client support, configuration, schema, data, and tests, including PostgreSQL-specific query handling and limitations. > > - **PostgreSQL Adapter**: > - Add PostgreSQL client...

> [!IMPORTANT] > Enhance `buildSURQLMutation` to handle `$tempId` in metadata, update Docker command to `--strict` mode, and add test cases for mutation outputs with `$fields`. > > - **Mutation Building**:...

Migrate SurrealDB schema generation to use native bidirectional references. This change replaces the custom event-based reverse propagation with SurrealDB's built-in `REFERENCE` and `references` types, simplifying schema management and aligning with...

Enhance SurrealDB mutation outputs to provide complete deltas, impacted IDs, and deleted/unlinked values. Previously, BORM's SurrealDB mutation outputs lacked complete information, especially for unlink operations, event-driven changes, and full data...