Hi all, I'm trying to fix the remaining problems in RequestFactory.requestNeedsExecute method.
There are a few bugs related to this method: - https://forge.continuent.org/jira/browse/SEQUOIA-705 : see my comment and patch about the problem with trailing semi-colon in CREATE requests; - https://forge.continuent.org/jira/browse/SEQUOIA-812 : I have a working fix for this one based on the code used to normalized the query text in pgFouine (a PostgreSQL log analyzer I'm working on); this patch closes the TODO still present in requestNeedsExecute and should work with most (if not all) queries but I didn't post it yet (see my question below). The fact is that once I fixed all this bugs in my local version, I tried real inline batches and they have the classical problem "StoredProcedure not an instance of AbstractWriteRequest". I wonder if this code is really supposed to work and what it should really do. Is it useful to fix this method or is there a major problem with the global approach we should fix? Any comment welcome. Regards, -- Guillaume _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
