Re: [I] `SET` and `DETACH DELETE` do not work when `VERBOSE` is added to `EXPLAIN ANALYZE` [age]

2024-04-30 Thread via GitHub
rerz commented on issue #1278: URL: https://github.com/apache/age/issues/1278#issuecomment-2085006449 I ran into a variant of this issue trying to use the rust library [sqlx](https://github.com/launchbadge/sqlx) with Apache AGE. sqlx provides compile time query checking by running queries

Re: [I] `SET` and `DETACH DELETE` do not work when `VERBOSE` is added to `EXPLAIN ANALYZE` [age]

2023-10-27 Thread via GitHub
CapnSpek closed issue #1278: `SET` and `DETACH DELETE` do not work when `VERBOSE` is added to `EXPLAIN ANALYZE` URL: https://github.com/apache/age/issues/1278 -- 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

Re: [I] `SET` and `DETACH DELETE` do not work when `VERBOSE` is added to `EXPLAIN ANALYZE` [age]

2023-10-27 Thread via GitHub
jrgemignani commented on issue #1278: URL: https://github.com/apache/age/issues/1278#issuecomment-1783246850 @CapnSpek If this answered or resolved you issue, please consider closing it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] `SET` and `DETACH DELETE` do not work when `VERBOSE` is added to `EXPLAIN ANALYZE` [age]

2023-10-18 Thread via GitHub
jrgemignani commented on issue #1278: URL: https://github.com/apache/age/issues/1278#issuecomment-1769205913 I'm not sure that it is possible to expand EXPLAIN to see or do anything with a custom scan node. -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] `SET` and `DETACH DELETE` do not work when `VERBOSE` is added to `EXPLAIN ANALYZE` [age]

2023-10-16 Thread via GitHub
rafsun42 commented on issue #1278: URL: https://github.com/apache/age/issues/1278#issuecomment-1764903693 @CapnSpek the EXPLAIN command was added for the developers for debugging purpose only. So, it may not be complete. For your case, VERBOSE does not seem to work when a custom scan

Re: [I] `SET` and `DETACH DELETE` do not work when `VERBOSE` is added to `EXPLAIN ANALYZE` [age]

2023-10-15 Thread via GitHub
CapnSpek commented on issue #1278: URL: https://github.com/apache/age/issues/1278#issuecomment-1763406919 More information: The query executes successfully if the labels of the supposed query do not actually exist in the graph: (The graph still contains only the above mentioned 2

[I] `SET` and `DETACH DELETE` do not work when `VERBOSE` is added to `EXPLAIN ANALYZE` [age]

2023-10-15 Thread via GitHub
CapnSpek opened a new issue, #1278: URL: https://github.com/apache/age/issues/1278 **Describe the bug** `EXPLAIN ANALYZE VERBOSE` query will not work with `DETACH DELETE` and `SET` queries. Error message ``` 2023-10-15 17:16:43.423 EEST [161353] ERROR: cannot display a value of