attu
attu copied to clipboard
Filter Expression bug of varchar in/not in logic
Describe the bug: In Advanced Filter, when select a VarChar column, use in/not in Logic, Value use ["a", "b"], the expression will add "" to Value.
Ex. bot_id, VarChar in/not in, Logic ["a", "b"], Value the above expression will be: bot_id in "["a", "b"]", it's falut.
Attu version: v 2.3.10 and earlier version.