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

Implement a connection property to add SQL text and bind values to PSQLException #753

Open
vlsi opened this issue Feb 18, 2017 · 0 comments

Comments

@vlsi
Copy link
Member

vlsi commented Feb 18, 2017

Currently pgjdbc does not put SQL text to the error messages.
That makes debugging harder.

It would be nice if pgjdbc could just add SQL text.

Note: SQL text and bind variables might impose a security risk (e.g. SQL exceptions might be displayed to the end-user by mistake), so the feature should probably be disabled by default.

@vlsi vlsi added this to the 42.0.1 milestone Feb 18, 2017
@vlsi vlsi modified the milestones: 42.2.0, 42.1.0 Apr 19, 2017
@vlsi vlsi modified the milestones: 42.2.0, 43.0.0, 42.3.0 Jan 9, 2018
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

1 participant