From 44f9a76228b439bd957131d8e0c073ed47c74a83 Mon Sep 17 00:00:00 2001 From: Jing Wang Date: Mon, 23 Mar 2015 00:09:27 -0700 Subject: [PATCH] Add a note on status of query generation --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index a08102f8..6286dca0 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,4 @@ +====== PyHive ====== @@ -31,6 +32,9 @@ First install this package to register it with SQLAlchemy (see ``setup.py``). logs = Table('my_awesome_data', MetaData(bind=engine), autoload=True) print select([func.count('*')], from_obj=logs).scalar() +Note: query generation functionality is not exhaustive or fully tested, but there should be no +problem with raw SQL. + Requirements ============