Skip to content

Releases: sfu-db/connector-x

0.3.3

10 May 00:51
e443529
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

What's Changed

New Contributors

Read more

0.3.2

28 Aug 05:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2

0.3.1

31 Oct 23:14
Compare
Choose a tag to compare

What's Changed

New Contributors

@wKollendorf, @houqp, @venkashank, @lBilali, @phanindra-ramesh, @Hieudepchai, @auyer made their first contribution

0.3.0

11 May 04:06
Compare
Choose a tag to compare

ConnectorX

Features

  • Add experimental support on federated query (support PostgreSQL only) #280
  • BigQuery support experimental -> stable #152
  • Upgrade rust version to nightly-2022-04-17

Bug Fix

  • Arrow2 add blob #261
  • Mssql datetime fix #263
  • Add Mssql encryption option #265
  • Fix Mssql count query construction for queries with OFFSET
  • Add binaryfloat and binarydouble to Oracle #273

0.2.5

29 Mar 05:33
Compare
Choose a tag to compare

ConnectorX

Features

  • Build wheel for m1 machine through cross compile #238
  • Support client authentication on postgres #222
  • Expose partition_sql and get_meta for Python API
  • Parse connection url's scheme as the substring before '+', to compatible with possible sqlalchemy user's input

Bug Fix

  • Sqlite windows path error #245
  • Oracle convert Number(0,0) to float for round(x, y) #227

0.2.4

03 Mar 07:08
Compare
Choose a tag to compare

ConnectorX 0.2.4

Bug Fix

  • Fixing deallocating None bug #201
  • Clickhouse support on new version #165
  • Shrink array before return for arrow2 to reduce memory usage when result is small #196
  • Fix Oracle port error #209

Others

  • Improve Oracle performance by enlarging array size using prepared statement #127
  • Upgrade arrow2 to 0.9 #221
  • Add Postgres Json, TimestampTz support to arrow2 #235 #229
  • Clean up python dependencies (remove ones for benchmarking)

0.2.3

21 Dec 20:09
Compare
Choose a tag to compare

ConnectorX 0.2.3

Features

  • Add Google BigQuery as source #152 - need benchmark and more tests
  • Add windows trust_connection for mssql #145
  • Support Postgres HStore (only for cursor protocol) #174

Others

  • Investigate SQLite in-memory database #172
  • Add redshift to connection uri automatically use cursor protocol #187
  • Test on mariadb #193
  • Test on azure sql database

0.2.2

23 Nov 17:33
Compare
Choose a tag to compare

ConnectorX 0.2.2

Features

  • Stream write to destination #147
  • Support CTE #161
  • Add money type support in mssql #141
  • Add support of converting bytea in postgres arrow #148

Bug Fixes

  • Test each feature gate #139
  • Support Python 3.10 #157
  • Adding instance name to connect mssql #140
  • Support multiple integer types when for count query in postgres #153
  • Support unsigned for mysql: #163
  • Fix issue when limit > count: #166

Other Changes

  • Add turbodbc in benchmark #124
  • Update polars dependency #154