vollt
vollt copied to clipboard
ADQLParser is not thread safe
I noticed that the ADQLParser
is not thread safe: I was reusing the same instance and noticed that the generated queries were incorrect.
This is not necessarily a bug, but it should be mentioned in the documentation.