gordthompson / sqlalchemy-access

A Microsoft Access dialect for SQLAlchemy.
MIT License
50 stars 9 forks source link

added get_view_names to base.py (issue #4) #5

Closed cons0l3 closed 4 years ago

cons0l3 commented 4 years ago

when using sqlalchemy_access for reading access tables via pandas.read_sql_table(..) function a non-implemented error stopped the party. Easy fix add a get_view_names to base.py. Voilá. I did test it by using it. I did not write test cases, I as did not understand them in 1 minute of analysis.