Skip to content

Fix #281: bind parameters directly to text() for YAML declarative tools#283

Merged
remi-td merged 1 commit intomainfrom
fix/281-yaml-tool-bind-params
Mar 24, 2026
Merged

Fix #281: bind parameters directly to text() for YAML declarative tools#283
remi-td merged 1 commit intomainfrom
fix/281-yaml-tool-bind-params

Conversation

@remi-td
Copy link
Copy Markdown
Collaborator

@remi-td remi-td commented Mar 24, 2026

Use text().bindparams() instead of conn.execute(stmt, dict) to fix parameter binding with teradatasql's qmark paramstyle. This ensures parameters are correctly compiled to positional ? placeholders and also fixes the literal_binds metadata display showing NULL.

Use text().bindparams() instead of conn.execute(stmt, dict) to fix
parameter binding with teradatasql's qmark paramstyle. This ensures
parameters are correctly compiled to positional ? placeholders and
also fixes the literal_binds metadata display showing NULL.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@remi-td remi-td merged commit 80189ef into main Mar 24, 2026
3 checks passed
@remi-td remi-td deleted the fix/281-yaml-tool-bind-params branch March 24, 2026 15:33
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