Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long在ksp阶段有问题,生成的代码无法通过编译 #58

Closed
selcarpa opened this issue Nov 7, 2023 · 2 comments
Closed

Long在ksp阶段有问题,生成的代码无法通过编译 #58

selcarpa opened this issue Nov 7, 2023 · 2 comments

Comments

@selcarpa
Copy link

selcarpa commented Nov 7, 2023

image

以下是实体类本身

@DBRow("domain_record")
@Serializable
data class DomainRecord(
    val name: String,
    /**
     * @see model.protocol.RecordType
     */
    val recordType: Int,
    val content: String,
    val ttl: Int = 86400,
    val priority: Int = 10,
    val updateTime: Long = Clock.System.now().toEpochMilliseconds(),
    val cachedDomain: Boolean = false
) {
    val id = uuid4().toString()

}
@qiaoyuang
Copy link
Collaborator

sqllin-processor 部分有问题,我来修复,补全单元测试后提交合并。预计明天可以发个新版

@qiaoyuang
Copy link
Collaborator

该问题已经修复,请尝试使用最新的 1.2.2 版本

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants