4. Prepared Statements It should be possible to prepare statements that do not take any arguments. This simplifies the client development significantly (otherwise everybody has to write his own parser to determine the number of arguments) and might also speed up common queries. The current implementation returns a "java.lang.AssertionError" error response in that case.
Regards, Christoph