Re: Problem with array ... help!

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: "'Alexey Slynko'" <slynko(at)stack(dot)net>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Problem with array ... help!
Date: 2002-03-12 10:34:38
Message-ID: 00e001c1c9b1$833d6dc0$807ba8c0@inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Alexey,

I believe there is has been a patch for this and the development driver
should solve this problem.

Dave
-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Alexey Slynko
Sent: Tuesday, March 12, 2002 4:50 AM
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [JDBC] Problem with array ... help!

I have a table with column type int[], for example:
CREATE TABLE test (
id int[],
description text
);

When I try to get some data from this table (i.e. SELECT * FROM test),
JDBC create an exception: "Class names may not have _ in them. You
supplied {0}." What does it mean ? Can anyone post example for working
with arrays in JDBC ? Please, help...

Thanks,

Alexey Slynko

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Alexey Slynko 2002-03-12 12:02:03 Re: Problem with array ... help!
Previous Message Alexey Slynko 2002-03-12 09:50:09 Problem with array ... help!