Skip to content

Conversation

@JanJakes
Copy link
Member

This PR implements two additional PDO statement proxy methods:

  • PDOStatement::fetchColumn()
  • PDOStatement::fetchObject()

Both of these methods delegate the calls to the underlying SQLite statement.

There are more PDO APIs to cover, but I had these in an in-progress branch, and there is no need to hold it off.
Additional PDO API coverage will be done in subsequent PRs.

@JanJakes JanJakes changed the title PDO coverage Implement PDOStatement::fetchColumn() and PDOStatement::fetchObject() Jan 30, 2026
@JanJakes JanJakes changed the title Implement PDOStatement::fetchColumn() and PDOStatement::fetchObject() Implement PDOStatement fetchColumn() and fetchObject()` methods Jan 30, 2026
@JanJakes JanJakes changed the title Implement PDOStatement fetchColumn() and fetchObject()` methods Implement PDO statment's fetchColumn() and fetchObject() methods Jan 30, 2026
@JanJakes JanJakes requested a review from a team January 30, 2026 17:04
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