Package Version
0.6.0
Php Version
8.3
Database Engine
N/A
Basic Information
AbstractTableGateway had a property $lastInsertValue that was defined as a nullable int.
This cannot be useful as many database engines may also return bool|string when proxying the connection.
Steps to Reproduce
Expected Behavior
No response
Actual behavior?
Property definition is too narrow a type. It needs to be the same as getLastGeneratedValue() in the Connection class.
Additional Info
No response
Package Version
0.6.0
Php Version
8.3
Database Engine
N/A
Basic Information
AbstractTableGateway had a property $lastInsertValue that was defined as a nullable int.
This cannot be useful as many database engines may also return bool|string when proxying the connection.
Steps to Reproduce
Expected Behavior
No response
Actual behavior?
Property definition is too narrow a type. It needs to be the same as getLastGeneratedValue() in the Connection class.
Additional Info
No response