mrcrypster/mysqly

Return lastInsertId when using insert_update

Closed this issue · 1 comments

When using the insert_update-function, there is no lastInsertId returned. Adding return static::$db->lastInsertId(); at line 318 works.
Could you add this to the source code?

Fixed in 1a29932