Skip to content

fix(ruby): correct open_statement typo in Connection#ingest - #4418

Merged
kou merged 1 commit into
apache:mainfrom
otegami:fix/connection-ingest-typo
Jun 21, 2026
Merged

fix(ruby): correct open_statement typo in Connection#ingest#4418
kou merged 1 commit into
apache:mainfrom
otegami:fix/connection-ingest-typo

Conversation

@otegami

@otegami otegami commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Connection#ingest called open_statment, which is undefined,so it always raised NoMethodError.
The typo went unnoticed because only Statement#ingest had a test.

- open_statment
+ open_statement

Closes GH-4417.

GitHub: Fixes apacheGH-4417

Connection#ingest called open_statment, which is undefined, so it
always raised NoMethodError. The typo went unnoticed because only
Statement#ingest had a test.
@otegami
otegami requested a review from kou as a code owner June 19, 2026 11:22
@otegami

otegami commented Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

I will fix the Packaging / Linux debian-bookworm workflow by GH-4420.

@kou kou left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1

@kou
kou merged commit 3035c08 into apache:main Jun 21, 2026
74 of 76 checks passed
@otegami
otegami deleted the fix/connection-ingest-typo branch June 21, 2026 03:38
@lidavidm lidavidm added this to the ADBC Libraries 24 milestone Jul 22, 2026
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.

ruby: Connection#ingest raises NoMethodError

3 participants