Hello Everyone,

The Apache Phoenix team is pleased to announce the immediate
availability of the 1.1.0 release of the Python Driver for Apache
Phoenix.
The Python Driver for Apache Phoenix implements the Python DB 2.0 API
to access Phoenix via the Phoenix Query Server.

This release includes the following improvements:


- Implemented get_primary_keys() and get_index_info() methods in meta
object (PHOENIX-6410)
- Fixed broken SqlAlchemy get_pk_constraint() method to use
meta.get_primary_keys() (PHOENIX-6410)
- Implemented SqlAlchemy get_indexes() method to expose
meta.get_index_info() (PHOENIX-6410)
- Fixed empty array column handling in result set (PHOENIX-6484)
- Added check for missing/extra query parameters (PHOENIX-6407)


Download source here [1],

or install via pip [2].

Thanks,
Istvan Toth
(on behalf of the Apache Phoenix team)

[1] https://phoenix.apache.org/download.html
<http://phoenix.apache.org/download.html>
[2] https://pypi.org/project/phoenixdb/

Reply via email to