Skip to content

Commit

Permalink
GIS #462: push commits before rebase with refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
danylokravchenko committed Dec 25, 2023
1 parent 942ea7c commit 0a4ee0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/main/java/org/polypheny/db/PolyphenyDb.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public class PolyphenyDb {
public boolean daemonMode = false;

@Option(name = { "-defaultStore" }, description = "Type of default storeId")
public String defaultStoreName = "postgresql";
public String defaultStoreName = "hsqldb";

@Option(name = { "-defaultSource" }, description = "Type of default source")
public String defaultSourceName = "csv";
Expand Down
2 changes: 2 additions & 0 deletions plugins/cypher-language/src/main/codegen/CypherParser.jj
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ TOKEN [IGNORE_CASE] :
| < FUNCTION: "FUNCTION" >
| < FUNCTIONS: "FUNCTIONS" >
| < GE: ">=" >
| < GEOMETRY: "GEOMETRY" >
| < GRANT: "GRANT">
| < GRAPH: "GRAPH" >
| < GRAPHS: "GRAPHS" >
Expand Down Expand Up @@ -5419,6 +5420,7 @@ Token UnescapedSymbolicNameString() :
| t=<FULLTEXT>
| t=<FUNCTION>
| t=<FUNCTIONS>
| t=<GEOMETRY>
| t=<GRANT>
| t=<GRAPH>
| t=<GRAPHS>
Expand Down

0 comments on commit 0a4ee0e

Please sign in to comment.