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

sqlState still not working anymore for PostgreSQL #355

Closed
mobiletoly opened this issue Jul 30, 2018 · 1 comment
Closed

sqlState still not working anymore for PostgreSQL #355

mobiletoly opened this issue Jul 30, 2018 · 1 comment

Comments

@mobiletoly
Copy link

This is related to a ticket that I opened previously and it was closed with a fix, but I just tried for 0.10.4
#331

Same code I posted before, but sqlState still produces null

val ktor0_1_14_State = ex.sqlState // null
val sqlState = (ex.cause as? SQLException)?.sqlState // this returns valid state
@Tapac
Copy link
Contributor

Tapac commented Jul 30, 2018

Ouch, the fix was committed to non-master branch and wasn't released in 0.10.4.
Sorry about that and thank you for your attention. I cherry-pick that commit and will release a new version soon.

@Tapac Tapac closed this as completed Jul 30, 2018
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

2 participants