ArcadeDB Server v26.3.2 (build 6acb8422e6b604b6d20716cdaa8de3383bb49b70/1774110440152/UNKNOWN)
Running on Linux 6.17.0-19-generic - OpenJDK 64-Bit Server VM 25.0.2
In column headers of tabular query results (dt-column-title) is always in capitals even though the name assigned in the projection is lower case, i.e.
SELECT version() AS VERSION
SELECT version() AS version
have the same column heading (VERSION), which can be confusing.
ArcadeDB Server v26.3.2 (build 6acb8422e6b604b6d20716cdaa8de3383bb49b70/1774110440152/UNKNOWN)Running on Linux 6.17.0-19-generic - OpenJDK 64-Bit Server VM 25.0.2In column headers of tabular query results (
dt-column-title) is always in capitals even though the name assigned in the projection is lower case, i.e.have the same column heading (
VERSION), which can be confusing.