Remove creation of a list for row_cast_map in pysqlite_cursor_init() (GH-8494)
This list is never used: if detect_types is on, this list will be replaced with another one before row_cast_map is used, if detect_types is off, row_cast_map is not used at all.
S
Sergey Fedoseev committed
b229b072a9e972905883da5e9eed1f22ab81c7b7
Parent: 9045199
Committed by Berker Peksag <berker.peksag@gmail.com>
on 7/30/2018, 9:11:50 PM