Skip to content

Commit 44f9a76

Browse files
committed
Add a note on status of query generation
1 parent 8373193 commit 44f9a76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
======
12
PyHive
23
======
34

@@ -31,6 +32,9 @@ First install this package to register it with SQLAlchemy (see ``setup.py``).
3132
logs = Table('my_awesome_data', MetaData(bind=engine), autoload=True)
3233
print select([func.count('*')], from_obj=logs).scalar()
3334
35+
Note: query generation functionality is not exhaustive or fully tested, but there should be no
36+
problem with raw SQL.
37+
3438
Requirements
3539
============
3640

0 commit comments

Comments
 (0)