Roundup Tracker - Issues

Message8311

Author rouilj
Recipients ber, rouilj, tekberg
Date 2025-01-20.00:38:59
Message-id <1737333539.76.0.730288482183.issue2550815@roundup-tracker.org>
In-reply-to
The value passed to setval is one more than the max id imported. Without
the third argument set to false, setval() consumes the supplied value so
the next value retrieved will be one more. Effectively skipping that value
just as Tom documented. Verified in docs.

Changed to code to pass false as the third param so the value supplied will be returned
on the next query of the sequence.

changeset:   8295:bbc99def147a
History
Date User Action Args
2025-01-20 00:38:59rouiljsetmessageid: <1737333539.76.0.730288482183.issue2550815@roundup-tracker.org>
2025-01-20 00:38:59rouiljsetrecipients: + rouilj, ber, tekberg
2025-01-20 00:38:59rouiljlinkissue2550815 messages
2025-01-20 00:38:59rouiljcreate