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
Maybe, because of YdbMappingJdbcConverter should be applied every time to consider @YdbType, we can rely on the fact that user will always have to extend the AbstractYdbJdbcConfiguration.
Currently, we register the
YdbDialectProvider
viaspring.factories
. This approach is kind of wacky since it only works when the user is actually using the Spring Boot.Maybe, because of
YdbMappingJdbcConverter
should be applied every time to consider@YdbType
, we can rely on the fact that user will always have to extend theAbstractYdbJdbcConfiguration
.Related: #173 #174 #175
CC: @KirillKurdyukov
The text was updated successfully, but these errors were encountered: