Skip to content

Releases: nuodb/nuodb-python

Release 2.6.1

10 Oct 18:07
Compare
Choose a tag to compare
  • Mark the module as OS-independent
  • Add CircleCI support
  • Update copyrights

Release 2.3.2

10 Sep 20:49
Compare
Choose a tag to compare
  • Added method close_result_set to encodedsession
  • Added method close to result_set
  • Any open result_set objects that are associated with a cursor will be closed when cursor.close() is called. The previous behavior kept the result_set objects open for the whole session of the connection.
  • Released alongside NuoDB 2.3.1.14 release found here http://download.nuodb.com

Release 2.3.1

09 Jul 18:59
Compare
Choose a tag to compare

Python 3 support and various datatype fixes