After updating DBeaver from version 25.0.0.2 to 25.1.3.202507201530 and updating the ClickHouse drivers for my connection, array data types are no longer displayed correctly in the interface.
Arrays let programmers store lists of related data such as a list of scores, a list of first names or a list of cities. Each value in a list is given its own position/index value so it can easily be ...
Records are treated as data types, so they can be held within a single array. This allows for storage of more than one record within the same structure. This structure is essentially an array of ...