djhenderson / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

Source code has mixed line endings #184

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Patch fails to apply to mix of LF and CR+LF line endings in source files
2. See issue #145

What version of the product are you using? On what operating system?
pyodbc 2.1.8 on Mac OSX 10.6.6.

Patch to resolve parameterized insert memory leak fails to apply due to some 
files having (Windows style) CR+LF line endings. Normalizing line endings to LF 
only allows patches to apply.

Original issue reported on code.google.com by bsg...@gmail.com on 20 Jun 2011 at 4:16

GoogleCodeExporter commented 9 years ago

Original comment by mkleehammer on 8 Jul 2011 at 9:00

GoogleCodeExporter commented 9 years ago
Apparently I fixed this at some point...

Original comment by mkleehammer on 27 Dec 2011 at 12:58