You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SienaException occured : Unsupported operator for relationship: !=
play.exceptions.JavaExecutionException: Unsupported operator for
relationship: !=
at play.mvc.ActionInvoker.invoke(ActionInvoker.java:229)
at Invocation.HTTP Request(Play!)
Caused by: siena.SienaException: Unsupported operator for relationship: !=
at siena.jdbc.JdbcPersistenceManager.appendSqlWhere(JdbcPersistenceManager.java:494)
at siena.jdbc.JdbcPersistenceManager.doFetchKeys(JdbcPersistenceManager.java:852)
at siena.jdbc.JdbcPersistenceManager.fetchKeys(JdbcPersistenceManager.ja va:946)
at siena.BaseQuery.fetchKeys(BaseQuery.java:146)
The text was updated successfully, but these errors were encountered:
I've successfully applied a filter like
filter("fieldName!=", exceptionValue)
in a query on GAE. When I test the same coding on Postgres, I get the error message below.
Reason for this issue is a hard-coded limitation in the code of JdbcPersistenceManager line 494:
(see http://groups.google.com/group/siena-discuss/browse_thread/thread/8833da633cacaf81)
SienaException occured : Unsupported operator for relationship: !=
play.exceptions.JavaExecutionException: Unsupported operator for
relationship: !=
at play.mvc.ActionInvoker.invoke(ActionInvoker.java:229)
at Invocation.HTTP Request(Play!)
Caused by: siena.SienaException: Unsupported operator for relationship: !=
at siena.jdbc.JdbcPersistenceManager.appendSqlWhere(JdbcPersistenceManager.java:494)
at siena.jdbc.JdbcPersistenceManager.doFetchKeys(JdbcPersistenceManager.java:852)
at siena.jdbc.JdbcPersistenceManager.fetchKeys(JdbcPersistenceManager.ja va:946)
at siena.BaseQuery.fetchKeys(BaseQuery.java:146)
The text was updated successfully, but these errors were encountered: