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

Call to an undefined pgsql_connection:database() in pgsql_pool:get_database() #1

Open
redvasily opened this issue Oct 25, 2010 · 2 comments

Comments

@redvasily
Copy link

At line 57 of pgsql_pool.erl a call to pgsql_connection:database() is made.

There's no such function in the current pgsql_connection.erl: http://github.com/wg/epgsql/blob/master/src/pgsql_connection.erl

@josephwecker
Copy link
Owner

Indeed. Should be a quick change- I'll put it up once it's tested. Feel free to fix it and do a pull request.

@burinov
Copy link

burinov commented Oct 14, 2011

Any ideas how to fix it?

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

No branches or pull requests

3 participants