You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this still works for the fallback sqlite version, but not for the new sqlalchemy implementation. in PrimaryKeyConstraint, the columns should be feeded as separate positional arguments instead of a list (https://github.com/pydata/pandas/blob/master/pandas/io/sql.py#L837). So just needs an unacking *.
The text was updated successfully, but these errors were encountered:
See http://stackoverflow.com/questions/30911299/get-schema-multiple-primary-keys
I think this still works for the fallback sqlite version, but not for the new sqlalchemy implementation. in
PrimaryKeyConstraint
, the columns should be feeded as separate positional arguments instead of a list (https://github.com/pydata/pandas/blob/master/pandas/io/sql.py#L837). So just needs an unacking*
.The text was updated successfully, but these errors were encountered: