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
uncategorized SQLException for SQL [match (x:meta_table {table_id: ?}),(y:meta_table),
path=allshortestpaths((x)-[:meta_table_lineage*1..?]->(y))
return path]; SQL state [0A000]; error code [0]; ERROR: property constraint is not supported; nested exception is org.postgresql.util.PSQLException: ERROR: property constraint is not supported] with root cause
org.postgresql.util.PSQLException: ERROR: property constraint is not supported
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2497)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2233)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:310)
at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:446)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:370)
at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:149)
at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:108)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.springframework.jdbc.core.JdbcTemplate$1.doInPreparedStatement(JdbcTemplate.java:678)
The text was updated successfully, but these errors were encountered:
When i run the code below, it works
but when i run the code below, it doesn't work and throw the exception
The text was updated successfully, but these errors were encountered: