Skip to content
New issue

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

[Improvement] Support new columns type like UUID #15

Closed
otoniel-isidoro opened this issue Aug 23, 2015 · 3 comments
Closed

[Improvement] Support new columns type like UUID #15

otoniel-isidoro opened this issue Aug 23, 2015 · 3 comments

Comments

@otoniel-isidoro
Copy link

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.

@otoniel-isidoro
Copy link
Author

#16

@otoniel-isidoro
Copy link
Author

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.

@otoniel-isidoro
Copy link
Author

I will close this issue and open another one to generic column type assertions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants