Skip to content

RFC: Fix Oracle conector bad argument

Pablo Lorenzatto requested to merge fix_dtypes_bad_name into master

Oracle connector was passing dtypes instead of dtype to to_sql which broke further calls.

Merge request reports