Tags: ZeusbasePython/pyodbc
Tags
Fix for 64-bit int problems and decimal problems. Fixes mkleehammer#42
fix: Function sequence error with prepared execute, SQLTables, same e… …xecute. (Lost fix) This was fixed in 2.1.12 and lost during the Python 3 conversion. The saved prepared statement was not cleaned up when a SQLTables or similar function was used. If the next execute used the same SQL, pyodbc did not call SQLPrepare. (cherry picked from commit 7fdec2f)
Issue 178: Fixed compilation issues with 4.6.2 Removed deprecated Row_slice. The sequence structure changed this from an actual function pointer to a void pointer. GCC 4.6.2 would not allow the assignment of Row_slice to void*. This may not build under 2.5. Also eliminated a bunch of casts to see if newer GCC would uncover other issues.
PreviousNext