Skip to content

Commit

Permalink
Add a note on status of query generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jingw committed Mar 23, 2015
1 parent 8373193 commit 44f9a76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
======
PyHive
======

Expand Down Expand Up @@ -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
============

Expand Down

0 comments on commit 44f9a76

Please sign in to comment.