1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

patch to make PSQLState serializable, and a test case for it

added a test case for getLastOID
This commit is contained in:
Dave Cramer
2003-12-11 03:59:37 +00:00
parent 3800626d81
commit f954ebf577
2 changed files with 39 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
package org.postgresql.util;
public class PSQLState
public class PSQLState implements java.io.Serializable
{
private String state;