Michael4713
Results
1
issues of
Michael4713
When querying nodes with special characters, i.e. Umlauts (e.g. name: "Réné) using the JDBC driver with the query and Java Code ``` match (n) return n.name String name = result.getString(1);...