Compare commits
3 Commits
master
...
fix-tobool
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee9bf3e012 | ||
|
|
79eec4f872 | ||
|
|
6ea841ad51 |
2
.github/workflows/diff.yaml
vendored
2
.github/workflows/diff.yaml
vendored
@@ -215,7 +215,7 @@ jobs:
|
|||||||
|
|
||||||
release_build:
|
release_build:
|
||||||
name: "Release build"
|
name: "Release build"
|
||||||
runs-on: [self-hosted, Linux, X64, Diff]
|
runs-on: [self-hosted, Linux, X64, mystique]
|
||||||
env:
|
env:
|
||||||
THREADS: 24
|
THREADS: 24
|
||||||
MEMGRAPH_ENTERPRISE_LICENSE: ${{ secrets.MEMGRAPH_ENTERPRISE_LICENSE }}
|
MEMGRAPH_ENTERPRISE_LICENSE: ${{ secrets.MEMGRAPH_ENTERPRISE_LICENSE }}
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ Feature: Functions
|
|||||||
Given an empty graph
|
Given an empty graph
|
||||||
And having executed
|
And having executed
|
||||||
"""
|
"""
|
||||||
CREATE (:Node {prop: ToBoolean("t")});
|
CREATE (:Node {prop: TOBOOLEAN("t")});
|
||||||
"""
|
"""
|
||||||
When executing query:
|
When executing query:
|
||||||
"""
|
"""
|
||||||
@@ -74,11 +74,11 @@ Feature: Functions
|
|||||||
| n.prop |
|
| n.prop |
|
||||||
| true |
|
| true |
|
||||||
|
|
||||||
Scenario: ToBoolean test 03:
|
Scenario: ToBoolean test 04:
|
||||||
Given an empty graph
|
Given an empty graph
|
||||||
And having executed
|
And having executed
|
||||||
"""
|
"""
|
||||||
CREATE (:Node {prop: ToBoolean("f")});
|
CREATE (:Node {prop: TOBOOLEAN("f")});
|
||||||
"""
|
"""
|
||||||
When executing query:
|
When executing query:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user