-
client-adapter
--rdb
此模块下,在执行sql前,会根据设定的thread数,将targetPk进行hash分组,从而实现多个session并发执行sql。
futures.add(executorThreads[i].submit(() -> {
try {
dmlsPartition[j]
.forEach(syn…
deeXW updated
3 years ago
-
### Expected behavior
### Actual behavior
### Steps to reproduce the behavior
-
I have a two models (parent, child) with GUID as PrimaryKey. In a one-to-many relation. By default, the option "ValueGeneratedOnAdd" is activated for PrimaryKey as described here:
https://learn.micr…
-
When I attach an entity that has an owned type attached to it and I change the state of that entity using the ChangeTracker to EntityState.Added, the owned type should also get the EntityState.Added s…
-
### What happened?
I had this problem in the past, but majora helped me sort it out on Discord, then it updated the 0.7.1 and apparently solved the issue, but now I'm on 0.8.1.0 and each monday morni…
-
I have an asp.net project with a simple INSERT query, which is confirmed to work with Postgres. Replacing Postgres with CockroachDB breaks it, however:
```
Executed DbCommand (5ms) [Parameters=[@p…
-
You can currently cause write errors in the DB code if you concurrently modify your preferences on two servers connected to the same postgres DB, by doing the following:
1. log onto two servers con…
-
Given the following entity
```
public class MyEntity {
public virtual Guid PersistenceId { get; private set; }
public virtual int MyEntityId { get; private set; }
public virtual str…
-
### Description
In a detached parent/child hierarchy scenario when replacing a parent node with a child node, a DbUpdateConcurrencyException is thrown when DeleteBehavior.Cascade is used.
Before:
…
-
The WAVI use-case introduces an extremely useful requirement, that of being able to repeat batches on condition. This is not a small development as we'll be introducing not only the need to repeat and…