metabase / toucan

A classy high-level Clojure library for defining application models and retrieving them from a DB
Eclipse Public License 1.0
570 stars 49 forks source link

Hydrate dash id keys #10

Closed plexus closed 7 years ago

plexus commented 7 years ago

When hydrating, check for keys ending in either _id or -id.

Also fixes a test that would fail depending on the timezone.

Closes #6.

camsaul commented 7 years ago

@plexus this looks great, I'll play around with it and then if it all looks good I'll hit merge

camsaul commented 7 years ago

Looks good. Thanks for the contribution

camsaul commented 7 years ago

@plexus I've released version 1.0.3 which includes your changes.

plexus commented 7 years ago

Great! Thanks for the quick response 😍