Skip to content

fix: make create_send_msg_jobs actually return row IDs - #8585

Draft
link2xt wants to merge 1 commit into
mainfrom
link2xt/create_send_msg_jobs-row_id
Draft

fix: make create_send_msg_jobs actually return row IDs#8585
link2xt wants to merge 1 commit into
mainfrom
link2xt/create_send_msg_jobs-row_id

Conversation

@link2xt

@link2xt link2xt commented Aug 14, 2026

Copy link
Copy Markdown
Collaborator

.execute() was returning the number of rows, so usually 1.
.insert() is returning the row ID.

In most cases it does not matter because the result is checked with .is_empty(), but send_msg_sync() actually uses the row IDs.

.execute() was returning the number of rows, so usually 1.
.insert() is returning the row ID.

In most cases it does not matter because the result is checked with .is_empty(),
but send_msg_sync() actually uses the row IDs.
@link2xt

link2xt commented Aug 14, 2026

Copy link
Copy Markdown
Collaborator Author

Draft because still needs a test.

@link2xt
link2xt force-pushed the link2xt/create_send_msg_jobs-row_id branch from 20ae3c5 to 889578d Compare August 14, 2026 11:40
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.

1 participant