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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New features:
Added Execute methods to PooledQldbDriver
Added support for python native types for execute_statement parameters
Unavoidable breaking changes:
In order to be more pythonic, the method signature of execute_statement has been changed to receive *args. This is a breaking change for any application that uses 1.0.0-rc.2 version of the driver. Starting v2.0, applications should pass execute_statement parameters as comma separated arguments instead of passing them as a list.