DBConnect.Exceptions.DbcError (NON-recoverable) : java.sql.SQLException: Error during query: Unexpected Exception: java.sql.SQLException message given: Syntax error or access violation: You have an error in your SQL syntax near ''Welcome\'' at line 1

An internal error occured while attempting to execute a JDBC Statement. SQL QUERY: SELECT x.id,x.category,x.name,x.commentC,x.owner,x.parent,x.title,x.i1 FROM Entry x WHERE name='Welcome\' The original exception was: java.sql.SQLException: Error during query: Unexpected Exception: java.sql.SQLException message given: Syntax error or access violation: You have an error in your SQL syntax near ''Welcome\'' at line 1 Error during query: Unexpected Exception: java.sql.SQLException message given: Syntax error or access violation: You have an error in your SQL syntax near ''Welcome\'' at line 1


Request Details:


Stack Trace:

	DBConnect.Exceptions.DbcError (NON-recoverable) :
  java.sql.SQLException: Error during query: Unexpected Exception: java.sql.SQLException message given: Syntax error or access violation: You have an error in your SQL syntax near ''Welcome\'' at line 1
	at DBConnect.Runtime.Query.executeFailed(Query.java:121)
	at DBConnect.Runtime.AdhocQuery.execute(AdhocQuery.java:37)
	at DBConnect.Runtime.Factories.EntityFactory.processResultsFrom(EntityFactory.java:634)
	at DBConnect.Runtime.Factories.EntityFactory.doRetrieveAll(EntityFactory.java:224)
	at DBConnect.Retrieve.all(Retrieve.java:149)
	at DBConnect.Retrieve.all(Retrieve.java:162)
	at DBConnect.Retrieve.single(Retrieve.java:115)
	at ISCore.Model.Entry.retrieveByName(Entry.java:723)
	at ISCore.App.Global.Resolve.execute(Resolve.java:69)
	at ISCore.App.Command.perform(Command.java:54)
	at EDispatch.RequestHandler.dispatch(RequestHandler.java:111)
	at EDispatch.Dispatcher.dispatch(Dispatcher.java:123)
	at EDispatch.HTTP.EServlet.service(EServlet.java:103)
	at ISCore.App.Servlet.service(Servlet.java:351)
	at EDispatch.HTTP.EServlet.service(EServlet.java:69)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
	at org.apache.jserv.JServConnection.processRequest(JServConnection.java:317)
	at org.apache.jserv.JServConnection.run(JServConnection.java:188)
	at java.lang.Thread.run(Thread.java:536)

[More Bugs...]