From: | fxjr(at)pgfoundry(dot)org (User Fxjr) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | npgsql - Npgsql2: [#1010652] Command checker for output vars is using |
Date: | 2009-06-13 05:56:56 |
Message-ID: | 20090613055656.61291107215F@pgfoundry.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
[#1010652] Command checker for output vars is using not performing query.
Npgsql was adding a cast which was causing the query analyzer to use a full table scan instead of using the index. Now, Npgsql adds the proper cast. Thanks Adriaan van Kekem for analyzes and bug report.
Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlCommand.cs (r1.40 -> r1.41)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlCommand.cs?r1=1.40&r2=1.41)
Npgsql2/src/NpgsqlTypes:
NpgsqlDbType.cs (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlDbType.cs?r1=1.13&r2=1.14)
NpgsqlTypesHelper.cs (r1.27 -> r1.28)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlTypesHelper.cs?r1=1.27&r2=1.28)
From | Date | Subject | |
---|---|---|---|
Next Message | User Rbt | 2009-06-13 11:06:56 | autodoc - autodoc: Correct the synopsis (Peter Eisentraut) |
Previous Message | User Fxjr | 2009-06-13 05:05:05 | npgsql - Npgsql2: Fixed previous patch as it breaks when using an |