BUG #5502: Preparing an array return Bug - Mailing list pgsql-bugs

From xMoMx
Subject BUG #5502: Preparing an array return Bug
Date
Msg-id 201006130905.o5D95Xrp065151@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #5502: Preparing an array return Bug  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      5502
Logged by:          xMoMx
Email address:      waritach@gmail.com
PostgreSQL version: 8.3
Operating system:   Window
Description:        Preparing an array return Bug
Details:

Spending the whole day trying to figure this out myself and finally I gave
up. My postGre simply refuse to prepare an array for insert and update. It
work fine when not preparing though. (But heck we all know we want to
prepare everything right?)

Here's the code:
comm.Parameters.Add(new NpgsqlParameter("myArray", NpgsqlDbType.Array |
NpgsqlDbType.Smallint));
comm.Parameters[0].Value = new Int16[2]{0,0};

Once execute, nothing is return. Not even error log.

pgsql-bugs by date:

Previous
From: Kris Jurka
Date:
Subject: Re: BUG #5501: PostgreSQL JDBC Driver has inappropriate import
Next
From: "Maksym Boguk"
Date:
Subject: BUG #5503: error in trigger function with dropped columns