Skip to content

Prevents type errors when initializing a Metadata instance.#135

Open
tyrsson wants to merge 3 commits intophp-db:0.6.xfrom
tyrsson:patch-metadata-abstract-source-get-column
Open

Prevents type errors when initializing a Metadata instance.#135
tyrsson wants to merge 3 commits intophp-db:0.6.xfrom
tyrsson:patch-metadata-abstract-source-get-column

Conversation

@tyrsson
Copy link
Member

@tyrsson tyrsson commented Feb 24, 2026

Needs tested against various driver packages. Signed-off-by: Joey Smith jsmith@webinertia.net

Q A
Documentation no
Bugfix yes
BC Break no
New Feature no
RFC no
QA no
House Keeping yes

Description

Prevents the new strict typing in Column from choking on the returned values of the query since at times the database server will return int columns as strings.

Needs tested against various driver packages.
Signed-off-by: Joey Smith <jsmith@webinertia.net>
@tyrsson tyrsson self-assigned this Feb 24, 2026
@tyrsson tyrsson added this to @phpdb Feb 24, 2026
@github-project-automation github-project-automation bot moved this to Todo in @phpdb Feb 24, 2026
@tyrsson tyrsson added this to the 0.6.0 milestone Feb 24, 2026
@tyrsson tyrsson added bug Something isn't working confirmed Has been confirmed by maintainers labels Feb 24, 2026
Needs tested against various driver packages.
Signed-off-by: Joey Smith <jsmith@webinertia.net>
Copy link
Collaborator

@simon-mundy simon-mundy left a comment

Choose a reason for hiding this comment

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

If we can bump those new lines in under 120 chars then we're good to go

@github-project-automation github-project-automation bot moved this from Todo to In Progress in @phpdb Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working confirmed Has been confirmed by maintainers

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants