Re: [I] how to create constraints [age]

2024-06-03 Thread via GitHub
JourneyToSilius commented on issue #1635: URL: https://github.com/apache/age/issues/1635#issuecomment-2146281375 @NathanFrund here is a demo implementation of how I did it in Go: ``` func (s *store) CreateUniquePropertyFunction() error { queryFormat := `CREATE OR

Re: [I] how to create constraints [age]

2024-06-03 Thread via GitHub
NathanFrund commented on issue #1635: URL: https://github.com/apache/age/issues/1635#issuecomment-2146187036 @JourneyToSilius, have you figured out how to apply constraints in the graph? I'm just now tarting to exploring this. -- This is an automated message from the Apache Git

Re: [I] how to create constraints [age]

2024-03-26 Thread via GitHub
JourneyToSilius closed issue #1635: how to create constraints URL: https://github.com/apache/age/issues/1635 -- 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 specific comment. To unsubscribe,

Re: [I] how to create constraints [age]

2024-03-07 Thread via GitHub
JourneyToSilius commented on issue #1635: URL: https://github.com/apache/age/issues/1635#issuecomment-1983205530 Hi, thanks. So how are constraints created ? Is this possible ? The thing is, I can't find anything in the docs -- This is an automated message from the Apache Git Service. To

Re: [I] how to create constraints [age]

2024-03-06 Thread via GitHub
dehowef commented on issue #1635: URL: https://github.com/apache/age/issues/1635#issuecomment-1981651206 Hello, we are aware of this syntax, though is not yet implemented. Thanks for your interest. -- This is an automated message from the Apache Git Service. To respond to the message,

[I] how to create constraints [age]

2024-03-02 Thread via GitHub
JourneyToSilius opened a new issue, #1635: URL: https://github.com/apache/age/issues/1635 `CREATE CONSTRAINT ON (person:Person) ASSERT person.id IS UNIQUE;` Is there a way to create constraints like this om AGE ? If there is, sorry since I can't find documentation about it, would