Skip to content

"Missing column" message when actual first row is false and expected true #1

@error256

Description

@error256

Code:

select b from (values (false), (true)) bs(b)

Tests:

def expected = DB['select b from (values (true), (false)) bs(b)'].to_a
compare_with(expected)

https://www.codewars.com/kumite/64a5badac6d5e9001f3e6982
column "b" > should be a TrueClass value > missing column "b"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions