Added commits
odbc: Re-prepare a prepared query if it never returned a handle
Fix ABI breakage for tdsdump_open under Windows
tdsdump_open is exported by our DB-Library implementation.
Before version 1.5 tdsdump_open always accepted a const char* string, however in 1.5 this was changed to const wchar_t* for Windows to support Unicode.
This broke ABI for Windows.
P...