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

unexpected EOF on client connection with an open transaction #44

Open
qwfy opened this issue Jul 28, 2017 · 0 comments
Open

unexpected EOF on client connection with an open transaction #44

qwfy opened this issue Jul 28, 2017 · 0 comments

Comments

@qwfy
Copy link

qwfy commented Jul 28, 2017

When compiling a .ml containing let f dbh k = PGSQL(dbh) "select a from foo where k = $k, and you open pg's log file, you would see something like this:

LOG:  execute nullable: select attnotnull from pg_attribute where attrelid = $1 and attnum = $2
DETAIL:  parameters: $1 = '17195', $2 = '7'
LOG:  unexpected EOF on client connection with an open transaction

When actually running the query, i.e., when later you do a f dbh some_key, there is no such message.

Is this intentional or a bug?

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