fordfrog / apgdiff

Another PostgreSQL Diff Tool
http://www.apgdiff.com
MIT License
355 stars 138 forks source link

Issue #125 - Allow escaped characters other than quotes inside string #187

Closed noahwh closed 8 years ago

noahwh commented 8 years ago

Basic test case:

CREATE TABLE test ( test TEXT ); COMMENT ON COLUMN test.test IS 'Hi.\n';

noahwh commented 8 years ago

Sorry, looks like I screwed this up. Unrelated commits are being added. First time pull request.