Skip to content

Commit 9b50ce7

Browse files
Add db.query.default_language for testing purposes
1 parent 1ff712b commit 9b50ce7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,6 +1777,22 @@ They can be used to tune the performance of Cypher queries or to restrict the ki
17771777
For more information, see xref:/performance/statistics-execution-plans.adoc[Statistics and execution plans].
17781778

17791779

1780+
[role=label--new-2025.06]
1781+
[[config_db.query.default_language]]
1782+
=== `db.query.default_language`
1783+
1784+
.db.query.default_language
1785+
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
1786+
|===
1787+
|Description
1788+
a|The default language of a database determines which language is used to evaluate queries that do not explicitly select a language. This setting determines the default language used for new (and initial) databases where not specified as part of `CREATE` or `ALTER` database.
1789+
|Valid values
1790+
a|One of [CYPHER_5, CYPHER_25]
1791+
|Default value
1792+
m|+++CYPHER_5+++
1793+
|===
1794+
1795+
17801796
[[config_dbms.cypher.forbid_exhaustive_shortestpath]]
17811797
=== `dbms.cypher.forbid_exhaustive_shortestpath`
17821798

0 commit comments

Comments
 (0)