fordfrog / apgdiff

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

Native for OS line endings in resulting diff. #182

Closed awful-b closed 8 years ago

awful-b commented 8 years ago

Problem description Resulting diff has different line endings on Windows (\r\n and \n). There are two main reasons why it should be fixed:

Solution Replace all usages of '\n' with System.getProperty("line.separator").

avbasov commented 8 years ago

Merged. Thank you.

awful-b commented 8 years ago

Thank you for sharing your tool :)