Skip to content

v1.0.1

Choose a tag to compare

@aosingh aosingh released this 01 Jan 19:39

Release v1.0.1

This is a maintenance release. PFB the changes

  1. lastrowdid is included in the query response if available
  2. rowcount is included in the query response if available
  3. In the response JSON, the key row_count is changed to rowcount to be inline with SQLite terminology
  4. Removed list comprehension when generating a resultset. Now, we use the list callable
  5. Minor code formatting changes for better readability
  6. Added Windows OS in the build matrix
  7. Added Python3.9 in the build matrix