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.64
JDK21
all
Windows
进行SQL查询时,想要利用allScalarFields/allTableFields去获取Embeddable中的所有字段。
运行时报错,在allScalarFields/allTableFields调用到的ImmutableTypeImpl中的getSelectedProps方法中获取到了空的IdProp,产生空指针
None
在FetcherDSL中在定义为Embeddable的Fetcher中使用allScalarFields/allTableFields
No response
The text was updated successfully, but these errors were encountered:
#962
4e06a88
Try 0.9.68
0.9.68
Sorry, something went wrong.
No branches or pull requests
Jimmer Version
0.9.64
JDK Version
JDK21
Database
all
OS
Windows
Expected behavior
进行SQL查询时,想要利用allScalarFields/allTableFields去获取Embeddable中的所有字段。
Actual behavior
运行时报错,在allScalarFields/allTableFields调用到的ImmutableTypeImpl中的getSelectedProps方法中获取到了空的IdProp,产生空指针
Description
None
Reproduction steps
在FetcherDSL中在定义为Embeddable的Fetcher中使用allScalarFields/allTableFields
Generated SQL
No response
Relation Model
No response
Screenshots
No response
Logs
No response
The text was updated successfully, but these errors were encountered: