We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c70cc commit 9e90609Copy full SHA for 9e90609
neo4j/v1/session.py
@@ -41,7 +41,7 @@ class which can be used to obtain `Driver` instances that are used for
41
STATEMENT_TYPE_READ_ONLY = "r"
42
STATEMENT_TYPE_READ_WRITE = "rw"
43
STATEMENT_TYPE_WRITE_ONLY = "w"
44
-STATEMENT_TYPE_SCHEMA_WRITE = "sw"
+STATEMENT_TYPE_SCHEMA_WRITE = "s"
45
46
47
class GraphDatabase(object):
0 commit comments