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:
|
||||
name: "Release build"
|
||||
runs-on: [self-hosted, Linux, X64, Diff]
|
||||
runs-on: [self-hosted, Linux, X64, mystique]
|
||||
env:
|
||||
THREADS: 24
|
||||
MEMGRAPH_ENTERPRISE_LICENSE: ${{ secrets.MEMGRAPH_ENTERPRISE_LICENSE }}
|
||||
|
||||
@@ -64,7 +64,7 @@ Feature: Functions
|
||||
Given an empty graph
|
||||
And having executed
|
||||
"""
|
||||
CREATE (:Node {prop: ToBoolean("t")});
|
||||
CREATE (:Node {prop: TOBOOLEAN("t")});
|
||||
"""
|
||||
When executing query:
|
||||
"""
|
||||
@@ -74,11 +74,11 @@ Feature: Functions
|
||||
| n.prop |
|
||||
| true |
|
||||
|
||||
Scenario: ToBoolean test 03:
|
||||
Scenario: ToBoolean test 04:
|
||||
Given an empty graph
|
||||
And having executed
|
||||
"""
|
||||
CREATE (:Node {prop: ToBoolean("f")});
|
||||
CREATE (:Node {prop: TOBOOLEAN("f")});
|
||||
"""
|
||||
When executing query:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user