You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, did not see #78 as I was only searching open issues.
This however did not do the trick or I forgot something. I changed the file "C:\Program Files\Python36\Lib\site-packages\pypyodbc.py". No difference. I renamed "C:\Program Files\Python36\Lib\site-packages_pycache_\pypyodbc.cpython-36.pyc.bak". No difference - and to my surprise the file was not recreated.
When fetching a value from a column of type 'uniqueidentifier' a str is returned that includes the representation of a bytestr.
Example
The data in the column is E3A61520-F8C9-434F-A153-9B2E8C136430.
When fetched via pypyodbc with e.g. {ODBC Driver 13 for SQL Server} and stored in value this happens:
This looks different from this:
I'm using windows with python 3.6.5 and pypyodbc 1.3.4.
Possibly related: #54, #46, #25
The text was updated successfully, but these errors were encountered: