Forte Scarlet

Results 65 issues of Forte Scarlet

应当使用 data.author.id 而不是 data.id

bug

core v4.11 添加的那些 pre send, post send 之类的事件

特性

用于配合 `kotlinx-io` 使用。但是由于属于不兼容更新(ktor 2.x 和 3.x 不兼容),major需要递增,考虑是否要等核心库进入 5.0 版本。

不兼容
dependencies

Part of https://github.com/square/kotlinpoet/issues/304, https://github.com/square/kotlinpoet/pull/1959 Migrate `OriginatingElementsHolder` and `Taggable` from JVM to common

### Jimmer Version 0.9.113 ### JDK Version JDK11 ### Database MySQL ### OS Windows ### Expected behavior Expected: Can operate normally ### Actual behavior The code: ```Java public class K12KnowledgeLevelRepository...

bug

### Reason Hi! Sometimes, I wish the result of a CTE recursive query could be used as a subquery within another query. For example: ```SQL WITH RECURSIVE cte AS (...

enhancement

### Reason Hello! I am trying to use: ```Java sql.createDelete(TABLE) .where(TABLE.id.eq(targetId)) .where(TABLE.userId.eq(targetUserId)) .execute() ``` to delete data (including dissociated data). This is a three-tier data structure: ```mermaid flowchart TD Folder...

enhancement

### Reason Hello! In MySQL, Upsert prioritizes checking the legality of an `insert`. When updating the `OneToMany` property in reverse, if the referenced entity is id-only, there is a high...

enhancement

```Kotlin /** * Indicates whether there is a generic type used to override the function return type * on the current mark annotation. * * If `true`, when determining the...

enhancement

Improve the existing code to make it clearer, more maintainable, and easier to contribute to.

improvements