Re: [I] Using a label assigned to another graph will crash the database [age]

2023-12-05 Thread via GitHub
dehowef closed issue #1257: Using a label assigned to another graph will crash the database URL: https://github.com/apache/age/issues/1257 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [I] Using a label assigned to another graph will crash the database [age]

2023-12-05 Thread via GitHub
dehowef commented on issue #1257: URL: https://github.com/apache/age/issues/1257#issuecomment-1841802476 Resolved: User Error on my part. Note, graphs must be dropped via drop_graph(text graph_name, bool cascade) before dropping the AGE Extension and rebuilding to prevent a database

Re: [I] Using a label assigned to another graph will crash the database [age]

2023-10-19 Thread via GitHub
jrgemignani commented on issue #1257: URL: https://github.com/apache/age/issues/1257#issuecomment-1771889636 Like @rafsun42 stated, no crash with psql - ``` psql-15.4-5432-pgsql=# drop extension age cascade; create extension age; load 'age'; set search_path TO ag_catalog;

Re: [I] Using a label assigned to another graph will crash the database [age]

2023-10-16 Thread via GitHub
rafsun42 commented on issue #1257: URL: https://github.com/apache/age/issues/1257#issuecomment-1764918082 @CapnSpek Could you try with JDBC? With PSQL, server does not crash. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] Using a label assigned to another graph will crash the database [age]

2023-10-15 Thread via GitHub
CapnSpek commented on issue #1257: URL: https://github.com/apache/age/issues/1257#issuecomment-1763398200 I also tried switching the order of commands such as: Creating graph 1 first, then vertex, then graph 2, then vertex. Creating graph 1 first, then graph 2, then vertex 1, then

Re: [I] Using a label assigned to another graph will crash the database [age]

2023-10-15 Thread via GitHub
CapnSpek commented on issue #1257: URL: https://github.com/apache/age/issues/1257#issuecomment-1763396324 So far, I tried setting up the database through the commands mentioned in the issue using both JDBC and Postgres. Other than that, I tried Manually creating a vertex with

Re: [I] Using a label assigned to another graph will crash the database [age]

2023-10-12 Thread via GitHub
rafsun42 commented on issue #1257: URL: https://github.com/apache/age/issues/1257#issuecomment-1759899780 @CapnSpek Okay. What have you tried so far other than the above commands? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] Using a label assigned to another graph will crash the database [age]

2023-10-12 Thread via GitHub
CapnSpek commented on issue #1257: URL: https://github.com/apache/age/issues/1257#issuecomment-1759431400 I have been unable to reproduce the bug, Using JDBC I get ``` org.postgresql.util.PSQLException: ERROR: table "Man" is for label "Man" at