Skip to content

Releases: SQream/pysqream

Pysqream v5.0.0

26 Sep 08:08
7de8de7
Compare
Choose a tag to compare

Python connector support array datatype

Pysqream v3.2.5

16 Mar 17:20
dbd2a98
Compare
Choose a tag to compare
  • Supported numpy version 1.20 and above
  • Supported python3.9 and above

Note: All versions of pysqream before this version supported only Python3.6

Pysqream v3.2.4

23 Feb 09:05
92400c6
Compare
Choose a tag to compare

The Python connector before the changes fetched all the data without using the nullable columns.
It means that It read all the data and after checking what is nullable.
Now, Before reading the value, python checks if it's null and if not reads the value.

Pysqream v3.2.3

29 Jan 16:04
13b032f
Compare
Choose a tag to compare

Fix closing connection
Fix double connection

Pysqream v3.2.2

15 Dec 09:09
8d8e24f
Compare
Choose a tag to compare
  • Upgrade Pyarrow to version 6.0.1

Pysqream v3.2.1

14 Dec 18:27
6bb113b
Compare
Choose a tag to compare
  • Fixing import issue between pysqream-blue and pysqream

Pysqream v3.2.0

14 Dec 07:49
ea1b915
Compare
Choose a tag to compare
  • Return the full error to the client from the server.
  • Fixing imports issue when using pysqream & pysqream-blue.

Pysqream v3.1.9

23 Nov 11:23
541cd2f
Compare
Choose a tag to compare
Pysqream v3.1.9 Pre-release
Pre-release

Refactor python connector like the interface of DB-API

Pysqream v3.1.8

08 Aug 07:03
8eb6cfc
Compare
Choose a tag to compare

Cython library is not supported

Pysqream v3.1.7

01 Aug 09:19
c47b81e
Compare
Choose a tag to compare

Bug fix - not find module pyximport while not using.