some samples to use for testing
authorThomas Walker Lynch <xtujpz@reasoningtechnology.com>
Thu, 1 Aug 2024 05:34:52 +0000 (05:34 +0000)
committerThomas Walker Lynch <xtujpz@reasoningtechnology.com>
Thu, 1 Aug 2024 05:34:52 +0000 (05:34 +0000)
commit5f55067a8208366557e16b9a4da494b3358c4c01
tree89ed0866d3bc9160d8f39e0763c308c63b23be8a
parent60ba17cf1f7da5ab8858ceecbc46636becf9ee6d
some samples to use for testing
25 files changed:
developer/javac/ANTLR/GQL_20240424Lexer.interp [deleted file]
developer/javac/ANTLR/GQL_20240424Lexer.java [deleted file]
developer/javac/ANTLR/GQL_20240424Lexer.tokens [deleted file]
developer/lector/Cypher_GQL_differences.txt [new file with mode: 0644]
developer/test/Neo4NBA/create_relationship_0.cypher [new file with mode: 0644]
developer/test/Neo4NBA/create_team_0.cypher [new file with mode: 0644]
developer/test/Neo4NBA/delete_player_and_relationship.cypher [new file with mode: 0644]
developer/test/Neo4NBA/notes.txt [new file with mode: 0644]
developer/test/Neo4NBA/query_players_by_team_0.cypher [new file with mode: 0644]
developer/test/Neo4NBA/updating_nodes_0.cypher [new file with mode: 0644]
developer/test/opengql_grammar_samples_20240801/create_closed_graph_from_graph_type_(double_colon).gql [new file with mode: 0644]
developer/test/opengql_grammar_samples_20240801/create_closed_graph_from_graph_type_(lexical).gql [new file with mode: 0644]
developer/test/opengql_grammar_samples_20240801/create_closed_graph_from_nested_graph_type_(double_colon).gql [new file with mode: 0644]
developer/test/opengql_grammar_samples_20240801/create_graph.gql [new file with mode: 0644]
developer/test/opengql_grammar_samples_20240801/create_schema.gql [new file with mode: 0644]
developer/test/opengql_grammar_samples_20240801/insert_statement.gql [new file with mode: 0644]
developer/test/opengql_grammar_samples_20240801/match_and_insert_example.gql [new file with mode: 0644]
developer/test/opengql_grammar_samples_20240801/match_with_exists_predicate_(match_block_statement_in_braces).gql [new file with mode: 0644]
developer/test/opengql_grammar_samples_20240801/match_with_exists_predicate_(match_block_statement_in_parentheses).gql [new file with mode: 0644]
developer/test/opengql_grammar_samples_20240801/match_with_exists_predicate_(nested_match_statement).gql [new file with mode: 0644]
developer/test/opengql_grammar_samples_20240801/session_set_graph_to_current_graph.gql [new file with mode: 0644]
developer/test/opengql_grammar_samples_20240801/session_set_graph_to_current_property_graph.gql [new file with mode: 0644]
developer/test/opengql_grammar_samples_20240801/session_set_property_as_value.gql [new file with mode: 0644]
developer/test/opengql_grammar_samples_20240801/session_set_time_zone.gql [new file with mode: 0644]
executor/cat_w_names [new file with mode: 0755]