-
2024-10-17 13:54:41,154 [39] INFO Core.ORM.MySqlAdapter - Connection Opened:
2024-10-17 13:54:41,155 [39] INFO Core.ORM.MySqlAdapter - Start Connection Execute with: CREATE TEMPORARY TABLE TmpIn_CMM_…
-
### What version of `drizzle-orm` are you using?
0.34.0-f5f3e49
### What version of `drizzle-kit` are you using?
0.25.0-f5f3e49
### Describe the Bug
Ran into this issue after wanting to test the …
-
-
注册中心是nacos,然后webframework是goframe,并且orm使用的是goframe自带的orm,远程调用有grpc和类似openfeign的ghttp
-
### Problem description
Hi. im trying to deploy my first fresh project with deno deploy. all goes well until the final step of "Upload to DenoDeploy" in my github action which i get the following err…
-
The ORM is being rewritten. The following is the specification of the target public API.
``` dart
// A data structure will always be serialized to its direct representation as a map
class DataStructu…
-
## Description
Sea ORM uses `Vec` for `Bit` and `VarBit` with length greater than 1 and `bool` for length 1 or none. But it should use [`bitvec::vec::BitVec`](https://docs.rs/bitvec/latest/bitvec/v…
-
Caused by:
0: unable to insert dsi_messages into database
1: RecordNotFound Error: Failed to find inserted item
primary key is a String
```rust
pub struct Model {
#[sea_orm(primary…
lcmgh updated
1 month ago
-
Consider simplifying the session execution logic to always run an autoflush, independently of the fact that an ORM statement is being executed or not.
Since the v2 syntax is using the same paradigm…
-
Hello guys, just updated to sea_orm version 1 I get the following error while I'm trying to apply migrations at startup
the code is:
I'm using the code inside the doc
```rust
let connect_options =…