Mysql LastInserted vs LastInsertedRowID

I recently downloaded Xojo 2019r2 and when I was typing some code I noticed that there is no help available for the LastInserted method, checking the documentation I found that the new method that was introduced is now called LastInsertedRowID. However the LastInsertedRowID method does not appears if I type the db.{tab}

Should I start using LastInsertedRowID?

Feel free to browse the forum on API 2 topics.

did it appear if you write it as assignment
… = db.LastInsertedRowID

[quote=460959:@Markus Rauch]did it appear if you write it as assignment
… = db.LastInsertedRowID[/quote]
No it did not

i see only a .LastInsertedID

You need to use LastInsertedID until the next version, this is a known bug and has been fixed for the next release.

<https://xojo.com/issue/57914>

[quote=461087:@]You need to use LastInsertedID until the next version, this is a known bug and has been fixed for the next release.

<https://xojo.com/issue/57914>[/quote]

OOOOOk

That’s what I was wondering.

Thanks for your post!