Skip to content

AbstractTableGateway $lastInsertValue #117

@simon-mundy

Description

@simon-mundy

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingconfirmedHas been confirmed by maintainersqaImprovements in quality assurance of the project

Type

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions