Datomic Console parse query contains hex string error, e.g.
[:find ?e
:where
[?e :movie/title "0x1"]
]
will be parse to:
[:find ?e
:where
[?e :movie/title 1]
]
But the expected result is keep it as string "0x1"
.
more info
Datomic Console version: datomic-pro-1.0.6735