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
The number of supported types of db columns is very limited. Should be possible at least specify a custom type by an extension point like withValueType(UUID.class) for example.
The text was updated successfully, but these errors were encountered:
For now I added the UUID type but I will try implement later a generic type to turn it possible to make assertions on any column type that is not mapped on assertj-db.
The number of supported types of db columns is very limited. Should be possible at least specify a custom type by an extension point like withValueType(UUID.class) for example.
The text was updated successfully, but these errors were encountered: