I noticed that for a DA table where I join the main table with another table of which i put all the fields to log changes= false that the field type autoinc still gets special treatment and in my case throws an index out of bound exception.
I have to change the field data type from autoinc to integer to solve this.
So this is not an issue (anymore) for me but I was wondering if this is a bug.