Jeremy Taylor

Results 242 comments of Jeremy Taylor

(noting additional snags in comments here for now) DML produces errors in the UI: ``` insert into foo records {_id: 1}; ``` => ``` An error occurred in your query...

There's a branch here which demonstrates a path to unblock this ~entirely (with the exception of the DML snag noted above) plus a few bonus tricks: https://github.com/refset/xtdb/commits/metabase-stubbing/

Hi @tempire thanks for the nudge. We've not had others report seeing this also yet despite knowing that MinIO has been used elsewhere. Right now we haven't seen enough information...

Perfect. Thanks for digging out all these details. We'll dig in soon!

Hey @eval thanks for taking things for a spin again and sharing your findings. On the face of it, I think we can solve both of those issues quite easily...

Hey @olivercsr thanks for getting in touch! > Is anyone aware of a project that already aims to create a XTQL Common Lisp client? Yes! Fellow JUXTer @jsulmont has done...

Additional steer from @\jarohen - focus on generating the EDN string and expect a little turbulence in the area of 'how to actually submit it'

Thanks for writing up your thoughts - it's always useful to understand the context! > So, are you suggesting that XTQL and SQL are not equal in "query power" regarding...

Libpq is the way forward here now (XTQL is available within the SQL string), for example https://github.com/xtdb/driver-examples/blob/main/c/trades.c

I'm happy with the logic itself, that the result is Postgres-compliant (maybe with the exception of NULL handling looking again now :thinking: probably need to test that also), and that...