We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77708d commit 6ae740dCopy full SHA for 6ae740d
src/interfaces/jdbc/org/postgresql/util/PSQLState.java
@@ -10,7 +10,7 @@
10
11
package org.postgresql.util;
12
13
- public class PSQLState
+ public class PSQLState implements java.io.Serializable
14
{
15
private String state;
16
0 commit comments