Adam Retter

Results 371 comments of Adam Retter

@wolfgangmm Amongst some minor optimisations and code cleanup, I also found some issues with missing data types and truncated type conversion. I can push these to this branch if you...

If I recall, it's only the last patch that reorganised some functions. The other patches are applied before that and address genuine issues, so you could avoid the reorganisation and...

@wolfgangmm Okay I pushed the additional commits. I would rather get the storage format fixed in the initial PR otherwise the binary format on disk will change making the data...

@dizzzz Yes sorry, not quite finished yet...

Without seeing the Lock Table, I cannot be certain. However... 1. The thread executing the RPC connection (likely XML:DB Remote) is waiting to acquire a `WRITE_LOCK` on a document, to...

@PieterLamers I don't think we would intentionally remove it if there is not a good replacement. However, please remind me as we prepare eXist 7, so we don't remove it...

@PieterLamers So we definitely are not removing xmldiff:compare - as we just added a new implementation of it here - https://github.com/eXist-db/exist/pull/4554

@xatapult I reran your tests on my laptop: 1. With the new implementation (#4554) of `xmldiff:compare`: 228ms 2. With the new implementation (#4529) of `fn:deep-equals`: 12871ms It looks like we...

@duncdrum It's unlikely @joewiz is seeing the same thing as @TurekBot as the startup on Windows and Mac are quite different.