Skip to content

Commit 9e90609

Browse files
committed
Fixed correct string representation of schema write
1 parent e0c70cc commit 9e90609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo4j/v1/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class which can be used to obtain `Driver` instances that are used for
4141
STATEMENT_TYPE_READ_ONLY = "r"
4242
STATEMENT_TYPE_READ_WRITE = "rw"
4343
STATEMENT_TYPE_WRITE_ONLY = "w"
44-
STATEMENT_TYPE_SCHEMA_WRITE = "sw"
44+
STATEMENT_TYPE_SCHEMA_WRITE = "s"
4545

4646

4747
class GraphDatabase(object):

0 commit comments

Comments
 (0)