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
I am trying to query a Filemaker db via ODBC. I tried a simple select query with your package and I noticed issues with the columns names unicode.
Query:
select a, b, id from test
Result
[ { '': 'aaa', 'Ā瑮硥t糸ɬ': 'bbb' },
{ '': 'cccc', 'Ā瑮硥t糸ɬ': 'dddd' } ]
( we expect 3 fields, but fields are returned somehow randomly)
I tried the same query with pyodbc and I got the right result for column names.
The text was updated successfully, but these errors were encountered:
Hi there,
I am trying to query a Filemaker db via ODBC. I tried a simple select query with your package and I noticed issues with the columns names unicode.
I tried the same query with
pyodbc
and I got the right result for column names.The text was updated successfully, but these errors were encountered: