Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(core): support passing custom ':type' in into-schema opt for :map and :map-of #968

Merged
merged 1 commit into from
Dec 31, 2023

Conversation

jasonjckn
Copy link
Contributor

@jasonjckn jasonjckn commented Oct 23, 2023

since the into-schema/'higher kinded schema' :map's uses map? as its predicate, and no instance of datomic.query.EntityMap is a map? but supports most of the interfaces&protocols, i need to define my own variant, namely :entity-map, i saw you support changing the predicate, so why not the :type tag as well? This PR does that.

image

@ikitommi ikitommi merged commit f23c5ca into metosin:master Dec 31, 2023
9 checks passed
@ikitommi
Copy link
Member

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants