Closed

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.