Thread: pgfouine - pgfouine: added support for prepared statements (including
pgfouine - pgfouine: added support for prepared statements (including
From
gsmet@pgfoundry.org (User Gsmet)
Date:
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)