[ https://forge.continuent.org/jira/browse/SEQUOIA-1040?page=comments#action_14291 ]
Emmanuel Cecchet commented on SEQUOIA-1040: ------------------------------------------- It looks like you are using backquotes and not quotes. What database are you using and why are you using backquotes? > table name with quotes are not accepted by the sequoia > ------------------------------------------------------- > > Key: SEQUOIA-1040 > URL: https://forge.continuent.org/jira/browse/SEQUOIA-1040 > Project: Sequoia > Type: Bug > Versions: Sequoia 2.10.9 > Reporter: juan carlos pujol > > > table name with quotes are not accepted by the sequoia > I have a program generator that isue to the sequia sql sentences > the programs somtimes generate tablenames between quotes > this sintx are not accepted by sequoia > the mysql accept with and without quotes the tablename > I think that may be a bug on the sequoia parser. > example error: > 20-feb-2008 13:30:41 org.apache.catalina.core.StandardWrapperValve invoke > GRAVE: Servlet.service() para servlet invoker lanzó excepción > javax.servlet.ServletException: > org.continuent.sequoia.common.exceptions.driver.DriverSQLException: Message > of cause: Unknown table '`usuarios`' in this INSERT statement: 'INSERT INTO > `USUARIOS` (`UsuNom`, `UsuPass`, `UsuLogin`, `UsuNivel`, `UsuIdNivel`, > `UsuToken`, `UsuPriApell`, `UsuSegApell`, `UsuMail`, `UsuFechaDesde`, > `UsuFechaHasta`, `UsuStartTime`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, > '1000-01-01')' -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://forge.continuent.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
