Auto-increment ID used not the one provided in object
What is the expected output? What do you see instead?
When inserting objects into table there is a need sometimes to use the id provided by the app. For example the application synch data via cloud between phone and tablet versions of the app, object created on the tablet need to make its way to the phone, object does not exist in phone db, but we have an id for it allready.
From https://code.google.com/p/storm-gen/issues/detail?id=23
What steps will reproduce the problem?
What is the expected output? What do you see instead?
When inserting objects into table there is a need sometimes to use the id provided by the app. For example the application synch data via cloud between phone and tablet versions of the app, object created on the tablet need to make its way to the phone, object does not exist in phone db, but we have an id for it allready.