Skip to content

Add driver level execute method, varargs and native types support

Compare
Choose a tag to compare
@saumehta9 saumehta9 released this 11 Mar 21:43
· 161 commits to master since this release
762846e

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.