Hi,

The Sequoia mailing list ([email protected]) is the right list to ask questions about Sequoia. I don't know where you saw a fix for 'drop table if exist' since the bug is still open and no activity has been logged on it: https://forge.continuent.org/jira/browse/SEQUOIA-1109 The main issue is that DROP TABLE IF EXIST is not part for SQL92, SQL99 or SQL2003 standard. This is a database specific extension. You can modify the regular expression to allow these requests for now. I am planning on having database specific configuration and regexps to simplify configuration in Sequoia. I have no clear roadmap yet for this.

Thanks for your interest in Sequoia,
Emmanuel

Hi, sorry to send this question in private instead of sending it in the list buy i wasn't sure of where to send it as i have read that the issue was fixed but seeing the code i can tell that it's not fixed, my problem comes whenever i try to execute a "drop table if exists [sometable]", i checked sequoia's code but couldn't find any code intended to do it, in fact in the code i saw i can tell that it wasn't even intended to support it, so this is my "question" : is sequoia going to support it? (i think that maybe i could write a patch but if it's not the idea there's no sense).

Regards

ps. please excuse my poor english =)



--
Emmanuel Cecchet
FTO @ Frog Thinker Open Source Development & Consulting
--
Web: http://www.frogthinker.org
email: [EMAIL PROTECTED]
Skype: emmanuel_cecchet

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to