-
### 环境
- jimmer 0.8.160
- h2: 2.2.224
### 实体结构
```kotlin
@Entity
interface GenModel {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
val id: Long
val name: S…
-
## Description
For security reasons, we removed the ability to expose all fields from a model by using `t.prismaFields(['*'])`.
However, we still think that there might be a lot of advantages to…
-
Pulling out of
https://github.com/geneontology/annotation_extensions/issues/75
so it does not get lost
Which relationship can be used to annotate things which are "indirect effects" and not p…
-
# Delta State Replicated Data Types
Paper: https://arxiv.org/pdf/1603.01529.pdf
> Conflict-Free Replicated Data Types (CRDTs) are distributed datatypes that allow different replicas of a distrib…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
My customer is developing a solution where Blazor WASM components are exposed as web componen…
-
## The suggestion
A type-safe way to handle auth errors in a common place, and then let the calling component know that there was an error, but it's been handled...
### The problem
In the…
-
we need a more coherent way of specifying a list of allowed mutations than what is described here:
https://github.com/choderalab/perses/blob/f679ffba41b21ec2ac69f14091dedaf819ec9deb/perses/rjmc/topol…
-
抱歉这个bug没法简单复现,下面先附上调用栈,推测应该是sqlBuilder有一个tb_1.使用错成字段名:
```
Cannot create the batch SQL statement: delete from jimmer_code_gen.gen_super_entity_mapping tb_1_ where exists (select * from jimmer_code…
-
When writing tests that involve the FTS engine, I'm stuck with stone age technique of thread cpu-busy loop to wait the FTS engine to index my documents.
I have tried the following :
```java
in…
-
**Is your feature request related to a problem? Please describe.**
Missing capability for converting CUE programs to valid graphql schemas
**Describe the solution you'd like**
Add a package to en…
qequ updated
9 months ago