Edwin Park
Edwin Park
I tried this out on the latest version of various desktop (MacOS 11.6 - Safari, Chrome, Brave) and mobile (iOS 15.1 - Safari, Chrome, Firefox, Firefox Focus) browsers, and this...
Closing this issue as the doc site works fine for me now
I think the problem is in `d_list::dissoc_aux`: ``` for_each(i, _keys) { if (i == k) continue; new_keys = rt::cons(i, new_keys); new_values = rt::cons(rt::first(_values), new_values); _values = rt::rest(_values); } ``` In...
I think CAST is only available in SQL, and even when I try it it fails if I have stored values as keywords in the database: ``` SELECT CAST(type$id as...
No worries, I can work around it as you say. I'm evaluating xtdb right now and feeling out where the edges are, and this was one hole I fell into...
Amazing - thank you!
@jarohen is there a new version of `com.xtdb/xtdb-api` I need to use this? I updated myserver to use `ghcr.io/xtdb/xtdb:edge`, but my client is using `com.xtdb/xtdb-api {:mvn/version "2.0.0-beta3"}`, and the new...