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

Missing column fields with Native Bindings #988

Open
vitaly-t opened this issue Apr 12, 2016 · 0 comments
Open

Missing column fields with Native Bindings #988

vitaly-t opened this issue Apr 12, 2016 · 0 comments

Comments

@vitaly-t
Copy link
Contributor

I've noticed a lot of fields properties missing in Native Bindings.

Here I'm making a request via JavaScript Bindings first:

[ { name: 'name',
    tableID: 788296,
    columnID: 1,
    dataTypeID: 25,
    dataTypeSize: -1,
    dataTypeModifier: -1,
    format: 'text' },
  { name: 'age',
    tableID: 788296,
    columnID: 2,
    dataTypeID: 23,
    dataTypeSize: 4,
    dataTypeModifier: -1,
    format: 'text' } ]

And then the same with the Native Bindings:

[ { name: 'name', dataTypeID: 25 },
  { name: 'age', dataTypeID: 23 } ]

Missing fields: tableID, columnID, dataTypeSize, dataTypeModifier, format.

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

2 participants