Skip to content

Commit

Permalink
Support hyperUnique type (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored and mistercrunch committed May 16, 2018
1 parent 3850990 commit 6c6176e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pydruid/db/sqlalchemy.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
'bigint': types.BigInteger,
'timestamp': types.TIMESTAMP,
'date': types.DATE,
'other': types.BLOB,
}


Expand Down

0 comments on commit 6c6176e

Please sign in to comment.