Optional parameters with default values for Named Queries
R
Ryan Deardorff
One feature I really love about Python is the ability to add new parameters to functions and give them default values so that I don't have to track down every existing use of the function and pass in the new parameter. It would be really useful to be able to do that with Named Queries.
Log In