If my result field has 2 single quotes then pyodbc encloses the field in double quotes. Otherwise the result in enclosed in single quotes. The double quotes are causing an issue when I try to insert this data into MS SQL Server.
('SAM', "O''Brien, Sam", '2016-06-21 14:05')
('JIM', 'Stover, Jim', '2016-06-21 14:05')
Is there a parameter for pyodbc to override this default behavior?