Jeremy Taylor
Jeremy Taylor
Working candidate fix (proposed by Claude) https://github.com/refset/xtdb/commit/bd791a07491aa1779f38e5e15ff7124e5f5d733e
This is now quite viable to build as a table filer on top of the export-snapshot CLI
I'm not sure that silently autocasting from string->numeric here would be a good idea. Autocasting *->string would be the more general option if we were to autocast ...but only give...
The following is directly from ChatGPT and I'm inclined to agree with the conclusion, the status quo is probably the right approach (and XTDB already supports expressions in order-by as...
Agreed that's not a good UX, better resolution is https://github.com/xtdb/xtdb/issues/3411
I will soon review the DML behaviour across other lang drivers to see if this is an outlier.
Hey @FiV0 do you think this one is still relevant?
I believe these tests (which pass, they intend to prove the issue) confirm the behaviour: ```clojure (ns xtdb.aborted-rows-block-test "Test for issue #2777: aborted transaction rows inflate rowCounter and trigger premature...
Also observed in CI ([specifically](https://github.com/refset/xtdb/actions/runs/19289965348/job/55158763061)): ``` BlobStorageTest.test list with prior objects() kotlinx.coroutines.test.UncaughtExceptionsBeforeTest: There were uncaught exceptions before the test started. Please avoid this, as such exceptions are also reported in...