npgsql - Npgsql: 2006-06-11 Josh Cooley <jbnpgsql@tuxinthebox.net>

From: jbcooley(at)pgfoundry(dot)org (User Jbcooley)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql: 2006-06-11 Josh Cooley <jbnpgsql@tuxinthebox.net>
Date: 2006-06-12 03:49:47
Message-ID: 20060612034947.08D7686D535@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
2006-06-11 Josh Cooley <jbnpgsql(at)tuxinthebox(dot)net>
* Fixed NpgsqlCommandBuilder.cs to always qualify table names with the schema name so that the command builder can be used with tables in other schemas.

Modified Files:
--------------
Npgsql/src/Npgsql:
NpgsqlCommandBuilder.cs (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlCommandBuilder.cs.diff?r1=1.11&r2=1.12)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jbcooley 2006-06-12 04:02:17 npgsql - Npgsql2: 2006-06-11 Josh Cooley <jbnpgsql@tuxinthebox.net>
Previous Message Tom Lane 2006-06-12 02:39:49 pgsql: Minor code cleanup: make the WIN32 case less gratuitously