[pgsqlclient-checkins] SF.net SVN: pgsqlclient: [53] trunk/pgsqlclient/source/PostgreSql/Data/Postgr
Status: Inactive
Brought to you by:
carlosga_fb
|
From: <car...@us...> - 2006-03-27 12:12:45
|
Revision: 53 Author: carlosga_fb Date: 2006-03-27 04:12:35 -0800 (Mon, 27 Mar 2006) ViewCVS: http://svn.sourceforge.net/pgsqlclient/?rev=53&view=rev Log Message: ----------- ?\194?\183 Removed commented code Modified Paths: -------------- trunk/pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgCommand.cs Modified: trunk/pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgCommand.cs =================================================================== --- trunk/pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgCommand.cs 2006-03-23 13:57:40 UTC (rev 52) +++ trunk/pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgCommand.cs 2006-03-27 12:12:35 UTC (rev 53) @@ -406,33 +406,6 @@ this.InternalPrepare(); } - //public string GetCommandPlan(bool verbose) - //{ - // string plan; - - // this.CheckCommand(); - - // try - // { - // if (this.statement == null) - // { - // this.statement = this.connection.InternalConnection.Database.CreateStatement(commandText); - // plan = this.statement.GetPlan(verbose); - // this.statement = null; - // } - // else - // { - // plan = this.statement.GetPlan(verbose); - // } - // } - // catch (PgClientException ex) - // { - // throw new PgException(ex.Message, ex); - // } - - // return plan; - //} - #endregion #region \xB7 Internal Methods \xB7 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |