lajerca
lajerca
Hi @LonwoLonwo, it is `0` (zero) 
sure, here you go ```sql SELECT TABLE_SCHEMA,TABLE_NAME FROM information_schema.TABLES WHERE TABLE_NAME LIKE 't%' ORDER BY TABLE_NAME LIMIT 1000 ``` I don't see a query with 'test%' though, even if I...
> Fix will be available in DBeaver 23.3.3 version. If you find out that it's still reproducible, please let me know. It is still reproducible 
> What MySQL version do you use? MySQL 8.0
 nope, only table_Test is found but not TableA and TableB
however the opposite happens if I do like this instead ```sql WHERE TABLE_NAME LIKE BINARY 'T%' ``` 
this actually works, all three tables are returned. User input should be uppercased too though
I can confirm, same issue here. Actually the title might be misleading since the bug seems to be not limited to arrays but related with properties being in nested objects,...