Connectorx

Latest version: v0.3.2

Safety actively analyzes 622979 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.2

What's Changed
* Fix typo "lightening" in README.md by kevinheavey in https://github.com/sfu-db/connector-x/pull/389
* Adds Enum transport in Postgres->Arrow2 +tests by auyer in https://github.com/sfu-db/connector-x/pull/391
* Polars uses Arrow2 in their code. So should this lib by auyer in https://github.com/sfu-db/connector-x/pull/393
* Adds support for the rest of the Ltree family + docs on binary protocol by auyer in https://github.com/sfu-db/connector-x/pull/392
* use stable rust with GAT stablized in 1.65 by dovahcrow in https://github.com/sfu-db/connector-x/pull/395
* added simple query implementation by alswang18 in https://github.com/sfu-db/connector-x/pull/387
* Expose cpp lib and support iterative interface for arrow destination by wangxiaoying in https://github.com/sfu-db/connector-x/pull/398
* Datafusion 14 arrow 26 upgrade by wangxiaoying in https://github.com/sfu-db/connector-x/pull/399
* Add PG JSON to Arrow transport rules by gruuya in https://github.com/sfu-db/connector-x/pull/405
* fix build only with src_bigquery and dst_arrow2 by marianoguerra in https://github.com/sfu-db/connector-x/pull/441
* feat: add support MYSQL_TYPE_VARCHAR to read MySQL by zzzdong in https://github.com/sfu-db/connector-x/pull/463
* Fixed oracle Date type conversion to fix issue 469 by FerriLuli in https://github.com/sfu-db/connector-x/pull/473
* Libgssapi by kotval in https://github.com/sfu-db/connector-x/pull/472
* Feat/add support for _varchar by Jordan-M-Young in https://github.com/sfu-db/connector-x/pull/487
* Push empty vec on ArrowAssoc when Option is None to fix Postgres _varchar can panic on Option.unwrap by auyer in https://github.com/sfu-db/connector-x/pull/490
* Feat/add support for _text by Jordan-M-Young in https://github.com/sfu-db/connector-x/pull/497
* Feat/pg name support by Jordan-M-Young in https://github.com/sfu-db/connector-x/pull/504
* postgres: add boolean array by Amar1729 in https://github.com/sfu-db/connector-x/pull/453
* Arrow2 and Polars- versions are terribly outdated - updated by AnatolyBuga in https://github.com/sfu-db/connector-x/pull/525
* fix incorrect nullability for datetime type when writing to arrow by Cabbagec in https://github.com/sfu-db/connector-x/pull/529
* Upgrade maturin to 1.0 by messense in https://github.com/sfu-db/connector-x/pull/523

New Contributors
* kevinheavey made their first contribution in https://github.com/sfu-db/connector-x/pull/389
* alswang18 made their first contribution in https://github.com/sfu-db/connector-x/pull/387
* gruuya made their first contribution in https://github.com/sfu-db/connector-x/pull/405
* marianoguerra made their first contribution in https://github.com/sfu-db/connector-x/pull/441
* zzzdong made their first contribution in https://github.com/sfu-db/connector-x/pull/463
* FerriLuli made their first contribution in https://github.com/sfu-db/connector-x/pull/473
* kotval made their first contribution in https://github.com/sfu-db/connector-x/pull/472
* Jordan-M-Young made their first contribution in https://github.com/sfu-db/connector-x/pull/487
* Amar1729 made their first contribution in https://github.com/sfu-db/connector-x/pull/453
* AnatolyBuga made their first contribution in https://github.com/sfu-db/connector-x/pull/525
* Cabbagec made their first contribution in https://github.com/sfu-db/connector-x/pull/529
* messense made their first contribution in https://github.com/sfu-db/connector-x/pull/523

**Full Changelog**: https://github.com/sfu-db/connector-x/compare/v0.3.1...v0.3.2

0.3.1

What's Changed
* Add CLOB and BLOB to Oracle typesystem by wKollendorf in 287
* Correcting Spelling in Docs by venkashank in https://github.com/sfu-db/connector-x/pull/297
* Update doc by lBilali in 324 327 326 325 323
* Adding bigquery job location in parameters while getting job details by phanindra-ramesh in https://github.com/sfu-db/connector-x/pull/346
* Refactor for federated query in https://github.com/sfu-db/connector-x/pull/351
* Rust version bump to nightly-2022-09-15 https://github.com/sfu-db/connector-x/pull/357
* Add array support in arrow2 339
* Upgrade gcp-bigquery-client to 0.13.0 by hieudepchai in https://github.com/sfu-db/connector-x/pull/355
* Bump arrow-rs to 22 by houqp in https://github.com/sfu-db/connector-x/pull/364
* Add ltree string type by auyer in https://github.com/sfu-db/connector-x/pull/382
* Fix docs typo by alexander-beedie in https://github.com/sfu-db/connector-x/pull/383
* Add citext in postgres 372
* Add long in oracle 375
* Support MySQL in federated query 296
* Add appname in mssql connection string 336
* Fix bug for NULL values in round func on oracle 333

New Contributors
wKollendorf, houqp, venkashank, lBilali, phanindra-ramesh, hieudepchai, auyer made their first contribution

0.3.0

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

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

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

Features
* Add Google BigQuery as source https://github.com/sfu-db/connector-x/issues/152 - need benchmark and more tests
* Add windows trust_connection for mssql https://github.com/sfu-db/connector-x/discussions/145
* Support Postgres HStore (only for cursor protocol) https://github.com/sfu-db/connector-x/issues/174

Others
* Investigate SQLite in-memory database https://github.com/sfu-db/connector-x/issues/172
* Add redshift to connection uri automatically use cursor protocol https://github.com/sfu-db/connector-x/pull/187
* Test on mariadb https://github.com/sfu-db/connector-x/issues/193
* Test on azure sql database

Page 1 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.