You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
start server with dtlv serv
get-conn from my app (for a normal user)
create a new client from dtlv repl (for datalevin user)
execute (show-clients ...) 2 times
start server with dtlv serv
get-conn from my app (for a normal user)
create a new client from dtlv repl (for datalevin user)
execute (show-clients ...) 2 times
(def dc (new-client "dtlv://datalevin:datalevin@localhost"))
#'user/dc
(show-clients dc)
{#uuid "5beabc6e-6bae-42b8-b683-1a0e6750d553" {:ip "/127.0.0.1", :username "datalevin", :roles [:datalevin.role/datalevin], :permissions [[:datalevin.server/control :datalevin.server/server] [:datalevin.server/create :datalevin.server/database "foxcub"] [:datalevin.server/create :datalevin.server/database "foxcub"]], :open-dbs {"foxcub" {:datalog? true, :dbis #{}}}}, #uuid "a2e25e6c-03fb-403a-aa34-52ab9389f715" {:ip "/127.0.0.1", :username "datalevin", :roles [:datalevin.role/datalevin], :permissions [[:datalevin.server/control :datalevin.server/server] [:datalevin.server/create :datalevin.server/database "foxcub"] [:datalevin.server/create :datalevin.server/database "foxcub"]], :open-dbs {}}, #uuid "102a48a1-e522-4318-829c-d117797cf18b" {:ip "/127.0.0.1", :username "lava", :roles [:datalevin.role/lava], :permissions [[:datalevin.server/view :datalevin.server/role nil] [:datalevin.server/alter :datalevin.server/user "lava"] [:datalevin.server/alter :datalevin.server/database "foxcub"]], :open-dbs {"foxcub" {:datalog? true, :dbis #{}}}}}
(show-clients dc)
Request to Datalevin server failed: "datalevin.datom.Datom cannot be cast to java.lang.Comparable"
user>
The text was updated successfully, but these errors were encountered: