Mihael Konjević
Mihael Konjević
New documentation infrastructure is needed, one that will support multiple mini libraries (EntityDB, Router, Forms)
This PR implements ability to embed relations under a column in Penkala queries. It is inspired by [jOOQ's `multiset` operator](https://blog.jooq.org/jooq-3-15s-new-multiset-operator-will-change-how-you-think-about-sql/) and implemented in similar fashion. ## Problem Penkala is a...
Enums require manual casting at the moment, but we might be able to cast them automatically
This pull request upgrades versions of dependencies, and fixes some bugs introduced by differences of behavior in newer browsers
Something like this should work: ``` clojure {:contacts.*.percentage [:0>100 :not-nil]} ```