| From: | Tomisław Kityński <tki(at)11interactive(dot)com> |
|---|---|
| To: | <pgsql-jdbc(at)postgresql(dot)org> |
| Subject: | xactisolevel --- ehh? |
| Date: | 2003-01-02 21:12:05 |
| Message-ID: | 000e01c2b2a3$ab52f830$fc4fa0d4@xpecet |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
Hello,
I've just switched from 7.2 to 7.3 and I get this exception:
java.sql.SQLException: ERROR: Option 'xactisolevel' is not recognized
at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:94)
at org.postgresql.Connection.ExecSQL(Connection.java:398)
at org.postgresql.Connection.ExecSQL(Connection.java:381)
at org.postgresql.Connection.getTransactionIsolation(Connection.java:921)
at pl.e11.dbo.Storable.create(Storable.java:1119)
...
As you can see in stack trace, the exception is being thrown while getting
transaction isolation level; the line 1119 is:
int ti = cn.getTransactionIsolation();
Of course it worked earlier, troubleless. I don't know if this is 7.3
related problem (by 7.3 i mean both psql and jdbc drivers); i don't actually
know what xactisolevel is --- does anyone has any suggestion about how to
solve this? Thank you very much in advance 8)
Tomek.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Neil Conway | 2003-01-02 21:21:28 | Re: join over 12 tables takes 3 secs to plan |
| Previous Message | Neil Conway | 2003-01-02 21:11:34 | Re: join over 12 tables takes 3 secs to plan |