xtdb / xtdb

An immutable database for application development and time-travel data compliance, with SQL and XTQL. Developed by @juxt

Home Page:https://xtdb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsupported `xt/id` types shouldn't create problems on query

FiV0 opened this issue · comments

  (xt/q node "SELECT * FROM foo WHERE foo.xt$id = ?"
        {:args [nil]})

currently throws.

Closed in c37f684