[Mono-list] aspsqlprovider problem select table users
Francisco Figueiredo Jr.
francisco at npgsql.org
Wed Mar 18 10:55:47 EDT 2009
On Tue, Mar 17, 2009 at 16:17, Francisco Figueiredo Jr.
<francisco at npgsql.org> wrote:
> On Sat, Mar 14, 2009 at 18:11, Rodrigo Cuevas <bellinux at gmail.com> wrote:
>> Hi,
>>
>> The problem is in the method GetParseCommandText() in file NpgsqlCommand.cs
>>
>> Comment lines:
>>
>> if (parameters[i].TypeInfo.UseSize && (parameters[i].Size > 0))
>> {
>> parseCommand += string.Format("({0})", parameters[i].Size);
>> }
>>
>> Now work.
>>
>> It is a bug in Npgsql 2.0.4 or not?
>>
>
> Hi, Rodrigo!
>
> It seems to be a bug in Npgsql indeed.
> We received today a report about it:
>
> http://pgfoundry.org/forum/message.php?msg_id=1004741
>
> I'll be working to get a testcase for this and apply the fix so we
> don't get this problem again in future releases.
>
> Thank you and Daniel for your feedback on this.
>
>
Fix applied.
Please, grab latest cvs and give it a try.
Thanks for feedback!
--
Regards,
Francisco Figueiredo Jr.
Npgsql Lead Developer
http://www.npgsql.org
http://fxjr.blogspot.com
http://twitter.com/franciscojunior
Sent from: Brasilia DF Brazil.
More information about the Mono-list
mailing list