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
Idea: add an extra annotation like @SqlParameter to give extra information about parameters.
For example, none of the JDBC drivers I have looked at can tell whether a parameter is nullable. The developer could add the annotation to say whether the parameter is nullable or not.
The text was updated successfully, but these errors were encountered:
Idea: add an extra annotation like
@SqlParameter
to give extra information about parameters.For example, none of the JDBC drivers I have looked at can tell whether a parameter is nullable. The developer could add the annotation to say whether the parameter is nullable or not.
The text was updated successfully, but these errors were encountered: