Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Allow more functions to accept options for PreparedStatement
Description
Now that functions accept a single options map, that could be passed between calls easily enough, which would allow options for prepare-statement to be passed to query and other functions.
Now that functions accept a single options map, that could be passed between calls easily enough, which would allow options for
prepare-statement
to be passed toquery
and other functions.