Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues with columns names #47

Open
v1r opened this issue Dec 6, 2018 · 0 comments
Open

issues with columns names #47

v1r opened this issue Dec 6, 2018 · 0 comments

Comments

@v1r
Copy link

v1r commented Dec 6, 2018

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.


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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant