npgsql - Npgsql2: Fixed tabs to 4 spaces.

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Fixed tabs to 4 spaces.
Date: 2008-09-18 04:52:31
Message-ID: 20080918045231.33D0417AE731@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------

Fixed tabs to 4 spaces.

Fixed a problem where prepared statements were lacking casts even when user set dbtype or npgsqldbtype. Now the casts are properly added when needed.
Thanks Waldemar Bergstreiser (wbr at bergstreiser dot com) for heads up and testcase.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlParameter.cs (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlParameter.cs.diff?r1=1.16&r2=1.17)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2008-09-18 04:58:54 npgsql - Npgsql2: Fixed tabs to 4 spaces Added test to check a problem
Previous Message User Fxjr 2008-09-18 04:48:54 npgsql - Npgsql2: Fixed tabs to be changed to 4 spaces.