Date: Wed, 16 Jan 2008 12:42:56 +0000 (UTC) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/p5-SQL-Interp Makefile distinfo pkg-descr pkg-plist Message-ID: <200801161242.m0GCgvw7010713@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clsung 2008-01-16 12:42:56 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/p5-SQL-Interp Makefile distinfo pkg-descr pkg-plist Log: SQL::Interp converts a list of intermixed SQL fragments and variable references into a conventional SQL string and list of bind values suitable for passing onto DBI. This simple technique creates database calls that are simpler to create and easier to read, while still giving you full access to custom SQL. SQL::Interp properly binds or escapes variables. This recommended practice safeguards against "SQL injection" attacks. The DBI documentation has several links on the topic. Besides the simple techniques shown above, The SQL-Interpolate distribution includes the optional DBIx::Interp module. WWW: http://search.cpan.org/dist/SQL-Interp/ Revision Changes Path 1.660 +1 -0 ports/databases/Makefile 1.1 +23 -0 ports/databases/p5-SQL-Interp/Makefile (new) 1.1 +3 -0 ports/databases/p5-SQL-Interp/distinfo (new) 1.1 +15 -0 ports/databases/p5-SQL-Interp/pkg-descr (new) 1.1 +7 -0 ports/databases/p5-SQL-Interp/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801161242.m0GCgvw7010713>