Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lastInsertId() from MySQL returns the new ID as a string instead of a…
…n int which causes issues with the new API not sending an int where an int is expected. as the autoincremented IDs in MySQL always will be of type int, we cast it after retrieving
- Loading branch information