alculquicondor / psqlparse

A python module that gives access to PostgreSQL's query parser, for turning SQL into a parse tree.
BSD 3-Clause "New" or "Revised" License
164 stars 41 forks source link

Add normalize and fingerprint #39

Closed ehfeng closed 5 years ago

ehfeng commented 6 years ago

Effectively a duplicate of https://github.com/alculquicondor/psqlparse/pull/18. Given that it's been 8 months and there are conflicts, I went ahead and copied it, added test, and added the fingerprint method as well.

alculquicondor commented 6 years ago

Sorry, but I don't see any fingerprint method.

ehfeng commented 6 years ago

Accidentally pushed commit to wrong branch. Added now @alculquicondor

vharitonsky commented 6 years ago

Also added fingerprinting in #44

ehfeng commented 6 years ago

@alculquicondor updated

alculquicondor commented 6 years ago

PEP8 failed

ehfeng commented 5 years ago

Closing, as I probably won't be able to finish this.