这是indexloc提供的服务,不要输入任何密码
Skip to content

Issue while filtering rows using a boolean column #2421

@karthikvt26

Description

@karthikvt26

Steps to reproduce:

  1. Create a table as below
post:
     id    int auto_increment (PK)
     name    text
     is_active    bool
  1. Insert some dummy rows
  2. Add a filter is_active and set it to true and press enter (This should filter correctly). Now click enter again, the value changes to false from true

First enter press

screenshot 954

Second enter press (Or clicking on Run query button changes the value to false)

screenshot 955

Metadata

Metadata

Assignees

Labels

c/consoleRelated to consolek/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions