pgfouine - pgfouine: added support for prepared statements (including

From: gsmet(at)pgfoundry(dot)org (User Gsmet)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgfouine - pgfouine: added support for prepared statements (including
Date: 2006-08-28 19:04:11
Message-ID: 20060828190411.F3F3086CC70@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
added support for prepared statements (including CVS tip bind parameters)

Modified Files:
--------------
pgfouine:
version.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/version.php.diff?r1=1.2&r2=1.3)
ChangeLog (r1.54 -> r1.55)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/ChangeLog.diff?r1=1.54&r2=1.55)
pgfouine/include:
LogBlock.class.php (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/LogBlock.class.php.diff?r1=1.6&r2=1.7)
base.lib.php (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/base.lib.php.diff?r1=1.8&r2=1.9)
LogStream.class.php (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/LogStream.class.php.diff?r1=1.15&r2=1.16)
pgfouine/include/postgresql/parsers:
PostgreSQLParser.class.php (r1.18 -> r1.19)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/parsers/PostgreSQLParser.class.php.diff?r1=1.18&r2=1.19)
pgfouine/include/postgresql:
PostgreSQLRegexps.lib.php (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/PostgreSQLRegexps.lib.php.diff?r1=1.8&r2=1.9)
postgresql.lib.php (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/postgresql.lib.php.diff?r1=1.6&r2=1.7)

Added Files:
-----------
pgfouine/include:
PreparedStatement.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/PreparedStatement.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
pgfouine/include/postgresql/lines:
PostgreSQLPreparedStatementExecuteLine.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lines/PostgreSQLPreparedStatementExecuteLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
PostgreSQLPreparedStatementPrepareLine.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lines/PostgreSQLPreparedStatementPrepareLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
PostgreSQLPreparedStatementBindLine.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lines/PostgreSQLPreparedStatementBindLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
PostgreSQLPreparedStatementExecuteWithDurationLine.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lines/PostgreSQLPreparedStatementExecuteWithDurationLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-08-28 19:38:10 pgsql: Fix pgstat_report_waiting() to not dump core if called before
Previous Message User Gsmet 2006-08-28 19:02:48 pgfouine - pgfouine: added a TODO