Bugfix
Detail
#28275
Error in Util.newOrderValue() may result in no ownerOrder being found
In certain cases (especially in migrated datasets), an UnreachableAssertion error occurs during automatic migration in
com.top_logic.model.migration.Util.newOrderValue(PooledConnection, long, TLID, String, String, String, String)
In the observed case, the "ownerOrder "s at the upper end of Integer.MAX_VALUE were already assigned (this was probably achieved by the SQL-based migration functions used in TL6). Due to an error, the above-mentioned exception then occurs.