Skip to content

v0.8.0

Compare
Choose a tag to compare
@dvalters dvalters released this 18 Jun 15:54
c721acb
  • Added support for fetchone row. Fetches a single row.
  • Deprecation warning for executemany parameter order. The order of parameters to copyrows will be changed in the next release, or keyword arguments will be used (See: #28)
  • Copy function added to DbParams returning a deep copy.
  • Minor fixes and typos in setup

Contributors @volcan01010 @kerberpolis @metazool @dvalters