-
Notifications
You must be signed in to change notification settings - Fork 92
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
@NamedStoredProcedure and createNamedStoredProcedureQuery() #637
Comments
I guess you're going to tell me we need it for the |
I don't see where the Vert.x client even supports output parameters yet. |
To be honest I haven't given it much thought. I was thinking that a user might want to call a stored procedure that it's defined using the annotation. I'm fine closing this issue and create a new one if somebody ask for it or when the Vert.x client offers support for calling stored procedures. |
Well, as a temporary measure we could probably just let them call it as a regular native query, no? That should work at least for stored procedures that return exactly one result set. WDYT? |
Can't they just do that? They don't need to use |
They can, I thought you were worried that they might be already using the |
Anyway, I propose that we just leave this issue open and unscheduled until someone asks for it. |
Sounds good to me |
I don't think it's critical at the moment but I've noticed we don't have an equivalent of
createNamedStoredProcedureQuery
.@gavinking is it something that we want to have eventually?
The text was updated successfully, but these errors were encountered: