Skip to content

Commit

Permalink
Merge pull request #19 from dr-rodriguez/master
Browse files Browse the repository at this point in the history
Version info
  • Loading branch information
hover2pi committed Mar 10, 2016
2 parents c442066 + 4d783c3 commit dea5627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions astrodbkit/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from pkg_resources import get_distribution
__version__ = get_distribution('astrodbkit').version
2 changes: 1 addition & 1 deletion astrodbkit/astrodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ def _explicit_query(self, SQL):

elif 'pragma' in SQL.lower():
columns = ['cid','name','type','notnull','dflt_value','pk']

return SQL, columns

# ==============================================================================================================================================
Expand Down

0 comments on commit dea5627

Please sign in to comment.