[GitHub] [incubator-age] pdpotter commented on issue #211: Query resulting in error: cannot cast agtype integer to type boolean

2022-04-26 Thread GitBox
pdpotter commented on issue #211: URL: https://github.com/apache/incubator-age/issues/211#issuecomment-1109653483 There is no upgrade script to upgrade to latest. In order to use the latest version, I think you will have to drop the extension age `DROP EXTENSION age CASCADE` and then create

[GitHub] [incubator-age] pdpotter commented on issue #211: Query resulting in error: cannot cast agtype integer to type boolean

2022-04-26 Thread GitBox
pdpotter commented on issue #211: URL: https://github.com/apache/incubator-age/issues/211#issuecomment-1109616147 I imported the `has` relation from csv as well now, and don't encounter errors when executing ``` SELECT * FROM ag_catalog.cypher('minmail', $$ MATCH (u:User {_id:

[GitHub] [incubator-age] pdpotter commented on issue #211: Query resulting in error: cannot cast agtype integer to type boolean

2022-04-26 Thread GitBox
pdpotter commented on issue #211: URL: https://github.com/apache/incubator-age/issues/211#issuecomment-1109576881 I tried loading the User and Profile from CSV files (except for the :has relation, as I don't have the header and data for that file), but I still don't get an error message. Ca

[GitHub] [incubator-age] pdpotter commented on issue #211: Query resulting in error: cannot cast agtype integer to type boolean

2022-04-26 Thread GitBox
pdpotter commented on issue #211: URL: https://github.com/apache/incubator-age/issues/211#issuecomment-1109553300 I tried creating a minimal example using for user: ``` SELECT * FROM cypher('minmail', $$ CREATE (u:User {_id: "e4510317-67dc-4002-b28d-347699c8f8ca"}) RETURN u $$)

[GitHub] [incubator-age] pdpotter commented on issue #211: Query resulting in error: cannot cast agtype integer to type boolean

2022-04-26 Thread GitBox
pdpotter commented on issue #211: URL: https://github.com/apache/incubator-age/issues/211#issuecomment-1109457879 Is it possible to post the CREATE queries for `u:User` and `p:Profile`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to