Skip to content

DBAPI 2.0 broken when using dictionary as parameters #6708

Closed
@ghost

Description

The function pandas.io.sql._convert_params assume that the parameters are passed as a list. However the DBAPI2.0 specify that the parameters can be a list or a mapping. This is a regression compared to the current stable version 0.13.1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugIO SQLto_sql, read_sql, read_sql_query

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions