Skip to content

Update Schema.php#8

Merged
ralflang merged 1 commit intoFRAMEWORK_6_0from
TDannhauer-patch-2
Jul 28, 2025
Merged

Update Schema.php#8
ralflang merged 1 commit intoFRAMEWORK_6_0from
TDannhauer-patch-2

Conversation

@TDannhauer
Copy link
Contributor

Fixing typos in sequence handling

@TDannhauer TDannhauer requested a review from ralflang July 26, 2025 14:46
// (multiple rows means composite PK with multiple columns where autoincrement is not supported )
if (!$results || count($results) > 1) {
if (!$result || count($result) > 1) {
return [null, null];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably turn this into an object rather than an array of results in a later breaking change.

@ralflang ralflang merged commit af41feb into FRAMEWORK_6_0 Jul 28, 2025
0 of 6 checks passed
@TDannhauer TDannhauer deleted the TDannhauer-patch-2 branch August 7, 2025 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants