Skip to content

.get_diff() is not available when installed with pip install sql-compare #159

@KnurpsBram

Description

@KnurpsBram

I love the get_diff() functionality.

When I install the package with pip install sql-compare, the .get_diff() functionality is not available.

AttributeError: module 'sql_compare' has no attribute 'get_diff'

My workaround is to install the package like this:

pip install git+https://github.com/Mergifyio/sql-compare@e57a2d729ccd8c947a6a3dc71c11ada120e51aa0

, then the .get_diff() function is available.

but it'd be a lot nicer if the .get_diff() functionality is available when installing with pip install.

Thanks for implementing this functionality and maintaining this repo by the way.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions