Build: #447 was successful Changes by Marc

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
16 minutes
Labels
None
Agent
Default Agent
Revision
6e66f1505c8c3d205dd6d5b9df70a3beb3903851 6e66f1505c8c3d205dd6d5b9df70a3beb3903851
Successful since
#340 ()

Code commits

Author Commit Message Commit date
Marc Marc 6e66f1505c8c3d205dd6d5b9df70a3beb3903851 6e66f1505c8c3d205dd6d5b9df70a3beb3903851 Merge pull request #6392 from lionel-rowe/ticket/8071
[ticket/8071] Add sql_last_inserted_id alias for sql_nextid
Marc Marc b5c316c9c39b083970e065892ef6c3187e1d10f6 m b5c316c9c39b083970e065892ef6c3187e1d10f6 [ticket/8071] Make nextid alias of sql_last_inserted_id and add deprecation
PHPBB3-8071
lionel-rowe <lionel.rowe@gmail.com> lionel-rowe <lionel.rowe@gmail.com> 9fb98201f209c8976d43b8003aabdabadda03932 m 9fb98201f209c8976d43b8003aabdabadda03932 [ticket/8071] Add sql_last_inserted_id alias for sql_nextid
Fixes [DBAL function sql_nextid - name is
misleading](PHPBB3-8071">https://tracker.phpbb.com/browse/PHPBB3-8071).

Per the tracker issue:
> This function gets the ID of the last inserted row, not the ID of the next row
to be inserted (which is difficult due to different autoincrement steps and also
lends itself nicely to race conditions).

@iwisdom replied that the naming is consistent with how PHP itself names this
functionality, but the link they posted doesn't support that (I guess this is
referring to a much older version of PHP? The comment is from 2009).

PHPBB3-8071

Jira issues

IssueDescriptionStatus
Unknown Issue TypePHPBB3-8071Could not obtain issue details from Jira