Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-12 Thread Moontasir Mahmood
Please vote -

+1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.

I Checked the following:

- The git commit hash (Checked)

- Docker Image : PG13_latest (Checked)

- Python unittest ((Checked))

- Tags and Links (Checked)

- LICENSE and NOTICE (Checked)

- No unexpected binary files (Checked)

-- 

*Moontasir Mahmood*
Software Engineer Intern


Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Kamlesh Kumar
+= operator does not work on increment single property,
e.g.SET student.score += 5
  ERROR:  SET clause does not yet support incrementing a specific
property

but works for mutating the properties of a node:
e.gSET student += {name: 'Ellen', lives: 'London'}
[where "student" is a node]

>
>


Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Arunabh Das
1. Signature & Hash checking: *Pass*
2. Empty string not allowed as name: *Pass*
3. WITH clause no longer ingores WHERE: *Pass*
4. Return NULL for Invalid labels: *Pass*
5. EXPLAIN allowed for nested cypher commands: *Pass*
6. Ran Regression Tests: *Pass*


Regards,
Arunabh Das

On Tue, 11 Apr 2023, 02:52 Muhammad Taha Naveed,
 wrote:

> Hi,
>
> I have tried to verify the changes to the best of my ability. Looks good to
> me!
>
> Great work.
>
> Regards
> Muhammad Taha Naveed
>
> On Tue, Apr 11, 2023 at 1:17 AM Eya Badal  wrote:
>
> > Looks good to me!!
> >
> > I checked the following:
> >
> > - Signature and hash - check.
> > - LICENSE and NOTICE - check.
> > - No unexpected binary files - check.
> >
> > Great Job!!
> >
> > Best,
> > Eya
> >
> > On 2023/04/05 22:34:23 John Gemignani wrote:
> > > Dear Apache Community,
> > >
> > > We would like to open a discussion for the Apache AGE release 1.3.0 for
> > > PostgreSQL 12.
> > >
> > > To learn more about Apache AGE, please see http://age.apache.org/
> > >
> > > Functionalities included and addressed in this release are:
> > >
> > >
> > > Apache AGE 1.3.0 for PostgreSQL 12 Release Notes
> > >
> > >
> > > NOTE: Due to modifications to core tables, there is no upgrade
> > > path from previous versions.
> > >
> > > Implement CALL ...[YIELD] for cypher functions. (#630)
> > >
> > > Graph names with the empty string '' are no longer allowed. (#251)
> > >
> > > Fix typos at multiple locations. (#470)
> > >
> > > Fix Bug with CALL... [YIELD], clause ignores WHERE.
> > >
> > > Fix EXPLAIN to allow for nested cypher commands.
> > >
> > > Fix delete_global_graphs and add regression tests. (#336)
> > >
> > > Invalid labels now return NULL.
> > >
> > > Update CONTRIBUTING.md (#348)
> > >
> > > Fix null pointer on name compare. (#376)
> > >
> > > Fix Travis CI warning messages.
> > >
> > > Additional regression tests added for age_global_graph. (#341)
> > >
> > > Readme Added for AGE-JDBC-Driver. (#383)
> > >
> > > Updated volatility categories for many functions.
> > >
> > > Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> > >
> > > Create complete graph function. (#342) (#662)
> > >
> > > Fix issue 317: Graph naming convention. (#349)
> > >
> > > Update SET clause to support assigning a map to a variable. (#468)
> > >
> > > Patch to address PR 203 that appears to be inactive. (#671)
> > >
> > > Add additional comments for create_graph function. (#582)
> > >
> > > Optimize age_exists function. (#586)
> > >
> > > Implement plus-equal operator in SET clause. (#638)
> > >
> > > Implement CI test for python driver. (#587)
> > >
> > > Move from travis CI to github actions for build. (#673)
> > >
> > > Update all driver CIs to Github actions.
> > >
> > > Fix build warnings. (#709)
> > >
> > > Updated Readme for drivers folder. (#642)
> > >
> > > Remove async from function definitions. (#680)
> > >
> > > Barbell graph generation (#648) and Barbell regress tests. (#708)
> > >
> > > Update Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> > >
> > > Fix WITH ignoring WHERE clause. (#646)
> > >
> > > Implement isEmpty() predicate function. (#710)
> > >
> > > Fix cypher function input argument checks. (#718)
> > >
> > > Fix Issue 693 - server termination from return exists(path). (#721)
> > >
> > > Update regression tests for cypher_with. (#725)
> > >
> > > Fix issue 733 - create_complete_graph() terminates the server. (#734)
> > > Prevent MATCH from following OPTIONAL MATCH. (#740)
> > > Fix property constraints against resolved variables. (#724) (#751)
> (#701)
> > > (#747)
> > > Include invalid labels in reused variables. (#751) (#762)
> > > Fix update_entity_tuple to use correct CommandId. (#769)
> > > Remove check for scalar agtypes in unwind. (#736)
> > > Update PG12 CI workflows. (#776)
> > > Update readme and version for python driver. (#780)
> > > Update README.md
> > >
> > > *
> > >
> > > The git tag to be discussed and voted on:
> > > https://github.com/apache/age/releases/tag/PG12/v1.3.0-rc0
> > >
> > > The git commit hash:
> > > commit 01486efe5b8a2b316ae766299e6ec78b488fcff2
> > >
> > > The release files for 1.3.0, can be found at:
> > > https://dist.apache.org/repos/dist/dev/age/PG12/1.3.0.rc0/
> > >
> > > Signatures used for AGE RCs can be found in this file:
> > > https://downloads.apache.org/age/KEYS
> > >
> > > The fingerprint of key to sign release artifacts:
> > > 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> > >
> > > For information about the contents of this release see:
> > > https://github.com/apache/age/releases/tag/PG12/v1.3.0-rc0
> > >
> > > Please verify the above links, files, and signatures in addition to
> > sharing
> > > your thoughts and feedback and if we can call for a vote.
> > >
> > > Thank you for your time.
> > >
> > > John Gemignani
> > >
> >
>


RE: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-10 Thread Kamlesh Kumar
+1

Installed and checked this release,
I checked out the following things changes and they are working fine,

checked plus-equal operator in the SET clause.
server no-more terminates from return exists(path)
using WITH and WHERE clause together works logically fine.
I faced no issues while using v1.3.0, Look good to me as well.


Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-10 Thread John Gemignani
Dear Apache Community,

Since there are no objections, I am closing the [DISCUSS] thread and will
open the official vote for Apache AGE 1.3.0 for PostgreSQL 13 shortly.

Thank you all for your time!

John Gemignani

On Fri, Mar 31, 2023 at 2:43 PM John Gemignani 
wrote:

> Dear Apache Community,
>
>
>
> We would like to open a discussion for the Apache AGE release 1.3.0 for
> PostgreSQL 13.
>
>
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
>
>
> Functionalities included and addressed in this release:
>
>
>
> Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
> NOTE: Due to this being the first release for PostgreSQL 13, there is no
>
> upgrade path from other versions.
>
> Implement CALL ...[YIELD] for cypher functions. (#630
> )
>
> Graph names with the empty string '' are no more allowed. (#251
> )
>
> Fix typos at multiple locations. (#470
> )
>
> Fix Bug with CALL... [YIELD], clause ignores WHERE.
>
> Fix EXPLAIN to allow for nested cypher commands.
>
> Fix delete_global_graphs and add regression tests. (#336
> )
>
> Invalid labels now return NULL.
>
> Update CONTRIBUTING.md (#348 )
>
> Fix null pointer on name compare. (#376
> )
>
> Fix Travis CI warning messages.
>
> Additional regression tests added for age_global_graph. (#341
> )
>
> Readme Added for AGE-JDBC-Driver. (#383
> )
>
> Updated volitility categories for many functions.
>
> Fix issue 339 - entities in WHERE clause have wrong Expr. (#391
> )
>
> Create complete graph function. (#342
> ) (#662
> )
>
> Fix issue 317: Graph naming convention. (#349
> )
>
> Update SET clause to support assigning a map to a variable. (#468
> )
>
> Patch to address PR 203 that appears to be inactive. (#671
> )
>
> Add additional comments for create_graph function. (#582
> )
>
> Optimize age_exists function. (#586
> )
>
> Implement plus-equal operator in SET clause. (#638
> )
>
> Implement CI test for python driver. (#587
> )
>
> Move from travis CI to github actions for build. (#673
> )
>
> Update all driver CIs to Github actions.
>
> Fix build warnings. (#709 )
>
> Updated Readme for drivers folder. (#642
> )
>
> Removed async from function definitions. (#680
> )
>
> Barbell graph generation (#648 )
> and Barbell regress tests. (#708 )
>
> UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706
> )
>
> Fix WITH ignoring WHERE clause. (#646
> )
>
> Implement isEmpty() predicate function. (#710
> )
>
> Fix cypher function input argument checks. (#718
> )
>
> Fix Issue 693 - server termination from return exists(path). (#721
> )
>
> Update regression tests for cypher_with. (#725
> )
>
> Fix issue 733 - create_complete_graph() terminates the server. (#734
> )
>
> Prevent MATCH from following OPTIONAL MATCH. (#740
> )
>
> Fix property constraints against resolved variables. (#724
> ) (#751
> ) (#701
> ) (#747
> )
>
> Include invalid labels in reused variables. (#751
> ) (#762
> )
>
> Fix update_entity_tuple to use correct CommandId. (#769
> )
>
> Remove check for scalar agtypes in unwind. (#736
> )
>
> Update PG13 CI workflows. (#775 )
>
> Update readme and version for python driver. (#780
> )
>
> Update README.md
>
>
> *
>
>
>
> The git tag to be discussed and voted on:
>
> 

RE: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-10 Thread Wendel Fernandes
Great work! It’s really nice that there’s now compatibility with PostgreSQL 13



Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-10 Thread Mohamed Mokhtar
Greetings,
I have checked the release and found that it is good and liked that you are
working on making AGE compatible with the other versions so that it can be
used widely.
Here is the checklist I have taken a look into:

   - Installcheck passess all tests 24/24 passes.
   - Reviewed the typo changes and made a search about similar typos
   globally on github repository search and it passed (no similar found).
   - Signature & License and Notice & No binary files checked & passes.
   - Graph names with the empty string '' are no more allowed.
   - Running a session with multiple queries contains the age clauses.
   - Tested queries contain multiple data types returning queries

*FEEDBACK overall is nice work!*

Regards,
Mohamed Mokhtar,


RE: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-08 Thread Muhammad Farooq
Looks Nice

I checked

Graph names with the empty string '' are no more allowed. (#251)


*It like it*


Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-06 Thread Moiez Ibrar
Great work
On Fri, 7 Apr 2023 at 4:27 AM, Ahmed Mohamed 
wrote:

> Excellent work
>
> On 2023/03/31 21:43:00 John Gemignani wrote:
> > Dear Apache Community,
> >
> >
> >
> > We would like to open a discussion for the Apache AGE release 1.3.0 for
> > PostgreSQL 13.
> >
> >
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> >
> >
> > Functionalities included and addressed in this release:
> >
> >
> >
> > Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> >
> > NOTE: Due to this being the first release for PostgreSQL 13, there is no
> >
> > upgrade path from other versions.
> >
> > Implement CALL ...[YIELD] for cypher functions. (#630
> > )
> >
> > Graph names with the empty string '' are no more allowed. (#251
> > )
> >
> > Fix typos at multiple locations. (#470
> > )
> >
> > Fix Bug with CALL... [YIELD], clause ignores WHERE.
> >
> > Fix EXPLAIN to allow for nested cypher commands.
> >
> > Fix delete_global_graphs and add regression tests. (#336
> > )
> >
> > Invalid labels now return NULL.
> >
> > Update CONTRIBUTING.md (#348 )
> >
> > Fix null pointer on name compare. (#376
> > )
> >
> > Fix Travis CI warning messages.
> >
> > Additional regression tests added for age_global_graph. (#341
> > )
> >
> > Readme Added for AGE-JDBC-Driver. (#383
> > )
> >
> > Updated volitility categories for many functions.
> >
> > Fix issue 339 - entities in WHERE clause have wrong Expr. (#391
> > )
> >
> > Create complete graph function. (#342
> > ) (#662
> > )
> >
> > Fix issue 317: Graph naming convention. (#349
> > )
> >
> > Update SET clause to support assigning a map to a variable. (#468
> > )
> >
> > Patch to address PR 203 that appears to be inactive. (#671
> > )
> >
> > Add additional comments for create_graph function. (#582
> > )
> >
> > Optimize age_exists function. (#586 <
> https://github.com/apache/age/pull/586>
> > )
> >
> > Implement plus-equal operator in SET clause. (#638
> > )
> >
> > Implement CI test for python driver. (#587
> > )
> >
> > Move from travis CI to github actions for build. (#673
> > )
> >
> > Update all driver CIs to Github actions.
> >
> > Fix build warnings. (#709 )
> >
> > Updated Readme for drivers folder. (#642
> > )
> >
> > Removed async from function definitions. (#680
> > )
> >
> > Barbell graph generation (#648 )
> > and Barbell regress tests. (#708  >)
> >
> > UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706
> > )
> >
> > Fix WITH ignoring WHERE clause. (#646
> > )
> >
> > Implement isEmpty() predicate function. (#710
> > )
> >
> > Fix cypher function input argument checks. (#718
> > )
> >
> > Fix Issue 693 - server termination from return exists(path). (#721
> > )
> >
> > Update regression tests for cypher_with. (#725
> > )
> >
> > Fix issue 733 - create_complete_graph() terminates the server. (#734
> > )
> >
> > Prevent MATCH from following OPTIONAL MATCH. (#740
> > )
> >
> > Fix property constraints against resolved variables. (#724
> > ) (#751
> > ) (#701
> > ) (#747
> > )
> >
> > Include invalid labels in reused variables. (#751
> > ) (#762
> > )
> >
> > Fix update_entity_tuple to use correct CommandId. (#769
> > )
> >
> > Remove check for scalar agtypes in unwind. (#736
> > )
> >
> > Update PG13 CI workflows. (#775  >)
> >
> > Update readme and version for python driver. (#780
> > )
> >
> > Update README.md
> >
> >
> > 

Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-06 Thread Ahmed Mohamed
Excellent work

On Fri, Apr 7, 2023, 1:27 AM Ahmed Mohamed 
wrote:

> Excellent work
>
> On 2023/03/31 21:43:00 John Gemignani wrote:
> > Dear Apache Community,
> >
> >
> >
> > We would like to open a discussion for the Apache AGE release 1.3.0 for
> > PostgreSQL 13.
> >
> >
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> >
> >
> > Functionalities included and addressed in this release:
> >
> >
> >
> > Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> >
> > NOTE: Due to this being the first release for PostgreSQL 13, there is no
> >
> > upgrade path from other versions.
> >
> > Implement CALL ...[YIELD] for cypher functions. (#630
> > )
> >
> > Graph names with the empty string '' are no more allowed. (#251
> > )
> >
> > Fix typos at multiple locations. (#470
> > )
> >
> > Fix Bug with CALL... [YIELD], clause ignores WHERE.
> >
> > Fix EXPLAIN to allow for nested cypher commands.
> >
> > Fix delete_global_graphs and add regression tests. (#336
> > )
> >
> > Invalid labels now return NULL.
> >
> > Update CONTRIBUTING.md (#348 )
> >
> > Fix null pointer on name compare. (#376
> > )
> >
> > Fix Travis CI warning messages.
> >
> > Additional regression tests added for age_global_graph. (#341
> > )
> >
> > Readme Added for AGE-JDBC-Driver. (#383
> > )
> >
> > Updated volitility categories for many functions.
> >
> > Fix issue 339 - entities in WHERE clause have wrong Expr. (#391
> > )
> >
> > Create complete graph function. (#342
> > ) (#662
> > )
> >
> > Fix issue 317: Graph naming convention. (#349
> > )
> >
> > Update SET clause to support assigning a map to a variable. (#468
> > )
> >
> > Patch to address PR 203 that appears to be inactive. (#671
> > )
> >
> > Add additional comments for create_graph function. (#582
> > )
> >
> > Optimize age_exists function. (#586 <
> https://github.com/apache/age/pull/586>
> > )
> >
> > Implement plus-equal operator in SET clause. (#638
> > )
> >
> > Implement CI test for python driver. (#587
> > )
> >
> > Move from travis CI to github actions for build. (#673
> > )
> >
> > Update all driver CIs to Github actions.
> >
> > Fix build warnings. (#709 )
> >
> > Updated Readme for drivers folder. (#642
> > )
> >
> > Removed async from function definitions. (#680
> > )
> >
> > Barbell graph generation (#648 )
> > and Barbell regress tests. (#708  >)
> >
> > UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706
> > )
> >
> > Fix WITH ignoring WHERE clause. (#646
> > )
> >
> > Implement isEmpty() predicate function. (#710
> > )
> >
> > Fix cypher function input argument checks. (#718
> > )
> >
> > Fix Issue 693 - server termination from return exists(path). (#721
> > )
> >
> > Update regression tests for cypher_with. (#725
> > )
> >
> > Fix issue 733 - create_complete_graph() terminates the server. (#734
> > )
> >
> > Prevent MATCH from following OPTIONAL MATCH. (#740
> > )
> >
> > Fix property constraints against resolved variables. (#724
> > ) (#751
> > ) (#701
> > ) (#747
> > )
> >
> > Include invalid labels in reused variables. (#751
> > ) (#762
> > )
> >
> > Fix update_entity_tuple to use correct CommandId. (#769
> > )
> >
> > Remove check for scalar agtypes in unwind. (#736
> > )
> >
> > Update PG13 CI workflows. (#775  >)
> >
> > Update readme and version for python driver. (#780
> > )
> >
> > Update README.md
> >
> >
> > 

RE: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-06 Thread Ahmed Mohamed
Excellent work

On 2023/03/31 21:43:00 John Gemignani wrote:
> Dear Apache Community,
>
>
>
> We would like to open a discussion for the Apache AGE release 1.3.0 for
> PostgreSQL 13.
>
>
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
>
>
> Functionalities included and addressed in this release:
>
>
>
> Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
> NOTE: Due to this being the first release for PostgreSQL 13, there is no
>
> upgrade path from other versions.
>
> Implement CALL ...[YIELD] for cypher functions. (#630
> )
>
> Graph names with the empty string '' are no more allowed. (#251
> )
>
> Fix typos at multiple locations. (#470
> )
>
> Fix Bug with CALL... [YIELD], clause ignores WHERE.
>
> Fix EXPLAIN to allow for nested cypher commands.
>
> Fix delete_global_graphs and add regression tests. (#336
> )
>
> Invalid labels now return NULL.
>
> Update CONTRIBUTING.md (#348 )
>
> Fix null pointer on name compare. (#376
> )
>
> Fix Travis CI warning messages.
>
> Additional regression tests added for age_global_graph. (#341
> )
>
> Readme Added for AGE-JDBC-Driver. (#383
> )
>
> Updated volitility categories for many functions.
>
> Fix issue 339 - entities in WHERE clause have wrong Expr. (#391
> )
>
> Create complete graph function. (#342
> ) (#662
> )
>
> Fix issue 317: Graph naming convention. (#349
> )
>
> Update SET clause to support assigning a map to a variable. (#468
> )
>
> Patch to address PR 203 that appears to be inactive. (#671
> )
>
> Add additional comments for create_graph function. (#582
> )
>
> Optimize age_exists function. (#586 <
https://github.com/apache/age/pull/586>
> )
>
> Implement plus-equal operator in SET clause. (#638
> )
>
> Implement CI test for python driver. (#587
> )
>
> Move from travis CI to github actions for build. (#673
> )
>
> Update all driver CIs to Github actions.
>
> Fix build warnings. (#709 )
>
> Updated Readme for drivers folder. (#642
> )
>
> Removed async from function definitions. (#680
> )
>
> Barbell graph generation (#648 )
> and Barbell regress tests. (#708 )
>
> UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706
> )
>
> Fix WITH ignoring WHERE clause. (#646
> )
>
> Implement isEmpty() predicate function. (#710
> )
>
> Fix cypher function input argument checks. (#718
> )
>
> Fix Issue 693 - server termination from return exists(path). (#721
> )
>
> Update regression tests for cypher_with. (#725
> )
>
> Fix issue 733 - create_complete_graph() terminates the server. (#734
> )
>
> Prevent MATCH from following OPTIONAL MATCH. (#740
> )
>
> Fix property constraints against resolved variables. (#724
> ) (#751
> ) (#701
> ) (#747
> )
>
> Include invalid labels in reused variables. (#751
> ) (#762
> )
>
> Fix update_entity_tuple to use correct CommandId. (#769
> )
>
> Remove check for scalar agtypes in unwind. (#736
> )
>
> Update PG13 CI workflows. (#775 )
>
> Update readme and version for python driver. (#780
> )
>
> Update README.md
>
>
> *
>
>
>
> The git tag to be discussed and voted on:
>
> https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
>
> The git commit hash:
>
>   commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
>
>
> The release files for 1.3.0, can be found at:
>
> https://dist.apache.org/repos/dist/dev/age/PG13/1.3.0.rc0/
>
>
>

RE: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-06 Thread Daniel John
Wow, thank you so much


Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-06 Thread Bhaskar Sharma
Checked!
I think it is good.

On  Fri, Mar 31, 2023 at 2:43 PM  John Gemingnani <
john.gemign...@bitnine.net > wrote:

>
>
> Dear Apache Community,
>
>
>
> We would like to open a discussion for the Apache AGE release 1.3.0 for
> PostgreSQL 13.
>
>
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
>
>
> Functionalities included and addressed in this release:
>
>
>
> Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
> NOTE: Due to this being the first release for PostgreSQL 13, there is no
>
> upgrade path from other versions.
>
> Implement CALL ...[YIELD] for cypher functions. (#630
> )
>
> Graph names with the empty string '' are no more allowed. (#251
> )
>
> Fix typos at multiple locations. (#470
> )
>
> Fix Bug with CALL... [YIELD], clause ignores WHERE.
>
> Fix EXPLAIN to allow for nested cypher commands.
>
> Fix delete_global_graphs and add regression tests. (#336
> )
>
> Invalid labels now return NULL.
>
> Update CONTRIBUTING.md (#348 )
>
> Fix null pointer on name compare. (#376
> )
>
> Fix Travis CI warning messages.
>
> Additional regression tests added for age_global_graph. (#341
> )
>
> Readme Added for AGE-JDBC-Driver. (#383
> )
>
> Updated volitility categories for many functions.
>
> Fix issue 339 - entities in WHERE clause have wrong Expr. (#391
> )
>
> Create complete graph function. (#342
> ) (#662
> )
>
> Fix issue 317: Graph naming convention. (#349
> )
>
> Update SET clause to support assigning a map to a variable. (#468
> )
>
> Patch to address PR 203 that appears to be inactive. (#671
> )
>
> Add additional comments for create_graph function. (#582
> )
>
> Optimize age_exists function. (#586 <
> https://github.com/apache/age/pull/586>
> )
>
> Implement plus-equal operator in SET clause. (#638
> )
>
> Implement CI test for python driver. (#587
> )
>
> Move from travis CI to github actions for build. (#673
> )
>
> Update all driver CIs to Github actions.
>
> Fix build warnings. (#709 )
>
> Updated Readme for drivers folder. (#642
> )
>
> Removed async from function definitions. (#680
> )
>
> Barbell graph generation (#648 )
> and Barbell regress tests. (#708 )
>
> UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706
> )
>
> Fix WITH ignoring WHERE clause. (#646
> )
>
> Implement isEmpty() predicate function. (#710
> )
>
> Fix cypher function input argument checks. (#718
> )
>
> Fix Issue 693 - server termination from return exists(path). (#721
> )
>
> Update regression tests for cypher_with. (#725
> )
>
> Fix issue 733 - create_complete_graph() terminates the server. (#734
> )
>
> Prevent MATCH from following OPTIONAL MATCH. (#740
> )
>
> Fix property constraints against resolved variables. (#724
> ) (#751
> ) (#701
> ) (#747
> )
>
> Include invalid labels in reused variables. (#751
> ) (#762
> )
>
> Fix update_entity_tuple to use correct CommandId. (#769
> )
>
> Remove check for scalar agtypes in unwind. (#736
> )
>
> Update PG13 CI workflows. (#775 )
>
> Update readme and version for python driver. (#780
> )
>
> Update README.md
>
>
> *
>
>
>
> The git tag to be discussed and voted on:
>
> https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
>
> The git commit hash:
>
>   commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
>
>
> The release files for 1.3.0, can be found at:
>
> 

Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-05 Thread Kyungwon Jeon
+1

2023년 4월 6일 (목) 오전 2:52, JawadAli Abbasi 님이
작성:

> +1
>
> Sent from Yahoo Mail on Android
>
>   On Wed, Apr 5, 2023 at 4:42 AM, Fahad Zaheer
> wrote:   +1
>
> On Wed, 5 Apr 2023, 02:44 Andrew Ko,  wrote:
>
> > +1
> >
> > Thank you
> >
> >
> > 2023년 4월 5일 (수) 오전 4:59, Muhammad Shoaib 님이
> 작성:
> >
> > > Dear John,
> > >
> > > The release looks good to me. I confirm I have checked followings to
> the
> > > best of my ability
> > >
> > > Signature Check => check and pass
> > > License and Notice => check and pass
> > > No binary files => check and pass
> > >
> > > Wonderful work and looking forward for more updates.
> > >
> > > Ciao,
> > > Shoaib
> > >
> > > On Tue, Apr 4, 2023 at 6:09 PM Eya Badal  wrote:
> > >
> > > > Looks good to me!!
> > > >
> > > > I checked the following:
> > > >
> > > > - Signature and hash - check.
> > > > - LICENSE and NOTICE - check.
> > > > - No unexpected binary files - check.
> > > >
> > > > Great Job!!
> > > >
> > > > Best,
> > > > Eya
> > > >
> > > > On 2023/03/31 21:43:00 John Gemignani wrote:
> > > > > Dear Apache Community,
> > > > >
> > > > >
> > > > >
> > > > > We would like to open a discussion for the Apache AGE release 1.3.0
> > for
> > > > > PostgreSQL 13.
> > > > >
> > > > >
> > > > >
> > > > > To learn more about Apache AGE, please see http://age.apache.org/
> > > > >
> > > > >
> > > > >
> > > > > Functionalities included and addressed in this release:
> > > > >
> > > > >
> > > > >
> > > > > Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> > > > >
> > > > > NOTE: Due to this being the first release for PostgreSQL 13, there
> is
> > > no
> > > > >
> > > > > upgrade path from other versions.
> > > > >
> > > > > Implement CALL ...[YIELD] for cypher functions. (#630
> > > > > )
> > > > >
> > > > > Graph names with the empty string '' are no more allowed. (#251
> > > > > )
> > > > >
> > > > > Fix typos at multiple locations. (#470
> > > > > )
> > > > >
> > > > > Fix Bug with CALL... [YIELD], clause ignores WHERE.
> > > > >
> > > > > Fix EXPLAIN to allow for nested cypher commands.
> > > > >
> > > > > Fix delete_global_graphs and add regression tests. (#336
> > > > > )
> > > > >
> > > > > Invalid labels now return NULL.
> > > > >
> > > > > Update CONTRIBUTING.md (#348 <
> https://github.com/apache/age/pull/348
> > >)
> > > > >
> > > > > Fix null pointer on name compare. (#376
> > > > > )
> > > > >
> > > > > Fix Travis CI warning messages.
> > > > >
> > > > > Additional regression tests added for age_global_graph. (#341
> > > > > )
> > > > >
> > > > > Readme Added for AGE-JDBC-Driver. (#383
> > > > > )
> > > > >
> > > > > Updated volitility categories for many functions.
> > > > >
> > > > > Fix issue 339 - entities in WHERE clause have wrong Expr. (#391
> > > > > )
> > > > >
> > > > > Create complete graph function. (#342
> > > > > ) (#662
> > > > > )
> > > > >
> > > > > Fix issue 317: Graph naming convention. (#349
> > > > > )
> > > > >
> > > > > Update SET clause to support assigning a map to a variable. (#468
> > > > > )
> > > > >
> > > > > Patch to address PR 203 that appears to be inactive. (#671
> > > > > )
> > > > >
> > > > > Add additional comments for create_graph function. (#582
> > > > > )
> > > > >
> > > > > Optimize age_exists function. (#586 <
> > > > https://github.com/apache/age/pull/586>
> > > > > )
> > > > >
> > > > > Implement plus-equal operator in SET clause. (#638
> > > > > )
> > > > >
> > > > > Implement CI test for python driver. (#587
> > > > > )
> > > > >
> > > > > Move from travis CI to github actions for build. (#673
> > > > > )
> > > > >
> > > > > Update all driver CIs to Github actions.
> > > > >
> > > > > Fix build warnings. (#709  >)
> > > > >
> > > > > Updated Readme for drivers folder. (#642
> > > > > )
> > > > >
> > > > > Removed async from function definitions. (#680
> > > > > )
> > > > >
> > > > > Barbell graph generation (#648 <
> > https://github.com/apache/age/pull/648
> > > >)
> > > > > and Barbell regress tests. (#708 <
> > > https://github.com/apache/age/pull/708
> > > > >)
> > > > >
> > > > > UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706
> > > > > )
> > > > >
> > > > > Fix WITH ignoring WHERE 

Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-05 Thread JawadAli Abbasi
+1

Sent from Yahoo Mail on Android 
 
  On Wed, Apr 5, 2023 at 4:42 AM, Fahad Zaheer wrote:  
 +1

On Wed, 5 Apr 2023, 02:44 Andrew Ko,  wrote:

> +1
>
> Thank you
>
>
> 2023년 4월 5일 (수) 오전 4:59, Muhammad Shoaib 님이 작성:
>
> > Dear John,
> >
> > The release looks good to me. I confirm I have checked followings to the
> > best of my ability
> >
> > Signature Check => check and pass
> > License and Notice => check and pass
> > No binary files => check and pass
> >
> > Wonderful work and looking forward for more updates.
> >
> > Ciao,
> > Shoaib
> >
> > On Tue, Apr 4, 2023 at 6:09 PM Eya Badal  wrote:
> >
> > > Looks good to me!!
> > >
> > > I checked the following:
> > >
> > > - Signature and hash - check.
> > > - LICENSE and NOTICE - check.
> > > - No unexpected binary files - check.
> > >
> > > Great Job!!
> > >
> > > Best,
> > > Eya
> > >
> > > On 2023/03/31 21:43:00 John Gemignani wrote:
> > > > Dear Apache Community,
> > > >
> > > >
> > > >
> > > > We would like to open a discussion for the Apache AGE release 1.3.0
> for
> > > > PostgreSQL 13.
> > > >
> > > >
> > > >
> > > > To learn more about Apache AGE, please see http://age.apache.org/
> > > >
> > > >
> > > >
> > > > Functionalities included and addressed in this release:
> > > >
> > > >
> > > >
> > > > Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> > > >
> > > > NOTE: Due to this being the first release for PostgreSQL 13, there is
> > no
> > > >
> > > > upgrade path from other versions.
> > > >
> > > > Implement CALL ...[YIELD] for cypher functions. (#630
> > > > )
> > > >
> > > > Graph names with the empty string '' are no more allowed. (#251
> > > > )
> > > >
> > > > Fix typos at multiple locations. (#470
> > > > )
> > > >
> > > > Fix Bug with CALL... [YIELD], clause ignores WHERE.
> > > >
> > > > Fix EXPLAIN to allow for nested cypher commands.
> > > >
> > > > Fix delete_global_graphs and add regression tests. (#336
> > > > )
> > > >
> > > > Invalid labels now return NULL.
> > > >
> > > > Update CONTRIBUTING.md (#348  >)
> > > >
> > > > Fix null pointer on name compare. (#376
> > > > )
> > > >
> > > > Fix Travis CI warning messages.
> > > >
> > > > Additional regression tests added for age_global_graph. (#341
> > > > )
> > > >
> > > > Readme Added for AGE-JDBC-Driver. (#383
> > > > )
> > > >
> > > > Updated volitility categories for many functions.
> > > >
> > > > Fix issue 339 - entities in WHERE clause have wrong Expr. (#391
> > > > )
> > > >
> > > > Create complete graph function. (#342
> > > > ) (#662
> > > > )
> > > >
> > > > Fix issue 317: Graph naming convention. (#349
> > > > )
> > > >
> > > > Update SET clause to support assigning a map to a variable. (#468
> > > > )
> > > >
> > > > Patch to address PR 203 that appears to be inactive. (#671
> > > > )
> > > >
> > > > Add additional comments for create_graph function. (#582
> > > > )
> > > >
> > > > Optimize age_exists function. (#586 <
> > > https://github.com/apache/age/pull/586>
> > > > )
> > > >
> > > > Implement plus-equal operator in SET clause. (#638
> > > > )
> > > >
> > > > Implement CI test for python driver. (#587
> > > > )
> > > >
> > > > Move from travis CI to github actions for build. (#673
> > > > )
> > > >
> > > > Update all driver CIs to Github actions.
> > > >
> > > > Fix build warnings. (#709 )
> > > >
> > > > Updated Readme for drivers folder. (#642
> > > > )
> > > >
> > > > Removed async from function definitions. (#680
> > > > )
> > > >
> > > > Barbell graph generation (#648 <
> https://github.com/apache/age/pull/648
> > >)
> > > > and Barbell regress tests. (#708 <
> > https://github.com/apache/age/pull/708
> > > >)
> > > >
> > > > UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706
> > > > )
> > > >
> > > > Fix WITH ignoring WHERE clause. (#646
> > > > )
> > > >
> > > > Implement isEmpty() predicate function. (#710
> > > > )
> > > >
> > > > Fix cypher function input argument checks. (#718
> > > > )
> > > >
> > > > Fix Issue 693 - server termination from return exists(path). (#721

Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-04 Thread Fahad Zaheer
+1

On Wed, 5 Apr 2023, 02:44 Andrew Ko,  wrote:

> +1
>
> Thank you
>
>
> 2023년 4월 5일 (수) 오전 4:59, Muhammad Shoaib 님이 작성:
>
> > Dear John,
> >
> > The release looks good to me. I confirm I have checked followings to the
> > best of my ability
> >
> > Signature Check => check and pass
> > License and Notice => check and pass
> > No binary files => check and pass
> >
> > Wonderful work and looking forward for more updates.
> >
> > Ciao,
> > Shoaib
> >
> > On Tue, Apr 4, 2023 at 6:09 PM Eya Badal  wrote:
> >
> > > Looks good to me!!
> > >
> > > I checked the following:
> > >
> > > - Signature and hash - check.
> > > - LICENSE and NOTICE - check.
> > > - No unexpected binary files - check.
> > >
> > > Great Job!!
> > >
> > > Best,
> > > Eya
> > >
> > > On 2023/03/31 21:43:00 John Gemignani wrote:
> > > > Dear Apache Community,
> > > >
> > > >
> > > >
> > > > We would like to open a discussion for the Apache AGE release 1.3.0
> for
> > > > PostgreSQL 13.
> > > >
> > > >
> > > >
> > > > To learn more about Apache AGE, please see http://age.apache.org/
> > > >
> > > >
> > > >
> > > > Functionalities included and addressed in this release:
> > > >
> > > >
> > > >
> > > > Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> > > >
> > > > NOTE: Due to this being the first release for PostgreSQL 13, there is
> > no
> > > >
> > > > upgrade path from other versions.
> > > >
> > > > Implement CALL ...[YIELD] for cypher functions. (#630
> > > > )
> > > >
> > > > Graph names with the empty string '' are no more allowed. (#251
> > > > )
> > > >
> > > > Fix typos at multiple locations. (#470
> > > > )
> > > >
> > > > Fix Bug with CALL... [YIELD], clause ignores WHERE.
> > > >
> > > > Fix EXPLAIN to allow for nested cypher commands.
> > > >
> > > > Fix delete_global_graphs and add regression tests. (#336
> > > > )
> > > >
> > > > Invalid labels now return NULL.
> > > >
> > > > Update CONTRIBUTING.md (#348  >)
> > > >
> > > > Fix null pointer on name compare. (#376
> > > > )
> > > >
> > > > Fix Travis CI warning messages.
> > > >
> > > > Additional regression tests added for age_global_graph. (#341
> > > > )
> > > >
> > > > Readme Added for AGE-JDBC-Driver. (#383
> > > > )
> > > >
> > > > Updated volitility categories for many functions.
> > > >
> > > > Fix issue 339 - entities in WHERE clause have wrong Expr. (#391
> > > > )
> > > >
> > > > Create complete graph function. (#342
> > > > ) (#662
> > > > )
> > > >
> > > > Fix issue 317: Graph naming convention. (#349
> > > > )
> > > >
> > > > Update SET clause to support assigning a map to a variable. (#468
> > > > )
> > > >
> > > > Patch to address PR 203 that appears to be inactive. (#671
> > > > )
> > > >
> > > > Add additional comments for create_graph function. (#582
> > > > )
> > > >
> > > > Optimize age_exists function. (#586 <
> > > https://github.com/apache/age/pull/586>
> > > > )
> > > >
> > > > Implement plus-equal operator in SET clause. (#638
> > > > )
> > > >
> > > > Implement CI test for python driver. (#587
> > > > )
> > > >
> > > > Move from travis CI to github actions for build. (#673
> > > > )
> > > >
> > > > Update all driver CIs to Github actions.
> > > >
> > > > Fix build warnings. (#709 )
> > > >
> > > > Updated Readme for drivers folder. (#642
> > > > )
> > > >
> > > > Removed async from function definitions. (#680
> > > > )
> > > >
> > > > Barbell graph generation (#648 <
> https://github.com/apache/age/pull/648
> > >)
> > > > and Barbell regress tests. (#708 <
> > https://github.com/apache/age/pull/708
> > > >)
> > > >
> > > > UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706
> > > > )
> > > >
> > > > Fix WITH ignoring WHERE clause. (#646
> > > > )
> > > >
> > > > Implement isEmpty() predicate function. (#710
> > > > )
> > > >
> > > > Fix cypher function input argument checks. (#718
> > > > )
> > > >
> > > > Fix Issue 693 - server termination from return exists(path). (#721
> > > > )
> > > >
> > > > Update regression tests for 

Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-04 Thread Andrew Ko
+1

Thank you


2023년 4월 5일 (수) 오전 4:59, Muhammad Shoaib 님이 작성:

> Dear John,
>
> The release looks good to me. I confirm I have checked followings to the
> best of my ability
>
> Signature Check => check and pass
> License and Notice => check and pass
> No binary files => check and pass
>
> Wonderful work and looking forward for more updates.
>
> Ciao,
> Shoaib
>
> On Tue, Apr 4, 2023 at 6:09 PM Eya Badal  wrote:
>
> > Looks good to me!!
> >
> > I checked the following:
> >
> > - Signature and hash - check.
> > - LICENSE and NOTICE - check.
> > - No unexpected binary files - check.
> >
> > Great Job!!
> >
> > Best,
> > Eya
> >
> > On 2023/03/31 21:43:00 John Gemignani wrote:
> > > Dear Apache Community,
> > >
> > >
> > >
> > > We would like to open a discussion for the Apache AGE release 1.3.0 for
> > > PostgreSQL 13.
> > >
> > >
> > >
> > > To learn more about Apache AGE, please see http://age.apache.org/
> > >
> > >
> > >
> > > Functionalities included and addressed in this release:
> > >
> > >
> > >
> > > Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> > >
> > > NOTE: Due to this being the first release for PostgreSQL 13, there is
> no
> > >
> > > upgrade path from other versions.
> > >
> > > Implement CALL ...[YIELD] for cypher functions. (#630
> > > )
> > >
> > > Graph names with the empty string '' are no more allowed. (#251
> > > )
> > >
> > > Fix typos at multiple locations. (#470
> > > )
> > >
> > > Fix Bug with CALL... [YIELD], clause ignores WHERE.
> > >
> > > Fix EXPLAIN to allow for nested cypher commands.
> > >
> > > Fix delete_global_graphs and add regression tests. (#336
> > > )
> > >
> > > Invalid labels now return NULL.
> > >
> > > Update CONTRIBUTING.md (#348 )
> > >
> > > Fix null pointer on name compare. (#376
> > > )
> > >
> > > Fix Travis CI warning messages.
> > >
> > > Additional regression tests added for age_global_graph. (#341
> > > )
> > >
> > > Readme Added for AGE-JDBC-Driver. (#383
> > > )
> > >
> > > Updated volitility categories for many functions.
> > >
> > > Fix issue 339 - entities in WHERE clause have wrong Expr. (#391
> > > )
> > >
> > > Create complete graph function. (#342
> > > ) (#662
> > > )
> > >
> > > Fix issue 317: Graph naming convention. (#349
> > > )
> > >
> > > Update SET clause to support assigning a map to a variable. (#468
> > > )
> > >
> > > Patch to address PR 203 that appears to be inactive. (#671
> > > )
> > >
> > > Add additional comments for create_graph function. (#582
> > > )
> > >
> > > Optimize age_exists function. (#586 <
> > https://github.com/apache/age/pull/586>
> > > )
> > >
> > > Implement plus-equal operator in SET clause. (#638
> > > )
> > >
> > > Implement CI test for python driver. (#587
> > > )
> > >
> > > Move from travis CI to github actions for build. (#673
> > > )
> > >
> > > Update all driver CIs to Github actions.
> > >
> > > Fix build warnings. (#709 )
> > >
> > > Updated Readme for drivers folder. (#642
> > > )
> > >
> > > Removed async from function definitions. (#680
> > > )
> > >
> > > Barbell graph generation (#648  >)
> > > and Barbell regress tests. (#708 <
> https://github.com/apache/age/pull/708
> > >)
> > >
> > > UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706
> > > )
> > >
> > > Fix WITH ignoring WHERE clause. (#646
> > > )
> > >
> > > Implement isEmpty() predicate function. (#710
> > > )
> > >
> > > Fix cypher function input argument checks. (#718
> > > )
> > >
> > > Fix Issue 693 - server termination from return exists(path). (#721
> > > )
> > >
> > > Update regression tests for cypher_with. (#725
> > > )
> > >
> > > Fix issue 733 - create_complete_graph() terminates the server. (#734
> > > )
> > >
> > > Prevent MATCH from following OPTIONAL MATCH. (#740
> > > )
> > >
> > > Fix property constraints against resolved variables. 

Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-04 Thread Muhammad Shoaib
Dear John,

The release looks good to me. I confirm I have checked followings to the
best of my ability

Signature Check => check and pass
License and Notice => check and pass
No binary files => check and pass

Wonderful work and looking forward for more updates.

Ciao,
Shoaib

On Tue, Apr 4, 2023 at 6:09 PM Eya Badal  wrote:

> Looks good to me!!
>
> I checked the following:
>
> - Signature and hash - check.
> - LICENSE and NOTICE - check.
> - No unexpected binary files - check.
>
> Great Job!!
>
> Best,
> Eya
>
> On 2023/03/31 21:43:00 John Gemignani wrote:
> > Dear Apache Community,
> >
> >
> >
> > We would like to open a discussion for the Apache AGE release 1.3.0 for
> > PostgreSQL 13.
> >
> >
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> >
> >
> > Functionalities included and addressed in this release:
> >
> >
> >
> > Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> >
> > NOTE: Due to this being the first release for PostgreSQL 13, there is no
> >
> > upgrade path from other versions.
> >
> > Implement CALL ...[YIELD] for cypher functions. (#630
> > )
> >
> > Graph names with the empty string '' are no more allowed. (#251
> > )
> >
> > Fix typos at multiple locations. (#470
> > )
> >
> > Fix Bug with CALL... [YIELD], clause ignores WHERE.
> >
> > Fix EXPLAIN to allow for nested cypher commands.
> >
> > Fix delete_global_graphs and add regression tests. (#336
> > )
> >
> > Invalid labels now return NULL.
> >
> > Update CONTRIBUTING.md (#348 )
> >
> > Fix null pointer on name compare. (#376
> > )
> >
> > Fix Travis CI warning messages.
> >
> > Additional regression tests added for age_global_graph. (#341
> > )
> >
> > Readme Added for AGE-JDBC-Driver. (#383
> > )
> >
> > Updated volitility categories for many functions.
> >
> > Fix issue 339 - entities in WHERE clause have wrong Expr. (#391
> > )
> >
> > Create complete graph function. (#342
> > ) (#662
> > )
> >
> > Fix issue 317: Graph naming convention. (#349
> > )
> >
> > Update SET clause to support assigning a map to a variable. (#468
> > )
> >
> > Patch to address PR 203 that appears to be inactive. (#671
> > )
> >
> > Add additional comments for create_graph function. (#582
> > )
> >
> > Optimize age_exists function. (#586 <
> https://github.com/apache/age/pull/586>
> > )
> >
> > Implement plus-equal operator in SET clause. (#638
> > )
> >
> > Implement CI test for python driver. (#587
> > )
> >
> > Move from travis CI to github actions for build. (#673
> > )
> >
> > Update all driver CIs to Github actions.
> >
> > Fix build warnings. (#709 )
> >
> > Updated Readme for drivers folder. (#642
> > )
> >
> > Removed async from function definitions. (#680
> > )
> >
> > Barbell graph generation (#648 )
> > and Barbell regress tests. (#708  >)
> >
> > UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706
> > )
> >
> > Fix WITH ignoring WHERE clause. (#646
> > )
> >
> > Implement isEmpty() predicate function. (#710
> > )
> >
> > Fix cypher function input argument checks. (#718
> > )
> >
> > Fix Issue 693 - server termination from return exists(path). (#721
> > )
> >
> > Update regression tests for cypher_with. (#725
> > )
> >
> > Fix issue 733 - create_complete_graph() terminates the server. (#734
> > )
> >
> > Prevent MATCH from following OPTIONAL MATCH. (#740
> > )
> >
> > Fix property constraints against resolved variables. (#724
> > ) (#751
> > ) (#701
> > ) (#747
> > )
> >
> > Include invalid labels in reused variables. (#751
> > ) (#762
> > )
> >
> > Fix 

Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-04 Thread Eya Badal
Looks good to me!! 

I checked the following:

- Signature and hash - check.
- LICENSE and NOTICE - check.
- No unexpected binary files - check.

Great Job!!

Best,
Eya

On 2023/03/31 21:43:00 John Gemignani wrote:
> Dear Apache Community,
> 
> 
> 
> We would like to open a discussion for the Apache AGE release 1.3.0 for
> PostgreSQL 13.
> 
> 
> 
> To learn more about Apache AGE, please see http://age.apache.org/
> 
> 
> 
> Functionalities included and addressed in this release:
> 
> 
> 
> Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> 
> NOTE: Due to this being the first release for PostgreSQL 13, there is no
> 
> upgrade path from other versions.
> 
> Implement CALL ...[YIELD] for cypher functions. (#630
> )
> 
> Graph names with the empty string '' are no more allowed. (#251
> )
> 
> Fix typos at multiple locations. (#470
> )
> 
> Fix Bug with CALL... [YIELD], clause ignores WHERE.
> 
> Fix EXPLAIN to allow for nested cypher commands.
> 
> Fix delete_global_graphs and add regression tests. (#336
> )
> 
> Invalid labels now return NULL.
> 
> Update CONTRIBUTING.md (#348 )
> 
> Fix null pointer on name compare. (#376
> )
> 
> Fix Travis CI warning messages.
> 
> Additional regression tests added for age_global_graph. (#341
> )
> 
> Readme Added for AGE-JDBC-Driver. (#383
> )
> 
> Updated volitility categories for many functions.
> 
> Fix issue 339 - entities in WHERE clause have wrong Expr. (#391
> )
> 
> Create complete graph function. (#342
> ) (#662
> )
> 
> Fix issue 317: Graph naming convention. (#349
> )
> 
> Update SET clause to support assigning a map to a variable. (#468
> )
> 
> Patch to address PR 203 that appears to be inactive. (#671
> )
> 
> Add additional comments for create_graph function. (#582
> )
> 
> Optimize age_exists function. (#586 
> )
> 
> Implement plus-equal operator in SET clause. (#638
> )
> 
> Implement CI test for python driver. (#587
> )
> 
> Move from travis CI to github actions for build. (#673
> )
> 
> Update all driver CIs to Github actions.
> 
> Fix build warnings. (#709 )
> 
> Updated Readme for drivers folder. (#642
> )
> 
> Removed async from function definitions. (#680
> )
> 
> Barbell graph generation (#648 )
> and Barbell regress tests. (#708 )
> 
> UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706
> )
> 
> Fix WITH ignoring WHERE clause. (#646
> )
> 
> Implement isEmpty() predicate function. (#710
> )
> 
> Fix cypher function input argument checks. (#718
> )
> 
> Fix Issue 693 - server termination from return exists(path). (#721
> )
> 
> Update regression tests for cypher_with. (#725
> )
> 
> Fix issue 733 - create_complete_graph() terminates the server. (#734
> )
> 
> Prevent MATCH from following OPTIONAL MATCH. (#740
> )
> 
> Fix property constraints against resolved variables. (#724
> ) (#751
> ) (#701
> ) (#747
> )
> 
> Include invalid labels in reused variables. (#751
> ) (#762
> )
> 
> Fix update_entity_tuple to use correct CommandId. (#769
> )
> 
> Remove check for scalar agtypes in unwind. (#736
> )
> 
> Update PG13 CI workflows. (#775 )
> 
> Update readme and version for python driver. (#780
> )
> 
> Update README.md
> 
> 
> *
> 
> 
> 
> The git tag to be discussed and voted on:
> 
>