Failure to Read Updated AnyLogic DB Values
问题 I am currently using an AnyLogic database to store used parking capacity. I have written a function that reads the database and assigns an id to each container or trailer that is stored. Afterward, an UPDATE query is used to update the array. The database read is performed using selectfrom() as specified by the database query tool. The UPDATE query is as follows: update(storage) .where(storage.id.eq(ret%1000/10)) .set(storage.trailer, 1) .execute(); This is based off of the example given in