fdb does not support named parameters (:name + dict). Convert all :name placeholders to ? and build a positional list from the param dict in the same order they appear in the query. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fdb does not support named parameters (:name + dict). Convert all :name placeholders to ? and build a positional list from the param dict in the same order they appear in the query. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>