Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Release of version 0.3.0
Browse files Browse the repository at this point in the history
- Updated README
- Updated CHANGES
  • Loading branch information
jarus committed Oct 29, 2015
1 parent 70b745e commit 8216346
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ Changelog
=========

0.3.0
- added LOB_WRITE requests allowing to insert or update LOBs of arbitrary size
- reactivated unit tests which were deactivated by accident
- added pyhdb.connect.from_ini(<inifile>) to connect to db with parameters from properly formatted ini file
- more code cleanup and refactoring
-----
- Added LOB_WRITE requests allowing to insert or update LOBs of arbitrary size
- Added support of SELECT FOR UPDATE statements
- Added support of Geometry types
- Added support for procedures with resultsets
- Fixed and improved Real, BigInt, Time and Date types
- Code cleanup and refactoring
- Renamed logger form receive to pyhdb
- Reactivated unit tests which were deactivated by accident
- Added pyhdb.connect.from_ini(<inifile>) to connect to db with parameters from properly formatted ini file

0.2.4
-----
Expand Down
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SAP HANA Database Client for Python

A pure Python client for the SAP HANA Database based on the `SAP HANA Database SQL Command Network Protocol <http://help.sap.com/hana/SAP_HANA_SQL_Command_Network_Protocol_Reference_en.pdf>`_.

pyhdb supports Python 2.6, 2.7, 3.3, 3.4 and also PyPy on Linux, OSX and Windows. It implements a large part of the `DBAPI Specification v2.0 (PEP 249) <http://legacy.python.org/dev/peps/pep-0249/>`_.
pyhdb supports Python 2.7, 3.3, 3.4, 3.5 and also PyPy on Linux, OSX and Windows. It implements a large part of the `DBAPI Specification v2.0 (PEP 249) <http://legacy.python.org/dev/peps/pep-0249/>`_. We plan to support Python 2.6 again in the future.

Table of contents
-----------------
Expand All @@ -26,6 +26,12 @@ Install from Python Package Index:
$ pip install pyhdb
Install from GitHub via pip:

.. code-block:: bash
$ pip install git+https://github.com/SAP/pyhdb.git
You can also install the latest version direct from a cloned git repository.

.. code-block:: bash
Expand Down

0 comments on commit 8216346

Please sign in to comment.