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

ExecuteReader is not implemented #3

Closed
chrisdavies opened this issue Jan 29, 2013 · 0 comments
Closed

ExecuteReader is not implemented #3

chrisdavies opened this issue Jan 29, 2013 · 0 comments

Comments

@chrisdavies
Copy link

I have a simple database with a "User" table.

When I run this:
Database.Open().User.FindByName("Chris")

I get an exception with the following explanation:
"Method 'ExecuteReader' in type 'Simple.Data.PostgreSql.PgProcedureExecutor' from assembly 'Simple.Data.PostgreSql, Version=0.16.2.2, Culture=neutral, PublicKeyToken=null' does not have an implementation.":"Simple.Data.PostgreSql.PgProcedureExecutor"

Upon inspection of the PgProcedureExecutor.cs class, I see that indeed, ExecuteReader is not implemented. It seems to be used after all.

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