Hello,I have a small Bugreport for ADS 12.0.0.0, free Table:A simple SQL Statement executed in ARC32 like "select * from sometable where year(somedatecolumn) = 2016" fails if the Table has an index on somedatecolumn.SQL to test:Create Table BUGTEST( ...