issues
search
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
Fix/custom types select queries
#89
Closed
marksto
closed
2 years ago
marksto
commented
2 years ago
@camsaul Addresses the issue #88.
[x] Ensure the PR follows the
Clojure Style Guide
and the
Metabase Clojure Style Guide
.
[x] Tests and linters pass. You can run them locally as follows:
lein test && lein lint
[x] Make sure you've included new tests for any new features or bugfixes
[x] New features are documented, or documentation is updated appropriately for any changed features. [regression issue]
[x] Carefully review your own changes and revert any superfluous ones.
[x] Include a detailed explanation of what changes you're making and why you've made them. [see the issue for details]
@camsaul Addresses the issue #88.
lein test && lein lint