-
### User Story
As a Sender of ORM and OML versions 2.5.1 -> 2.7 greater,
I want the RS UP to losslessly process my message,
so that the receiver can receive all the data it contains
### Descri…
-
As go-blueprint adds more features and expands into DB layers, I am going to make the decision to not include an ORM.
The reason being:
- ORM's can be opionated
- Majority should know SQL > a par…
-
### Describe the bug
In some circumstances hibernate fails to report a meaningful error message and instead shows a nullpointerexception:
```
2024-11-21 19:00:18,827 WARN [org.hibernate.engine.jdbc…
-
### Describe the feature
When writing SQL 'UPDATE' statements using V ORM, there is not a built-in record update feature similar to how Sequel or ActiveRecord in Ruby allow passing the object using M…
-
I would like to use crate with my Django projects.
##
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/30997453-feature-request-django-orm-driver?utm_campaign=pl…
-
## Description
I ran `sea-orm-cli generate entity` and generated Rust code does not compile:
```shell
error[E0308]: mismatched types
--> entities/src/gen/foo.rs::
|
69 | …
-
### Report hasn't been filed before.
- [X] I have verified that the bug I'm about to report hasn't been filed before.
### What version of `drizzle-orm` are you using?
0.36.1
### What version of `d…
-
For instance, `aiida_localhost` in `manage/tests/pytest_fixtures.py`:
https://github.com/aiidateam/aiida-core/blob/dd866ce816e986285f2c5794f431b6e3c68a369b/src/aiida/manage/tests/pytest_fixtures.py…
-
# Bug
## Describe the Bug
ReportStream's ORM to FHIR and FHIR to OML transformations are losing data from a variety of fields, including:
- PID-3.4
- PID-8.2
- PID-8.3
- PID-10
- PID-11.7
- PID-18
…
-
Dear sir,
thanks for your sharing of using FastAPI at production level, I am using FastAPI as well now, but I found that it seems that the only disturbing point to me is that the choice of ORM mode…