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

Not working with Postgres #10

Open
chriswarr opened this issue Dec 8, 2017 · 0 comments
Open

Not working with Postgres #10

chriswarr opened this issue Dec 8, 2017 · 0 comments

Comments

@chriswarr
Copy link

When using with a postgres sql database a 'not supported' exception is thrown by the call to GetColumnSchema.

var colMapping = dr.GetColumnSchema()
                    .Where(x => props.Any(y => y.Name.ToLower() == x.ColumnName.ToLower()))
                    .ToDictionary(key => key.ColumnName.ToLower());
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