-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Configuring row normalization #36
Comments
Any idea, how api could look? cc @dg |
Does it have to be solved with configuration? Why not just extract to logic from |
Of course, configuratin means just some API :-) The question, how to inject own RowNormalizer into ResultSet. |
Global service for default normalizer injected by constructor to Regarding current implementation – why is driver-specific normalization called after general normalization and not before? |
This feature would be great, because sometimes I don't need normalization overhead. |
Would be nice to have confirugable normalization of database row result.
Currently, it's impossible to add own new normalization (like pgarray?). On the other hand, it's impossible to disable some normalization (like all transforms to datetime/dateinterval, ...)
The text was updated successfully, but these errors were encountered: