Skip to content

Releases: SQream/pysqream

v5.2.0: Merge pull request #37 from SQream/ronfors-patch-1

29 Aug 11:36
fc3ea09
Compare
Choose a tag to compare

SQ-18286 - Get wrong error when running a sql statement on non GPU worker

Pysqream v5.1.0

07 Aug 12:15
f282d88
Compare
Choose a tag to compare
  • Use ping pong protocol for communicating with the server
  • Fixing calculation of splitting chunks
  • Fixing mismatch between send data message to ping pong message
  • Remove async packed columns on network insert

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