From: | Jarek <s0553(at)pjwstk(dot)waw(dot)pl> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | JDBC driver |
Date: | 2001-02-17 15:18:09 |
Message-ID: | 01021716180908.20669@yellow |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Can you explain me class Serialize ?
I have found there ( I think so ) some bugs.
1. When method create recurses down and finds class that have no fields,
then it tries to execute query that looks somehow werid:
"create table java_lang_runtimepermission) "
"create table java_lang_object)"
2. On second thought I want to ask you, is class Serialize finished and
working ? I have latest sources (7.0.3) and in file Serialize.java I found:
(...)
if(type.isArray()) {
// array handling
} else {
(...)
3. When or where can I get working version of this feature, I really need
it.
--
MS is not the answer.
MS is the question.
NO (or Linux) is the answer.
:) Jarek (:
From | Date | Subject | |
---|---|---|---|
Next Message | Adam Haberlach | 2001-02-19 20:07:31 | First-time JDBC setup with Jakarta! Whee! |
Previous Message | Jarek | 2001-02-17 13:04:45 | Serialize Exception |