Hi Stefan,
We are using executeBatch() with Statement. but it also fails when using
the Sequoia SQL console.
You now what has changed between 2.10.5 and latest cvs 2.10 branch? Can
you point me to some class where i can debug for myself.
any help is appreciated.
Unfortunately I am not following the developments anymore since I left
Continuent.
You could check at SequoiaRequestRegExp to see if the alter request
pattern has changed.
Otherwise, could you post the error that you get? Any stack trace?
executeBatch() uses execute() behind the scene like the console (note
that there is no optimization for batches in Sequoia).
Could you try to use executeUpdate() to see what happens?
Thanks for your feedback,
Emmanuel
Emmanuel Cecchet wrote:
Hi Stefan,
We switched from 2.10.5 to 2.10.9 (postgresql) and the "alter table
alter column" request doesn't works anymore. Does anyone know what was
changed and why?
Something to do with
https://forge.continuent.org/jira/browse/SEQUOIA-866?
This might be a problem with regular expressions.
Are you executing the query in a Statement or PreparedStatement?
Are you using execute() or executeUpdate()?
Thanks for your feedback,
Emmanuel
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia