Skip to content

Commit

Permalink
Release version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jarus committed Nov 18, 2015
1 parent 952cce3 commit 94adba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ SQLAlchemy dialect for SAP HANA

This dialect allows you to use the SAP HANA database with SQLAlchemy and `pyhdb <https://github.com/SAP/PyHDB>`_ driver.

The dialect is currently very experimental and doesn't support all possible features in SQLAlchemy with SAP HANA.
The dialect is currently experimental and doesn't support all possible features in SQLAlchemy with SAP HANA.

Using python database interface delivered by hdbclient, is currently not supported.
The usage of the python database interface delivered by hdbclient, is currently not supported.

Prerequisites
-------------

At the moment the dialect only supports the pure Python database driver `pyhdb <https://github.com/SAP/PyHDB>`_.
At the moment the dialect only supports the pure Python database driver `pyhdb <https://github.com/SAP/PyHDB>`_. It's recommended to use pyhdb version 0.3.1 or above.

See the README of pyhdb about how you can install the driver.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3

0 comments on commit 94adba5

Please sign in to comment.