Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Perl extension for turning perl double-quote string interpolation into DBI bind parameters

Notifications You must be signed in to change notification settings

lukeross/DBIx-InterpolationBinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBIx-InterpolationBinding version 1.01
======================================

This module is provides a method to prepare and execute SQL statements
using DBI in a manner that means any interpolated variables are used
as DBI bind parameters rather than being interpolated directly into
the SQL. This module is written in pure Perl and does not require a C
compiler.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Perl 5.005_03 or greater
  DBI
  DBD::DBM for some of the tests
  Test::More for some of the tests

COPYRIGHT AND LICENCE

Copyright (C) 2006-2011 by Luke Ross

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.005 or,
at your option, any later version of Perl 5 you may have available.

About

Perl extension for turning perl double-quote string interpolation into DBI bind parameters

Topics

Resources

Stars

Watchers

Forks