You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applying a function to a direct query of a field, this problem arises again
val userExternalInfo = sqlClient.createQuery(User::class) {
where(table.id eq userId)
select(table.externalInfo.asNonNull()) // If I remove this `asNonNull`, the query executes correctly.
}.fetchOne()
设置字段的
ScalarProvider
以表为单位查询时,是正常的
直接以字段为单位查询,就会报错“找不到
ScanDimension.params
对应的ScalarProvider
”The text was updated successfully, but these errors were encountered: