Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

case sensitivity of function name #927

Closed
czpmango opened this issue Apr 7, 2021 · 0 comments · Fixed by #926
Closed

case sensitivity of function name #927

czpmango opened this issue Apr 7, 2021 · 0 comments · Fixed by #926
Labels
incompatible PR: incompatible with the master branches in the storage or common repos

Comments

@czpmango
Copy link
Contributor

czpmango commented Apr 7, 2021

neo4j test:

neo4j@neo4j> return aBs(-3);
+---------+
| aBs(-3) |
+---------+
| 3       |
+---------+

neo4j@neo4j> return coUnt(*);
+----------+
| coUnt(*) |
+----------+
| 1        |
+----------+

@czpmango czpmango added the incompatible PR: incompatible with the master branches in the storage or common repos label Apr 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
incompatible PR: incompatible with the master branches in the storage or common repos
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant