We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.9.56
JDK 21
PostgreSQL
Mac
DTO语言自定义字段类型为Double时默认值应该为0.0
DTO语言自定义字段类型为Double时默认值为0,编译不通过
DTO语言自定义字段类型为Double时默认值为0而不是0.0导致编译不通过
新建一个视图,增加一个自定义Double字段 TestView { #allScalars
nums :Double
}
No response
The text was updated successfully, but these errors were encountered:
#921, #940
b581c3a
Try 0.9.61
0.9.61
Sorry, something went wrong.
No branches or pull requests
Jimmer Version
0.9.56
JDK Version
JDK 21
Database
PostgreSQL
OS
Mac
Expected behavior
DTO语言自定义字段类型为Double时默认值应该为0.0
Actual behavior
DTO语言自定义字段类型为Double时默认值为0,编译不通过
Description
DTO语言自定义字段类型为Double时默认值为0而不是0.0导致编译不通过
Reproduction steps
新建一个视图,增加一个自定义Double字段
TestView {
#allScalars
}
Generated SQL
No response
Relation Model
No response
Screenshots
No response
Logs
No response
The text was updated successfully, but these errors were encountered: