When a database table contains a column explicitly named year, the application fails to identify or map it correctly in the results view. This is likely due to year being a reserved SQL keyword that isn't being properly escaped/quoted in the internal queries.

When a database table contains a column explicitly named
year, the application fails to identify or map it correctly in the results view. This is likely due toyearbeing a reserved SQL keyword that isn't being properly escaped/quoted in the internal queries.